Windows 11 - Chris Titus Script
The Ultimate Guide to the Chris Titus Windows 11 Utility Script: Debloat, Tweak, and Optimize
If you have recently searched for ways to make Windows 11 faster, remove intrusive ads, or stop Microsoft from spying on your telemetry data, you have almost certainly stumbled upon a name: Chris Titus.
His Windows 11 script has become a gold standard in the PC optimization community. Unlike shady "PC cleaner" software that costs $50 a year, Chris Titus’s script is free, open-source, and transparent. But what exactly is it, how do you run it, and—most importantly—is it safe?
This article provides a comprehensive deep dive into the Chris Titus Windows 11 script, covering its features, step-by-step installation, customization options, and the risks versus rewards.
Final Pros and Cons
Pros:
- Time-Saver: Saves 2–3 hours of manual settings configuration.
- Transparency: Open-source, no hidden malware.
- Reversibility: Most changes can be toggled back off within the script.
- Windows 11 Specific: Addresses the unique bloat of the newest OS.
Cons:
- 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.
Q: My Start Menu got completely blank. Help!
A: This occurs if you removed “Start Menu Experience Host.” Run the script again, go to Debloat, reinstall Microsoft.Windows.StartMenuExperienceHost from the “Install Apps” section, and restart.
Chris Titus Script vs. Other Debloaters (Comparison Table)
| Feature | Chris Titus Script | O&O ShutUp10++ | PrivateWin10 | Powershell One-liner | | :--- | :--- | :--- | :--- | :--- | | Open Source | ✅ 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 | chris titus script windows 11
Verdict: The Chris Titus script is the most versatile and transparent tool for Windows 11, especially because it combines debloating and software installation in one interface.
2. How to Run the Script on Windows 11
Because this is a PowerShell script, it requires execution permissions that standard Command Prompt windows do not have.
Step-by-Step Execution:
-
Open PowerShell as Administrator:
- Right-click the Start button.
- Select Terminal (Admin) or Windows PowerShell (Admin).
- If asked for User Account Control (UAC) permission, click "Yes."
-
Set Execution Policy:
- By default, Windows prevents running scripts for security. Type the following command and press Enter:
Set-ExecutionPolicy RemoteSigned - Type
YorAto confirm.
- By default, Windows prevents running scripts for security. Type the following command and press Enter:
-
Launch the Utility:
- Copy and paste the official launch command into the terminal:
irm "https://christitus.com/win" | iex - Press Enter. The script will download and open a graphical interface (GUI) within moments.
- Copy and paste the official launch command into the terminal:
1. Debloat (Bloatware Removal)
This is the script’s flagship feature. It removes Microsoft Store apps that most users never touch:
- Xbox Game Bar, Xbox Console Companion.
- Microsoft News, Weather, OneNote, Skype.
- Office Hub, Solitaire Collection, Spotify, Disney+, etc.
- Note: You can choose “Remove all bloatware” or pick individual apps.
Step 1: Open PowerShell as Administrator
- Press
Win + Xand select Terminal (Admin) or Windows PowerShell (Admin). - Click “Yes” on the User Account Control (UAC) prompt.