Ghost Optimizer is an open source advanced batch script that improves performance, latency, network and privacy, while removing bloatware and AI features.
It applies registry and policy modifications across four areas: performance, targeting scheduler behavior and resource allocation; network, reducing overhead and improving throughput; latency and input lag, via interrupt handling and timer resolution tuning; and telemetry, advertising, bloatware, and AI features. All modifications are reversible through the restore point option.
Every optimization in this script has been individually tested and included for a specific reason. If you don't understand what a command does, do not run it. Blindly executing random tweaks you found online is how you break things.
- Download Git 2.54
- Check: "Use Windows' Default console window" on install
- Open Powershell as Administrator
- Copy and paste the command below:
PowerShell -ExecutionPolicy Bypass -Command "if (!(Get-Command git -ErrorAction SilentlyContinue)) { Write-Host 'Downloading Ghost Optimizer...'}; Remove-Item '$env:TEMP\Ghost-Optimizer' -Recurse -Force -ErrorAction SilentlyContinue; git clone https://github.com/louzkk/Ghost-Optimizer.git '$env:TEMP\Ghost-Optimizer'; Set-Location '$env:TEMP\Ghost-Optimizer\bin'; .\Ghost-Optimizer.bat"
- Listed on Opendows.
- Testing: @MysteryNich.
- OOSU++ and NvidiaProfileInspector.
This script modifies the Windows Registry and applications. Use at your own risk. I'm not responsible for system instability or data loss.
Released under the MIT License. Free for modification and distribution with proper attribution.
