How to permanently set the task priority ?

  • Thread starter Thread starter flahmeshess
  • Start date Start date
F

flahmeshess

I have a program that I want to set it to run at a lower priority ALL
the time. Now, I'm setting it via the task manager EACH TIME I start
the program. How do I do it permanently ? Thanks.
 
You can use a shell script to start it something like
start "" /low "Path\toprog.exe"
 
Back
Top