Skip to content

EndCod3r/pc-optimizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EndCoder's PC Tweaker

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.

Usage

This script must be run in an admin PowerShell because it alters parts of the system that normal users can't.

One-liner

irm endcod3r.github.io/pc-optimizer/optimize.ps1 | iex

Git Clone

git clone https://github.com/EndCod3r/pc-optimizer.git
cd pc-optimizer
.\optimize.ps1

or if you don't have Git installed

Download ZIP

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

Troubleshooting

Scripts disabled on system

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