Skip to content

Instantly share code, notes, and snippets.

@JMVS
Last active January 21, 2024 00:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JMVS/bece4397deac2a9c7689b9f533d635ea to your computer and use it in GitHub Desktop.
Save JMVS/bece4397deac2a9c7689b9f533d635ea to your computer and use it in GitHub Desktop.
Just use in PowerShell:
Get-AppxPackage | Out-GridView -PassThru | Remove-AppxPackage
which opens a GUI list where you can select apps to remove.
There's also Remove-AppxPackage -AllUsers and Remove-AppxProvisionedPackage which are required in some cases to actually delete the apps and free up space.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment