Warning
This script makes changes to the registry that may have unwanted effects.
This is an quick and easy way to debloat and speed up your PC.
This script must be run in an admin PowerShell because it alters parts of the system that normal users can't.
irm endcod3r.github.io/pc-optimizer/optimize.ps1 | iex
git clone https://github.com/EndCod3r/pc-optimizer.git
cd pc-optimizer
.\optimize.ps1
or if you don't have Git installed
Look for and click the green <> Code
button near the top of this repo's page and click Download ZIP
Unzip the archive, and open a PowerShell as administrator, then navigate to the pc-optimizer directory and run .\optimize.ps1
If you get an error stating running scripts are disabled on this system then run this command
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope Process
This makes it so you can run any PowerShell script in the current process. Once you close PowerShell it will revert back.
If you have any problems, create an Issue