Script/Utility/Application to debloat Windows 10, to remove Windows pre-installed unnecessary applications, stop some telemetry functions, stop Cortana from being used as your Search Index, disable unnecessary scheduled tasks, and more...
There are different methods of running the PowerShell script. The methods are as follows:
- Download the .zip file on the main page of the GitHub and extract the .zip file to your desired location
- Once extracted, open PowerShell (or PowerShell ISE) as an Administrator
- Enable PowerShell execution
Set-ExecutionPolicy Unrestricted -Force - On the prompt, change to the directory where you extracted the files:
e.g. -
cd c:\temp - Next, to run either script, enter in the following:
e.g. -
.\Debloat.ps1
- Download the .zip file on the main page of the GitHub and extract the .zip file to your desired location
- Right-click the PowerShell file that you'd like to run and click on "Run With PowerShell"
- This will allow the script to run without having to do the above steps but Powershell will ask if you're sure you want to run this script.
Remember this script NEEDS to be run as admin in order to function properly.