9
1
When windows starts I see most of the processes start in normal priority. I can manually change the priority of a running process. But what I want is when a particular process starts it be automatically set to run in high priority.
How is that possible?
How do you call it when you want to do it at login @BishnuD.? I'd commend you call this entire process instead of just the process you want to start.... so
start "whateverthisis#" /high /path/to/the/executable
– djsmiley2k TMW – 2017-05-29T15:28:38.417I understand we can definitely set priority using command line. But what I want it to to automate the process, and no user action needs to be required. I am thinking that I can store the .bat file somewhere and tell windows to execute it automatically at logon. Does it make correct sense? – Bishnu D. – 2014-01-10T07:43:17.073