Chris Titus Script Windows 11 =link= Direct

The Chris Titus Tech Windows Utility (WinUtil) is an open-source PowerShell tool designed to debloat and optimize Windows 11 by streamlining system configurations, such as removing background processes and disabling telemetry. It offers a GUI to apply recommended tweaks and manage software, typically run via irm christitus.com/win | iex in an administrative terminal. Learn more on Your Windows Guide Debloat Windows 11 Master tutorial

Streamlining the Modern OS: The Chris Titus Windows 11 Utility

Windows 11 is often criticized for its "bloat"—a mix of pre-installed apps, background telemetry, and intrusive features like Copilot that can degrade performance and compromise privacy. For power users and system administrators, manually disabling these features across multiple machines is a tedious, hours-long task. Enter the Chris Titus Tech (CTT) Windows Utility (often called

), an open-source PowerShell-based script designed to consolidate hours of system optimization into a single, automated interface. What is the Chris Titus Script?

The utility is a compilation of Windows maintenance tasks that Chris Titus, a prominent tech creator, performs on every system he uses. It is not a traditional application but a script launched via a single command in an elevated PowerShell window: irm christitus.com/win | iex chris titus script windows 11

. This opens a graphical user interface (GUI) that allows users to toggle complex system settings without ever touching the Windows Registry. Core Features and Capabilities

The utility is divided into five primary modules, each targeting a specific aspect of the Windows experience: ChrisTitusTech/winutil: Chris Titus Tech's Windows Utility


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.

Step 1: Open PowerShell as Administrator

  1. Press the Windows key.
  2. Type PowerShell.
  3. Right-click on "Windows PowerShell" and select Run as administrator.

What it does

Tab 2: Tweaks (The Core Debloating)

This is the most powerful section for Windows 11 users. It allows you to modify the registry and system services. The Chris Titus Tech Windows Utility (WinUtil) is

2. The GUI won't open on Windows 11 24H2

Solution: Microsoft sometimes blocks remote script execution. Open Windows Terminal (Admin) and type: powershell -NoProfile -ExecutionPolicy Bypass -Command "irm christitus.com/winutil | iex"

4. Selective Bloat Removal by End-User Type