Skip to content

Instantly share code, notes, and snippets.

@Grimthorr
Last active October 8, 2015 08:05
Show Gist options
  • Save Grimthorr/a19c453794899e62f133 to your computer and use it in GitHub Desktop.
Save Grimthorr/a19c453794899e62f133 to your computer and use it in GitHub Desktop.
Uninstall all Windows Metro apps including those pre-installed on the system.
Get-AppxPackage -AllUsers | Remove-AppxPackage
Get-AppXProvisionedPackage -Online | Remove-AppxProvisionedPackage -Online
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment