PrioritySetter is a lightweight GUI tool that lets you set custom CPU, IO, and Page priorities for specific processes. By modifying registry entries, PrioritySetter ensures that when these processes launch, they run with the specified priorities set by the user.
- Set CPU Priority: Specify how much CPU attention a process should receive.
- Set IO Priority: Control a process's disk access speed.
- Set Page Priority: Adjust the memory page importance for a process.
- User-Friendly Interface: Easily select and prioritize processes.
- Automated Registry Update: Applies settings automatically in the registry, so they’re applied at process startup.
OS: Windows 10 or Higher (requires registry access)
Python version: 3.10 or higher
Libraries: Customtkinter (for GUI), winreg (for registry management)
Clone the repository:
git clone https://github.com/7gxycn08/PrioritySetter.git
cd PrioritySetterInstall required packages:
pip install -r requirements.txtRun the application:
python prioritysetter.py- Launch PrioritySetter.
- Choose CPU, IO, and Memory priority levels.
- Click Set EXE Priority to save changes to the registry.
- When the process starts, it will automatically run with the selected priorities.
- To uninstall priority settings click the remove button and select the exe.
- CPU Priority: Real-time, High, Normal, Idle.
- IO Priority: Critical, High, Normal, Low, Very Low.
- Page Priority: Normal, Below Normal, Medium, Low, Very Low.
PrioritySetter is released under the MIT License. See the LICENSE file for more details.