Skip to content

Instantly share code, notes, and snippets.

@wormeyman
Last active August 29, 2015 14:06
Show Gist options
  • Save wormeyman/4bdf242c3e06ab8276bb to your computer and use it in GitHub Desktop.
Save wormeyman/4bdf242c3e06ab8276bb to your computer and use it in GitHub Desktop.
Remove all Windows 8 mondern apps that can be removed.
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