Last active
October 21, 2024 01:16
-
-
Save noseratio/40965eb5c3645fe8bf2b9bb6298d1c83 to your computer and use it in GitHub Desktop.
Windows 11 autorun resident apps that I have to remove manually
This file contains 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
# 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