W11: how to set an application's priority

mikel831 Posted messages 237 Registration date   Status Member Last intervention   -  
mikel831 Posted messages 237 Registration date   Status Member Last intervention   -

Hello!
I am working with a PC running W11, and I saw that using the task manager, I could change the priority of an application. However, this setting only applies to the active session.
Is it possible to adjust this setting so that it is automatically active every time the application is launched?

2 answers

fabul Posted messages 42079 Registration date   Status Moderator Last intervention   6 054
 

Hello,

You start your process with a command:

START /LOW

START /BELOWNORMAL

START /NORMAL

START /ABOVENORMAL

START /HIGH

START /REALTIME
 

0
mikel831 Posted messages 237 Registration date   Status Member Last intervention   19
 

Thank you for your reply!
Best regards, Mikel

0