Skip to content

Instantly share code, notes, and snippets.

@sqlchow
Created August 11, 2015 18:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sqlchow/38e96a7cde06879f7199 to your computer and use it in GitHub Desktop.
Save sqlchow/38e96a7cde06879f7199 to your computer and use it in GitHub Desktop.
<#
.LINK
https://thomas.vanhoutte.be/miniblog/delete-windows-10-apps/
#>
Get-AppxPackage *3d* | Remove-AppxPackage
Get-AppxPackage *camera* | Remove-AppxPackage
Get-AppxPackage *bing* | Remove-AppxPackage
Get-AppxPackage *zune* | Remove-AppxPackage
Get-AppxPackage *people* | Remove-AppxPackage
Get-AppxPackage *phone* | Remove-AppxPackage
Get-AppxPackage *photo* | Remove-AppxPackage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment