Skip to content

Instantly share code, notes, and snippets.

@jarpy
Created March 23, 2016 13:17
Show Gist options
  • Save jarpy/6a4ee6f7ffaf6dbeef12 to your computer and use it in GitHub Desktop.
Save jarpy/6a4ee6f7ffaf6dbeef12 to your computer and use it in GitHub Desktop.
[WIP] Remove crapware from Windows 10
Get-AppxPackage | Select-String Zune | Remove-AppxPackage
Get-AppxPackage | Select-String Camera | Remove-AppxPackage
Get-AppxPackage | Select-String onenote | Remove-AppxPackage
Get-AppxPackage | Select-String phone | Remove-AppxPackage
Get-AppxPackage | Select-String photos | Remove-AppxPackage
Get-AppxPackage | Select-String BingSport | Remove-AppxPackage
Get-AppxPackage | Select-String Microsoft.People | Remove-AppxPackage
Get-AppxPackage | Select-String BingWeather | Remove-AppxPackage
Get-AppxPackage | Select-String WindowsSoundRecorder | Remove-AppxPackage
Get-AppxPackage | Select-String WindowsStore | Remove-AppxPackage
Get-AppxPackage | Select-String BingFinance | Remove-AppxPackage
Get-AppxPackage | Select-String Solitaire | Remove-AppxPackage
Get-AppxPackage | Select-String WindowsMaps | Remove-AppxPackage
Get-AppxPackage | Select-String Messaging | Remove-AppxPackage
Get-AppxPackage | Select-String windowscommunicationapps | Remove-AppxPackage
Get-AppxPackage | Select-String WindowsAlarms | Remove-AppxPackage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment