Skip to content

Instantly share code, notes, and snippets.

@odan
Last active December 3, 2023 21:17
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 odan/7e73d90d73835279e11e435fdc600cb2 to your computer and use it in GitHub Desktop.
Save odan/7e73d90d73835279e11e435fdc600cb2 to your computer and use it in GitHub Desktop.
Remove Windows Bloatware
@echo off
winget list
winget uninstall "Solitaire & Casual Games"
winget uninstall "Microsoft Kontakte"
winget uninstall "Movies & TV"
winget uninstall "News"
winget uninstall "Get Help"
winget uninstall "Microsoft People"
winget uninstall "Microsoft ToDo"
winget uninstall "Feedback Hub"
winget uninstall "Windows Maps"
winget uninstall "Microsoft Pay"
winget uninstall "Microsoft Tips"
winget uninstall "Game Bar"
winget uninstall "Xbox Game Bar Plugin"
winget uninstall "Xbox Identity Provider"
winget uninstall "Xbox Game Speech Window"
rem https://learn.microsoft.com/en-us/windows/iot/iot-enterprise/optimize/removable-packages
rem https://github.com/Sycnex/Windows10Debloater/tree/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment