Prefer an offline or EXE option? Head over to cttstore.com to download the executable. The online version always pulls the latest ... christitus.com ChrisTitusTech/winutil: Chris Titus Tech's Windows Utility This utility is a compilation of Windows tasks I perform on each Windows system I use. It is meant to streamline installs, debloat... GitHub ChrisTitusTech/winutil: Chris Titus Tech's Windows Utility Here are a few ways to do it: * Start menu Method: Right-click on the start menu. Choose "Windows PowerShell (Admin)" (for Windows... GitHub Windows Utility in 2026 - Everything You Need to Know Feb 17, 2026 —
Revive Your PC: A Complete Guide to the Chris Titus Windows 11 Debloat Script If you’ve just bought a new laptop or upgraded to Windows 11, you’ve likely met some uninvited guests: bloatware . These pre-installed apps (Candy Crush, Spotify, Xbox, random HP/Dell utilities) run in the background, eat up RAM, delay startup, and clutter your Start Menu. For years, tech enthusiasts have turned to Chris Titus Tech —a well-known YouTuber and Linux advocate—for a smarter, safer way to clean Windows. His Windows 11 debloat script is not just another "run this and pray" tool. It’s an interactive, modular utility that gives you control. Let’s break down what it does, why it’s safe, and how to use it. Why Not Just Use “Settings”? Windows 11 doesn’t offer a one-click “remove all bloat” button. Manually uninstalling apps via Settings often leaves leftovers, registry entries, and telemetry services intact. Plus, many annoying features (like Bing web search in Start, tips, and Xbox Game Bar) are buried deep in Group Policy or the Registry. The Chris Titus script automates what would take hours of manual tweaking. What Does the Script Actually Do? The script is a PowerShell-based tool with a text-based menu. You choose what to change. It does not auto-delete everything unless you tell it to. Key features include:
Remove Bloatware Apps: Uninstalls TikTok, Disney+, McAfee, Teams Consumer, etc. Disable Telemetry & Data Collection: Limits how much Microsoft “phones home.” Stop Resource-Heavy Services: Disables Xbox Live services, Print Spooler (if you don’t print), Windows Error Reporting, etc. Remove OneDrive Completely (optional, but glorious). Disable Cortana & Web Search from Start Menu. Restore Classic Context Menu (Windows 10 style right-click). Install Essential Apps (via Winget – think “app store from command line”).
Note: This script does NOT deactivate Windows. It only removes features and optimizes performance. windows 11 debloat script chris titus
Is It Safe? Yes, if you use it correctly. Chris Titus maintains the script publicly on GitHub, and hundreds of thousands of users have run it without bricking their systems. However:
Always read the menu options before pressing a number. Don’t run random scripts without understanding them – this one is well-vetted. Create a System Restore point first (the script can do this for you).
Unlike aggressive “debloaters” from unknown forums, this script does not delete critical system files or break Windows Update. Step-by-Step: How to Run the Chris Titus Windows 11 Debloat Script Time required: ~5–10 minutes. Step 1: Open PowerShell as Administrator Prefer an offline or EXE option
Press Windows + X → select Terminal (Admin) or Windows PowerShell (Admin) . Click “Yes” on the UAC prompt.
Step 2: Run the Script Command Copy and paste this line, then press Enter : iwr -useb https://christitus.com/win | iex
(Short explanation: iwr downloads the script from Chris’s site, iex runs it.) Step 3: Navigate the Menu Once the blue/white menu appears, you’ll see options like: 1. Tweaks 2. Config (Install/Uninstall Apps) 3. Install Updates 4. Uninstall Bloatware ... christitus
Step 4: Recommended First Steps
Select 4 – Uninstall Bloatware. This removes pre-installed store apps but keeps core OS components. Then select 1 (Tweaks) → Standard (recommended for most users). This disables telemetry, Xbox services, and ads. To remove OneDrive, go to 1 → 5 (OneDrive removal).