1- ![ Logo Process Governor] ( images/github-banner-readme.png )
2-
3- [ ![ RU] ( icons/ru.png ) Русская версия] ( README.ru.md )
1+ ![ Logo Process Governor] ( images/headers/github-banner-readme.png )
42
53---
64
75** Process Governor** is a Python utility designed to manage Windows processes and services by adjusting their
86priorities, I/O priorities, and core affinity based on user-defined rules.
97
10- <details >
11- <summary >Screenshots</summary >
12-
13- > ![ tray_menu_screenshot.png] ( images/tray_menu_screenshot.png )
14- >
15- > ![ audio_artiacle_rule_configurator_screenshot.png] ( images/audio_artiacle_rule_configurator_screenshot.png )
16- >
17- > ![ rule_configurator_with_error_screenshot.png] ( images/rule_configurator_with_error_screenshot.png )
18- </details>
19-
20- ## Features
8+ ### Features
219
2210- Adjust process and service priorities for better performance.
2311- Control I/O priorities to optimize resource utilization.
2412- Define core affinity for processes.
25- - Fine-tune Windows services and processes based on [ user-defined rules] ( ui_rule_configurator.md ) .
26- - Continuous monitoring of the configuration file for rule application.
27- - Ability to add ProcessGovernor to autorun.
13+ - Fine-tune Windows services and processes based on user-defined rules.
14+
15+ ### Screenshots
16+
17+ <details >
18+ <summary>Click to expand</summary>
19+
20+ > ![ process_list.png] ( images/screenshots/process_list.png )
21+ >
22+ > ![ process_rules.png] ( images/screenshots/process_rules.png )
23+ >
24+ > ![ tray_menu.png] ( images/screenshots/tray_menu.png )
25+ </details>
2826
2927## Getting started
3028
@@ -35,18 +33,19 @@ To get started with **Process Governor**, follow these steps:
35332 . Run the ` Process Governor.exe ` executable with ** administrative privileges** .
3634 This is important to allow the program to make the necessary adjustments to process and service priorities, I/O
3735 priorities, and core affinity.
38- 3 . [ Configure the rules] ( ui_rule_configurator.md ) for processes and services.
36+ 3 . Configure the rules for processes and services.
37+ 4 . ** Optionally** , you can enable auto-start for the program to launch automatically with
38+ the system.
3939
4040You can close the program by accessing the tray icon.
4141
4242## Knowledge base
4343
44- - [ Configuring rules] ( ui_rule_configurator.md )
44+ - [ Process Governor UI] ( ui_process_governor.md )
45+ - [ Rule Behavior and Tips] ( rule_behavior_and_tips.md )
4546- [ Configuration file] ( configuration_file.md )
4647- [ Running from source and creating a portable build] ( run_and_build.md )
47- - ** Tips and Tricks**
48- - [ Optimizing Audio] ( tips'n'tricks/audio.md )
49- - [ Optimizing Games] ( tips'n'tricks/game_optimization.md )
48+
5049## License
5150
5251This project is licensed under the GNU General Public License v3.0 - see the [ LICENSE] ( ../LICENSE ) file for details.
0 commit comments