process-governor
process-governor copied to clipboard
Process Governor is a Python utility designed to manage Windows processes and services by adjusting their priorities, I/O priorities, and core affinity based on user-defined rules.
**User story:** https://www.reddit.com/r/cyberpunkgame/comments/16pbxow/comment/kegybxm/?utm_source=share&utm_medium=web2x&context=3 https://www.reddit.com/r/armoredcore/comments/171i3d0/comment/k6iqfyy/?utm_source=share&utm_medium=web2x&context=3
**Docs:** https://learn.microsoft.com/en-us/windows/win32/procthread/cpu-sets **Source:** https://www.reddit.com/r/armoredcore/comments/171i3d0/comment/kdeyhh7/?utm_source=reddit&utm_medium=web2x&context=3 **Test:** on Genshin Impact
https://www.reddit.com/r/armoredcore/comments/171i3d0/comment/kdeyhh7/?utm_source=reddit&utm_medium=web2x&context=3
**Issue:** Changing core affinity settings for certain applications, such as the game Baldur's Gate 3, leads to issues like loss of sound or game crashes when the rules are applied...
**Task Description**: The goal is to develop a functionality for continuously applying configuration rules, even if there are changes in the settings of processes or services made by other applications...
Depends on https://github.com/SystemXFiles/process-governor/issues/12
