Windows 10 Pro in corporate environment

scolab

New member
Aug 11, 2011
161
0
0
Is there any way to install/upgrade to 10 Pro without all the crapware preinstalled? I mean, does a business end user really need Store, XBox, mail, calendar, Solitaire, etc, etc......??? I end up spending 15-20 minutes each computer to remove all that crap, and customizing the start menu to hid much of the uninstallable garbage. Then I 've actually seen where updates reinstall them!

I'm hesitant to start pushing 10 to our corporate clients who are still using, and are very comfortable, with 7 Pro.

Yes, I've been using 10 since before it was release, but see no sense in having all this extra baggage installed.
 
Don't quote me because I haven't seen such a thing firsthand nor do I work in IT. (or in any career yet)

But I'm pretty sure a company could modify an install and deploy that to many computers?
 
That's very likely, but I'm talking about the 2-10 PC size companies. Many don't even have a server. Even the Dell and HP OEM loads are full of unnecessary junk.
 
Hi,

You can run thise powershell script which will remove the bulitn crapware if you wish with PowerShell:

Get-AppxPackage *Microsoft.3DBuilder* | Remove-AppxPackage
Get-AppxPackage *Microsoft.BingFinance* | Remove-AppxPackage
Get-AppxPackage *Microsoft.BingNews* | Remove-AppxPackage
Get-AppxPackage *Microsoft.BingSports* | Remove-AppxPackage
Get-AppxPackage *Microsoft.BingWeather* | Remove-AppxPackage
Get-AppxPackage *Microsoft.Getstarted* | Remove-AppxPackage
Get-AppxPackage *Microsoft.MicrosoftOfficeHub* | Remove-AppxPackage
Get-AppxPackage *Microsoft.MicrosoftSolitaireCollection* | Remove-AppxPackage
Get-AppxPackage *Microsoft.Office.OneNote* | Remove-AppxPackage
Get-AppxPackage *Microsoft.People* | Remove-AppxPackage
Get-AppxPackage *Microsoft.SkypeApp* | Remove-AppxPackage
Get-AppxPackage *Microsoft.WindowsAlarms* | Remove-AppxPackage
Get-AppxPackage *Microsoft.windowscommunicationsapps* | Remove-AppxPackage
Get-AppxPackage *Microsoft.WindowsMaps* | Remove-AppxPackage
Get-AppxPackage *Microsoft.WindowsPhone* | Remove-AppxPackage
Get-AppxPackage *Microsoft.XboxApp* | Remove-AppxPackage
Get-AppxPackage *Microsoft.ZuneMusic* | Remove-AppxPackage
Get-AppxPackage *Microsoft.ZuneVideo* | Remove-AppxPackage
Get-AppxPackage *Microsoft.Windows.CloudExperienceHost* | Remove-AppxPackage
Get-AppxPackage *Microsoft.AAD.BrokerPlugin* | Remove-AppxPackage
Get-AppxPackage *Microsoft.BioEnrollment* | Remove-AppxPackage
Get-AppxPackage *Microsoft.LockApp* | Remove-AppxPackage
Get-AppxPackage *Microsoft.Windows.AssignedAccessLockApp* | Remove-AppxPackage
Get-AppxPackage *Microsoft.Windows.ContentDeliveryManager* | Remove-AppxPackage
Get-AppxPackage *Microsoft.Windows.ParentalControls* | Remove-AppxPackage
Get-AppxPackage *Microsoft.Windows.ShellExperienceHost* | Remove-AppxPackage
Get-AppxPackage *Microsoft.WindowsFeedback* | Remove-AppxPackage
Get-AppxPackage *Microsoft.XboxGameCallableUI* | Remove-AppxPackage
Get-AppxPackage *Microsoft.XboxIdentityProvider* | Remove-AppxPackage
Get-AppxPackage *Windows.ContactSupport* | Remove-AppxPackage
Get-AppxPackage *Windows.MiracastView* | Remove-AppxPackage
Get-AppxPackage *Windows.PrintDialog* | Remove-AppxPackage
Get-AppxPackage *Windows.PurchaseDialog* | Remove-AppxPackage
Get-AppxPackage *windows.devicesflow* | Remove-AppxPackage
Get-AppxPackage *Microsoft.WindowsFeedback* | Remove-AppxPackage
Get-AppxPackage *Microsoft.Windows.Cortana* | Remove-AppxPackage
Get-AppxPackage *Microsoft.Office.Sway* | Remove-AppxPackage
Get-AppxPackage *Microsoft.WindowsFeedback* | Remove-AppxPackage
Get-AppxPackage *Microsoft.Xbox* | Remove-AppxPackage
Get-AppxPackage *Microsoft.WindowsFeedback* | Remove-AppxPackage
Get-AppxPackage *Windows.ContactSupport* | Remove-AppxPackage

It will remove those 41 applications listed, you just remove the one that you don't need or just execute them all in PowerShell console Run as Administrator.

Hope that helps.
 
Most organizations in the corporate world get the enterprise license and create images to install on the machines. The Enterprise version has more control on turning features on and off.
 

Members online

Forum statistics

Threads
335,058
Messages
2,258,051
Members
428,727
Latest member
oogerboogerregoobregoo