Created
August 8, 2023 19:12
-
-
Save cezarypiatek/6a348b13751f9fce6af54d7c8680eb9f to your computer and use it in GitHub Desktop.
Windows Debloat
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
# Install module for winget | |
Install-Package Microsoft.WinGet.Client | |
# Show All installed package and uninstall selected | |
Get-WinGetPackage | Out-GridView -OutputMode Multiple | Uninstall-WinGetPackage |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment