Skip to content

Instantly share code, notes, and snippets.

@fernandofig
Created May 15, 2019 06:18
Show Gist options
  • Save fernandofig/8d93632c323de6e9a70a6b4faba9a962 to your computer and use it in GitHub Desktop.
Save fernandofig/8d93632c323de6e9a70a6b4faba9a962 to your computer and use it in GitHub Desktop.
Get-AppxPackage -AllUsers <package query> | Remove-AppxPackage -AllUsers
Get-AppxPackage <package query> | Remove-AppxPackage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment