Skip to content

Instantly share code, notes, and snippets.

@abel0b
Created April 20, 2020 09:14
Show Gist options
  • Save abel0b/0db553bcd7b740f98ebc050fd62186c1 to your computer and use it in GitHub Desktop.
Save abel0b/0db553bcd7b740f98ebc050fd62186c1 to your computer and use it in GitHub Desktop.
Uninstall all built-in Windows 10 app with powershell script
Get-AppxPackage -AllUsers | Remove-AppxPackage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment