Chris Titus Script Windows 11
Chris Titus Script for Windows 11: A Comprehensive Guide
:removeapps echo Removing bloatware apps... powershell -Command "Get-AppxPackage *3dbuilder* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *bingnews* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *bingsports* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *bingweather* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *Microsoft.GetHelp* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *Microsoft.Microsoft3DViewer* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *Microsoft.MicrosoftOfficeHub* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *Microsoft.MicrosoftSolitaireCollection* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *Microsoft.MixedReality.Portal* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *Microsoft.Office.OneNote* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *Microsoft.OneConnect* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *Microsoft.People* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *Microsoft.Print3D* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *Microsoft.SkypeApp* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *Microsoft.WindowsAlarms* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *microsoft.windowscommunicationsapps* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *Microsoft.WindowsFeedbackHub* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *Microsoft.WindowsMaps* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *Microsoft.WindowsSoundRecorder* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *Microsoft.Xbox.TCUI* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *Microsoft.XboxApp* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *Microsoft.XboxGameCallableUI* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *Microsoft.XboxGamingOverlay* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *Microsoft.XboxIdentityProvider* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *Microsoft.XboxSpeechToTextOverlay* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *Microsoft.YourPhone* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *Microsoft.ZuneMusic* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *Microsoft.ZuneVideo* | Remove-AppxPackage" echo Bloatware removal complete. pause goto menu3. The "Config" Tab (Windows 11 vs Windows 10)
Chris updates this script constantly. The "Config" tab lets you choose: chris titus script windows 11
- Disable Automatic Updates: Prevents Windows from restarting your PC while you are working.
- Set Security Only Updates: Allows you to receive security patches while skipping feature updates that might break drivers.
- For files: restore from shadow copy/hardlink backup or delete new files.
- For registry: import saved hives or selectively restore keys/values using reg.exe.
- For services/drivers: stop and remove added services; restore modified service configs.
- For boot config: restore previous bcdedit entries.
- Re-run a verification pass, offer reboot guidance.
- No "Undo All" Button: If you mess up, there isn't a single button to reset Windows to factory defaults. You have to remember what you toggled.
- Aggressive Defaults: Some defaults (like disabling Cortana or specific services) may be overkill for the average user.
- Updates Break It: Occasionally, a major Windows 11 update (22H2, 23H2, etc.) will change registry paths, requiring Chris to update the script. You must always run the web version to get the latest fixes.
.\winutil.ps1 -ConfigFile mytweaks.json -Silent