-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
How To Use
Warning
Great care went into making sure this script does not unintentionally break any OS functionality, but use at your own risk! If you run into any issues, please report them here.
Download & run the script automatically via PowerShell. When using this method, any files will be downloaded to %temp%/Win11Debloat. These files will be automatically cleaned up once the script is done.
- Open PowerShell or Terminal, preferably as an administrator.
- Copy and paste the command below into PowerShell:
& ([scriptblock]::Create((irm "https://debloat.raphi.re/")))- Wait for the script to automatically download Win11Debloat.
- Carefully read through and follow the on-screen instructions.
This method supports command-line parameters to customize the behaviour of the script. Please click here for more information.
Manually download & run the script.
- Download the latest version of the script, and extract the .ZIP file to your desired location.
- Navigate to the Win11Debloat folder
- Double click the
Run.batfile to start the script. NOTE: If the console window immediately closes and nothing happens, try the advanced method below. - Accept the Windows UAC prompt to run the script as administrator, this is required for the script to function.
- Carefully read through and follow the on-screen instructions.
Manually download the script & run the script via PowerShell. Recommended for advanced users.
- Download the latest version of the script, and extract the .ZIP file to your desired location.
- Open PowerShell or Terminal as an administrator.
- Temporarily enable PowerShell execution by entering the following command:
Set-ExecutionPolicy Unrestricted -Scope Process -Force- In PowerShell, navigate to the directory where the files were extracted. Example:
cd c:\Win11Debloat - Now run the script by entering the following command:
.\Win11Debloat.ps1- Carefully read through and follow the on-screen instructions.
This method supports command-line parameters to customize the behaviour of the script. Please click here for more information.
Win11Debloat provides a user-friendly graphical interface as well as a powerful command-line interface (CLI).
By default, Win11Debloat launches an interactive setup wizard designed to walk you through the entire customization process step by step. Here you can select applications for removal, toggle system settings, and choose the user account that you want to apply the changes to. After selecting your desired changes you will be able review all pending changes and choose to create a system restore point. After confirmation, Win11Debloat will automatically apply your selected changes.
Win11Debloat's powerful command-line interface (CLI) allows you to apply changes directly from the terminal. Click here for more information.