process-governor
process-governor copied to clipboard
I/O Priority is not set to High with an error
A fix is not expected in the near future, because it directly depends on psutil, therefore it is a low priority.
Decision made: Remove the ability to set high I/O priority (Real-time) for processes, as it does not work at the Windows system level.
During testing, it was found that attempts to set a high I/O priority result in an AccessDenied error, despite having administrative privileges. This is due to system-level restrictions that prevent changing these parameters.
As a result, support for high I/O priority will be removed to avoid further issues and incorrect application behavior.