Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cezarypiatek/6a348b13751f9fce6af54d7c8680eb9f to your computer and use it in GitHub Desktop.
Save cezarypiatek/6a348b13751f9fce6af54d7c8680eb9f to your computer and use it in GitHub Desktop.
Windows Debloat
# 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