Skip to content

Instantly share code, notes, and snippets.

@noseratio
Last active April 13, 2024 04:57
Show Gist options
  • Star 29 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noseratio/40965eb5c3645fe8bf2b9bb6298d1c83 to your computer and use it in GitHub Desktop.
Save noseratio/40965eb5c3645fe8bf2b9bb6298d1c83 to your computer and use it in GitHub Desktop.
Windows 11 autorun resident apps that I have to remove manually
# Teams 2.0 (no work account support yet)
winget uninstall MicrosoftTeams_8wekyb3d8bbwe
# Your Phone
winget uninstall Microsoft.YourPhone_8wekyb3d8bbwe
# Widgets (Web Experience Pack)
winget uninstall MicrosoftWindows.Client.WebExperience_cw5n1h2txyewy
# Cortana
winget uninstall Microsoft.549981C3F5F10_8wekyb3d8bbwe
# Synaptics Audio bloatware (Flow.exe and SmartAudio3.exe)
# https://superuser.com/questions/1435021/windows-10-keeps-installing-conexant-audio-drivers
winget uninstall 22094SynapticsIncorporate.SmartAudio3
# These are not automatically loaded at startup, but I never use them anyway
# Get Help
winget uninstall Microsoft.GetHelp_8wekyb3d8bbwe
# PowerAutomate
winget uninstall Microsoft.PowerAutomateDesktop_8wekyb3d8bbwe
# Microsoft Update Health Tools
# https://techcommunity.microsoft.com/t5/windows-it-pro-blog/announcing-update-health-tools/ba-p/2566232
winget uninstall "{2FA9DAAC-895B-4E99-99D9-DC2965FBE79C}"
# Corel PaintShop
winget uninstall CorelCorporation.PaintShopPro_wbjqpk9xt50t4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment