Skip to content

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:

Cons:

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 |

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:

  1. 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."
  2. Set Execution Policy:

    • By default, Windows prevents running scripts for security. Type the following command and press Enter:
      Set-ExecutionPolicy RemoteSigned
      
    • Type Y or A to confirm.
  3. 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.

1. Debloat (Bloatware Removal)

This is the script’s flagship feature. It removes Microsoft Store apps that most users never touch:

Step 1: Open PowerShell as Administrator