Windows 11 | Chris Titus Script
| Feature | Chris Titus Script | O&O ShutUp10++ | PrivateWin10 | Powershell One-liner | | :--- | :--- | :--- | :--- | :--- | | | ✅ Yes | ❌ No (freemium) | ✅ Yes | ✅ Yes | | Bloatware Removal | ✅ GUI + Granular | ❌ Only services | ❌ Only policies | ⚠️ Manual | | Software Installer | ✅ Yes (Winget) | ❌ No | ❌ No | ❌ No | | Windows 11 Specific | ✅ Fully tested | ⚠️ Partial | ⚠️ Partial | ❌ Generic | | Undo/Restore | ⚠️ Manual (reset PC) | ✅ Yes | ✅ Yes | ❌ No | | Ease of Use | Medium (Terminal) | Easy (GUI) | Medium | Hard |
The script needs deep access to your system to make changes. Right-click the Start menu and select "Terminal (Admin)" or search for "PowerShell," right-click it, and choose "Run as Administrator".
Turning off aggressive indexing, diagnostic logging, and continuous feedback loops stops unnecessary drive writes, particularly benefiting NVMe and SATA SSDs. Best Practices and Safety Precautions
While safe from malware, the tool's real risk comes from its effects . A Yahoo Tech review found that the Standard preset sets many system services to "Manual" mode to save RAM, which can cause lag when launching certain apps for the first time. Power users must be cautious and avoid ticking every single box if they're unsure what a tweak does. chris titus script windows 11
Removes pre-installed Windows apps (UWP packages) like Cortana, Xbox services, and built-in games.
Windows 11 offers a modern interface and updated features, but it also includes significant system bloat, telemetry tracking, and unnecessary background processes. For power users, sysadmins, and gamers, these default configurations compromise system performance and user privacy.
After making your selections, click the button at the bottom of the screen (or press Enter on the highlighted button). The script will execute your commands line by line. This may take 2–5 minutes. | Feature | Chris Titus Script | O&O
Always ensure this box is checked before running tweaks. 2. Install Tab
The Chris Titus script (official name: Chris Titus Tech Windows Utility ) is a PowerShell-based toolkit designed to give you granular control over your Windows 11 installation. It is not a one-click “magic bullet” but rather a menu-driven utility that allows you to:
For many power users, Windows 11 can feel like a "battle for control." Between forced telemetry, pre-installed bloatware like Copilot or Teams, and aggressive update schedules, the operating system often feels cluttered. The (often called Winutil ) has emerged as one of the most popular community-driven solutions to reclaim performance and privacy. What is the Chris Titus Windows Utility? Best Practices and Safety Precautions While safe from
Balances performance tweaks with battery-saving configurations and Wi-Fi management.
: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 menu