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

  1. fabul Posted messages 42258 Registration date   Status Moderator Last intervention   6 087
     

    Hello,

    You start your process with a command:

    START /LOW

    START /BELOWNORMAL

    START /NORMAL

    START /ABOVENORMAL

    START /HIGH

    START /REALTIME
     

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

    Thank you for your reply!
    Best regards, Mikel

    0