Usage Of Win11Debloat
Sowad⚠️ 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.
Quick method
Download & run the script automatically via PowerShell.
- 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.
Traditional method
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.
Advanced method
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.