Skip to content
This repository has been archived by the owner on Jul 30, 2023. It is now read-only.
/ win-optimizer Public archive

Making Windows run better!

Notifications You must be signed in to change notification settings

Anequit/win-optimizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

win-optimizer

GitHub all releases GitHub release (latest by date) GitHub repo size

About

This tool was made to save me time and simplify the optimization process on Windows. Windows will revert some settings during updates, so it's advised to rerun after updating. If you want to donate, you can here, but it's not mandatory.

What does this do?

This tool optimizes windows to it's fullest potential, disables telemetry/data collection, and disables auto updating. The tweaks made by this tool will increase overall system performance, framerate in games, and network performance, but will also cause windows to draw more power. Due to this extra power draw, this tool may not be ideal for laptops with a working battery.

FAQ

Flagged as virus?

Due to how this program writes changes to Windows it's flagged as a virus. If that worries you, then you can compile the binary yourself with the guide below.

  1. Download python 3.10.

  2. Clone the repository or download as zip and extract it. If you don't know how to do that then here is a tutorial.

  3. Navigate to the repository and run pip install -r requirements.txt in the terminal. If you've never used the terminal then here is a simple article on how to use it.

  4. Now you'll need to enable scripts, so you can run the build script. In powershell, run Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Bypass -Force and then continue to the next step.

  5. Now, you can run build.ps1 in terminal or by right clicking and running with powershell.

  6. You should now see your brand new binary waiting for you to run it!

What is file integrity?

File integrity allows you to verify that the file you downloaded is identical the one uploaded. In the release, there will be a hash you can use to verify the integrity of the binary.

  1. Start by downloading the latest version here, then copy and save the SHA256 hash.

  2. Open powershell and navigate to the directory where win-optimizer.exe is located.

  3. Run the command Get-FileHash -A SHA256 .\win-optimizer.exe.

  4. Compare the hash listed with the hash from the release page.

  5. If they match, then the files are identical.