Comment
Author: Admin | 2025-04-28
Script does not unintentionally break any OS functionality, but use at your own risk!Quick methodDownload & run the script automatically via PowerShell. All files related to the script are saved to %temp%/Win11Debloat if you wish to inspect them. The script automatically cleans up the files after execution.Open PowerShell, preferably as an administrator.Copy and paste the code below into PowerShell, press enter to run the script:& ([scriptblock]::Create((irm "https://debloat.raphi.re/")))Wait for the script to automatically download Win11Debloat.A new PowerShell window will open showing the Win11Debloat menu. Select either the default or custom mode to continue.Carefully read through and follow the on-screen instructions.This method supports parameters. To use parameters simply run the script as explained above, but add the parameters at the end with spaces in between. Example:& ([scriptblock]::Create((irm "https://debloat.raphi.re/"))) -RunDefaults -SilentTraditional methodManually download & run the script.Download the latest version of the script, and extract the .ZIP file to your desired location.Navigate to the Win11Debloat folderDouble click the Run.bat file 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.A new PowerShell window will now open showing the Win11Debloat menu. Select either the default or custom mode to continue.Carefully read through and follow the on-screen instructions.Advanced methodManually 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 as an administrator.Temporarily enable PowerShell execution by entering the following command:Set-ExecutionPolicy Unrestricted -Scope ProcessIn PowerShell, navigate to the directory where the files were extracted. Example: cd c:\Win11DebloatNow run the script by entering the following command:The Win11Debloat menu will now open. Select either the default or custom mode to continue.Carefully read through and follow the on-screen instructions.This method supports parameters. To use parameters simply run the script as explained above, but add the parameters at the end with spaces in between. Example:.\Win11Debloat.ps1 -RemoveApps -DisableBing -SilentParametersThe quick and advanced usage methods support switch parameters. A table of all the supported parameters and
Add Comment