Minimalist Windows Optimizer & FPS Booster
ZenithBoost is a professional, terminal-based system utility designed to maximize gaming performance on Windows. It streamlines your system by managing power schemes, disabling non-essential services, purging resource-heavy background applications, and elevating process prioritiesโall through a clean, "Dark Academia" inspired CLI interface.
- โก High-Performance Mode: One-click switch to the Windows High Performance power plan to ensure your hardware isn't throttled.
- ๐ ๏ธ System Optimization: Automatically stops non-essential services (like SysMain, Print Spooler, and Windows Search) to free up CPU and RAM.
- ๐งน Background Purge: Quickly terminates common resource-heavy applications (Chrome, Discord, Spotify, etc.) to eliminate micro-stutters.
- ๐ฏ Game Priority Escalation: Dynamically sets a specific game's process priority to
HIGH, ensuring the CPU prioritizes your game over background tasks. - ๐ One-Click Restore: Safely revert all system changes and restart disabled services back to their default state.
- OS: Windows 10 / 11
- Language: Python 3.x
- Privileges: Administrator Rights (Required to modify system services and power plans)
-
Clone the repository:
git clone https://github.com/shafayat83/ZenithBoost.git cd ZenithBoost -
Install dependencies:
pip install psutil rich
Because ZenithBoost modifies system-level settings, it must be run with administrator privileges.
- Open your terminal (PowerShell or CMD) as Administrator.
- Run the script:
python ZenithBoost.py
- Use the interactive menu to select your desired operation.
This tool modifies system services, power configurations, and terminates active processes. While designed for safety, use it at your own risk. It is recommended to use the "Restore Defaults" option after your gaming session.
This project is open-source and available under the MIT License.