0

I have an application that is programmed to change it's priority to high. Even if I switch it back to normal or lower, it changes back after some time. How can I block this behavior? How can I force process' cpu priority so that it can't change the priority itself? The closest solution I've come to so far was a script that checks the priority and changes it if necessary, however this solution doesn't force the priority for all the time.

2
  • Is this application run as an administrator? You might be able to adjust the privs that the user running the process has but what do you think the code is going to do when it requests that the priority changes and that request fails? Commented Jul 25, 2022 at 21:44
  • No, it's not being run as an administrator. I don't know how it will behave, I have no source code of this app.
    – MarioPL98
    Commented Jul 26, 2022 at 22:59

0

You must log in to answer this question.

Browse other questions tagged .