windows:client_os:win10bloat

Remove Windows 10 bloatware

You have a fresh install of Windows 10, and there are all those programs you just don't want to see on a fresh install. Here is how to remove them.
Open PowerShell in elevated mode and copy/paste theese lines one by one:

Get-AppxPackage *XboxApp* | Remove-AppxPackage
Get-AppxPackage *WindowsStore* | Remove-AppxPackage
Get-AppxPackage *3dbuilder* | Remove-AppxPackage
Get-AppxPackage *bing* | Remove-AppxPackage
Get-AppxPackage *windowsalarms* | Remove-AppxPackage
Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage
Get-AppxPackage *getstarted* | Remove-AppxPackage
Get-AppxPackage *skypeapp* | Remove-AppxPackage
Get-AppxPackage *windowsmaps* | Remove-AppxPackage
Get-AppxPackage *OneNote* | Remove-AppxPackage
Get-AppxPackage *Photos* | Remove-AppxPackage
Get-AppxPackage *ZuneMusic* | Remove-AppxPackage
Get-AppxPackage *ZuneVideo* | Remove-AppxPackage
Get-AppxPackage *OfficeHub* | Remove-AppxPackage
Get-AppxPackage *WindowsPhone* | Remove-AppxPackage

You can allways uninstall everywting:

Get-AppXPackage -User | Remove-AppxPackage
Get-AppXPackage -AllUsers | Remove-AppxPackage
Enter your comment:
184᠎ -2 =᠎
 
  • windows/client_os/win10bloat.txt
  • Last modified: 2019/10/31 09:06
  • by 127.0.0.1