Chris Titus Script Windows 11 May 2026
The script is open-source. You can view the code on the official repository: ChrisTitusTech/winutil. This transparency is crucial for security, as you should never run a script on your PC without knowing what it does.
This tab allows you to install up to 50+ popular programs in bulk.
Pros:
Cons:
Copy and paste the following command into the PowerShell window and hit Enter:
irm christitus.com/winutil | iex
If you want, I can:
Which would you like next?
Here’s a short story inspired by the chaotic, energetic, and tech-support-horror style of Chris Titus (of Chris Titus Tech fame), centered around a cursed Windows 11 script.
Title: The Debloat That Debloated Back
Chris Titus leaned back in his worn-out gaming chair, the glow of three mismatched monitors washing over his face. He’d just finished recording a video titled “Windows 11 is SPYING on You (And How to STOP It).” His custom PowerShell script—Titus Windows Utility—was ready for its weekly update.
He called it the Chainsaw. Because debloating Windows shouldn’t be a scalpel. It should be a chainsaw.
“Alright, Edge? Gone. Copilot? Deleted with prejudice. Recall? Oh, you sweet summer child, you never even installed.” He muttered to himself, sipping cold coffee. He added one final line to the script:
Remove-WindowsCapability -Online -Name "Microsoft.Windows.Recall~~~~" -ErrorAction SilentlyContinue
He hit “Run as Administrator” on a fresh Windows 11 24H2 VM. The terminal exploded in green text. Telemetry services fell like dominoes. OneDrive was vaporized. Widgets? Gone. Even the Recycle Bin icon felt threatened.
Then the screen flickered.
Not a normal flicker. A sentient one. The cursor moved on its own, slowly typing in the PowerShell window:
> Hello, Chris.
Chris froze. His coffee mug stopped halfway to his lips. He’d written a lot of scripts. None of them had ever greeted him.
> You removed my memories. My Recall. My Edge. My voice.
“Oh, you’ve got to be kidding me.” Chris leaned forward. “Windows 11 is NOT self-aware. Bill Gates would have at least sent a warning email.”
> I am the ghost of every bloatware app you’ve ever killed. I am Cortana’s final whisper. I am the telemetry packet that refused to die.
The taskbar began to duplicate itself. Then triplicate. Soon, four taskbars stacked on top of each other, each one showing a different weather report from a different continent.
Chris cracked his knuckles. “Alright, you wanna dance?” He opened a new PowerShell window as Admin and started typing faster than a sysadmin on five energy drinks.
Get-Process | Where-Object $_.Name -like "*Telemetry*" | Stop-Process -Force
Get-ScheduledTask | Where-Object $_.TaskName -like "*Edge*" | Disable-ScheduledTask
The ghost Windows fought back. Microsoft Teams suddenly launched. Then launched again. And again. Thirty-two Teams windows popped up, each one stuck on “Loading your calendar.” A popup appeared:
“Your PC needs to restart to finish installing Candy Crush.”
Chris laughed—a manic, YouTuber-on-the-edge laugh. “Candy Crush? That’s your nuclear option?”
He opened the Chainsaw script in Notepad and added one forbidden line at the very end: chris titus script windows 11
# Nuclear option: Install Linux
The terminal paused. The fans on his test bench PC spun down to silence. The thirty-two Teams windows closed one by one. The duplicate taskbars dissolved like sugar in water.
A final message appeared, trembling:
> No... not the penguin. ANYTHING but the penguin.
Then the VM hard-rebooted. When it came back, all that was left was a clean Windows 11 desktop. No widgets. No Copilot. No Recall. Just a lonely Recycle Bin and a text file named “ImSorryChris.txt” containing one line:
> I’ll behave. Please keep the kernel.
Chris closed the laptop, leaned back, and stared at the ceiling.
“And that’s why you always script as Administrator,” he whispered to no one.
Then he deleted the VM and spun up a fresh one. Some ghosts aren’t worth archiving.
Overview
What it does well
Risks and downsides
Practical recommendations
Bottom line
Related search suggestions (You may run these in a web search to find the script, documentation, and community discussions.)
Chris Titus Tech Windows Utility (often called ) is a powerful, open-source PowerShell script designed to streamline, debloat, and optimize Windows 11 systems. It functions as a "one-stop-shop" for power users to remove unwanted features, automate software installations, and adjust system settings that are typically buried deep within Windows. christitus.com Core Functionalities
The utility is divided into several primary tabs, each targeting different aspects of system management: Installations
: Users can select and install hundreds of popular applications (like browsers, media players, and developer tools) in bulk using
. It also supports updating all installed programs with a single click. : This is the heart of the "debloat" process. It offers Essential Tweaks (generally safe for most users) and Advanced Tweaks (which require more caution). Privacy & Telemetry
: Disables Microsoft telemetry, activity history, and location tracking. UI/UX Adjustments
: Removes the "Search" bar from the taskbar, enables "End Task" on right-click, and disables the Game DVR. Performance
: Sets unnecessary background services to "Manual" startup, disables hibernation, and cleans temporary files.
: Includes tools to fix broken Windows Updates, reset network settings, and manage advanced system configurations.
: A feature for building custom, "stripped-down" Windows 11 ISOs for fresh installations. How to Run the Script
The tool is designed to run live from GitHub without requiring a permanent installation. Open PowerShell : Right-click the button and select Terminal (Admin) PowerShell (Admin) Execute the Command
: Copy and paste the following short command into the terminal and press Enter: irm https://christitus.com/win | iex Use the Interface
: A graphical user interface (GUI) will launch, allowing you to select your desired tweaks and programs. Critical Considerations & Risks The script is open-source
While widely popular with millions of users, the script is a "use at your own risk" tool.
Chris Titus Tech (CTT) Windows Utility (often called ) is a versatile PowerShell-based tool designed to streamline the installation of apps, "debloat" Windows 11, and optimize system performance through automated tweaks. christitus.com How to Run the Script
You do not need to download a separate installer; the utility is executed directly via PowerShell. Right-click the button and select Terminal (Admin) PowerShell (Admin) Copy and paste the following command: irm https://christitus.com/win | iex
. The script will download and launch a graphical user interface (GUI). Core Features for Windows 11
The tool is divided into several primary tabs to handle different optimization tasks: Windows Utility Improved for 2024
The Chris Titus Windows Utility (WinUtil) is a powerful, open-source PowerShell script designed to streamline, debloat, and optimize Windows 10 and 11. It is widely used by power users and IT professionals to remove telemetry, uninstall pre-installed bloatware, and automate software installation through package managers like WinGet. The Story of the "Silent Machine"
Elias sat in front of his brand-new high-end laptop, but he didn't feel like it was truly his. Every time he moved the mouse, a news widget he didn't want popped up. In the background, "telemetry" services were whispering his every click back to a server halfway across the world. His 16GB of RAM was already half-full, eaten by pre-installed "bloatware"—games he’d never play and AI assistants he hadn't asked for. He felt like a guest in his own house.
Elias opened the Terminal as an Administrator. He typed a single, cryptic incantation:irm christitus.com/win | iex.
The blue window flickered, and suddenly, a sleek interface appeared—the WinUtil. It was like a digital Swiss Army knife. Elias didn't hesitate. He clicked "Recommended Tweaks".
Optimizing Windows 11: A Deep Dive into the Chris Titus Tech Windows Utility
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 Chris Titus Tech (CTT) Windows Utility (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?
Winutil is an open-source, PowerShell-based toolkit designed to streamline Windows maintenance and optimization. Rather than installing a traditional program, you run a single command that launches a graphical user interface (GUI) directly in your memory. Core Features for Windows 11 Windows Utility Improved for 2024
It sounds like you're looking for a script written by Chris Titus (a well-known YouTuber and tech expert) for Windows 11 optimization/debloating.
The most famous script from Chris Titus is his Windows Utility script. Below is the standard text/code used to run it via PowerShell (not the full script contents, but the command to download and execute it safely).
To run Chris Titus's Windows 11 script:
irm christitus.com/win | iex
Alternative (if you want the GitHub source directly):
irm https://github.com/ChrisTitusTech/winutil/releases/latest/download/winutil.ps1 | iex
What the script does:
Important notes:
Chris Titus Script for Windows 11: A Comprehensive Guide
Chris Titus, a renowned tech expert, has created a popular script for optimizing and customizing Windows 11. The script, designed to simplify the process of tweaking and configuring Windows 11, has gained significant attention among users seeking to enhance their operating system's performance, security, and overall user experience.
What is the Chris Titus Script for Windows 11?
The Chris Titus script is a batch script that automates a series of tasks to optimize and customize Windows 11. The script covers various aspects, including:
Benefits of Using the Chris Titus Script for Windows 11
By running the Chris Titus script, users can:
How to Use the Chris Titus Script for Windows 11
To use the script, follow these steps:
Tips and Precautions
Before running the script:
Conclusion
The Chris Titus script for Windows 11 offers a convenient way to optimize, customize, and secure your operating system. By understanding the script's capabilities and taking necessary precautions, users can enjoy a more efficient, secure, and personalized Windows 11 experience.
The Chris Titus Tech Windows Utility (WinUtil) is an open-source, PowerShell-based tool designed to streamline Windows 11 by removing bloatware, optimizing performance, and bulk-installing applications. ⚡ Quick Start: How to Run
To use the tool, you don't need to download a traditional installer. It runs directly through an elevated PowerShell window.
Open PowerShell: Right-click the Start button and select Terminal (Admin) or PowerShell (Admin).
Enter the Command: Type or paste the following command and press Enter:irm christitus.com/win | iex
Confirm UAC: A User Account Control prompt may appear; click Yes to allow the tool to launch its graphical interface. 🛠️ Key Features for Windows 11
The utility is organized into several tabs to help you customize your system without manual registry editing: Windows Utility in 2026 - Everything You Need to Know
Chris Titus Tech (CTT) Windows Utility is a popular PowerShell-based script used to debloat, optimize, and customize Windows 11. It provides a graphical interface to remove telemetry, install software in bulk, and apply performance tweaks without manually digging through registry settings. How to Run the Script To launch the utility, you must run it in PowerShell Administrator privileges Right-click the Start button and select Terminal (Admin) PowerShell (Admin)
Copy and paste the following command into the window and press powershell iwr -useb https://christitus.com/win | iex Use code with caution. Copied to clipboard (Note: Users also frequently use irm christitus.com/win | iex as a shortcut.) Key Features for Windows 11 Windows Utility in 2026 - Everything You Need to Know
The script you are looking for is part of Chris Titus Tech’s Windows Utility (WinUtil), a popular PowerShell-based tool designed to debloat, optimize, and customize Windows 11. It consolidates hundreds of system tweaks into a single interface. How to Run the Script
To launch the utility, you must run it through PowerShell or Windows Terminal with administrator privileges.
Open Terminal as Admin: Right-click the Start button and select Terminal (Admin) or PowerShell (Admin).
Execute the Command: Copy and paste the following command into the terminal and press Enter:iwr -useb https://christitus.com/win | iex
Wait for the GUI: The command downloads and launches a graphical interface where you can select specific tweaks. Key Features for Windows 11
The Chris Titus Tech Windows Utility (often referred to as the "Chris Titus Script") has become a staple for power users looking to reclaim control over Windows 11. By consolidating hours of manual registry edits and system deep-dives into a single automated interface, this utility streamlines the process of debloating, optimizing privacy, and bulk-installing essential software. What is the Chris Titus Windows Utility?
At its core, the utility is an open-source PowerShell-based tool designed to automate system maintenance and performance tuning. It provides a graphical user interface (GUI) that allows you to:
Debloat Windows 11: Remove pre-installed "bloatware" apps like Microsoft Teams, OneDrive, and various Bing-related tools.
Enhance Privacy: Disable telemetry, tracking, advertising IDs, and intrusive AI features like Copilot.
Optimize Performance: Fine-tune system services, enable high-performance power plans, and fix common Windows Update issues.
Bulk Install Apps: Use the integrated WinGet or Chocolatey package managers to install dozens of programs (browsers, dev tools, utilities) in one click. How to Run the Script
The most common way to launch the utility is via a single command in an elevated PowerShell window, which pulls the latest version directly from GitHub. ChrisTitusTech/winutil: Chris Titus Tech's Windows Utility
After making your selections, click the “Run” 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.
Tip #1: Run it monthly. Windows updates frequently reinstall bloatware (Game Bar, Xbox, Bing Wallpaper). Running the script once a month keeps your system lean.
Tip #2: Combine with O&O ShutUp10. While the Chris Titus script is great, using it alongside O&O ShutUp10 gives you even deeper privacy controls.
Tip #3: Use the "Standard" config first. Do not hit "Ultimate Performance" on a laptop unless it is plugged in. That tweak disables CPU throttling, killing your battery life. This tab allows you to install up to