Created
April 20, 2020 09:14
-
-
Save abel0b/0db553bcd7b740f98ebc050fd62186c1 to your computer and use it in GitHub Desktop.
Uninstall all built-in Windows 10 app with powershell script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Get-AppxPackage -AllUsers | Remove-AppxPackage |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment