Skip to content

Instantly share code, notes, and snippets.

@keshavbahadoor
Created December 16, 2017 01:52
Show Gist options
  • Save keshavbahadoor/b0c81d2b84b3828bdf86a9dd41b66d7c to your computer and use it in GitHub Desktop.
Save keshavbahadoor/b0c81d2b84b3828bdf86a9dd41b66d7c to your computer and use it in GitHub Desktop.
Remove Windows 10 Bloat
Get-AppxPackage *3dbuilder* | Remove-AppxPackage
Get-AppxPackage *windowscamera* | Remove-AppxPackage
Get-AppxPackage *zunemusic* | Remove-AppxPackage
Get-AppxPackage *getstarted* | Remove-AppxPackage
Get-AppxPackage *windowsmaps* | Remove-AppxPackage
Get-AppxPackage *solitairecollection* | Remove-AppxPackage
Get-AppxPackage *bingfinance* | Remove-AppxPackage
Get-AppxPackage *zunevideo* | Remove-AppxPackage
Get-AppxPackage *bingnews* | Remove-AppxPackage
Get-AppxPackage *people* | Remove-AppxPackage
Get-AppxPackage *windowsphone* | Remove-AppxPackage
Get-AppxPackage *bingsports* | Remove-AppxPackage
Get-AppxPackage *soundrecorder* | Remove-AppxPackage
Get-AppxPackage *bingweather* | Remove-AppxPackage
Get-AppxPackage *xboxapp* | Remove-AppxPackage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment