Start process with low priority

  • Thread starter Thread starter Stas Namin
  • Start date Start date
S

Stas Namin

Can anyone point out an article on how to control the
priority of the process when starting it.
I would like to create a shortcut to an application, but
start it with low priority.

Thank You.
 
Can anyone point out an article on how to control the
priority of the process when starting it.
I would like to create a shortcut to an application, but
start it with low priority.

Thank You.
This can be done, I did it before, the downside at the
time was that the item no longer had the same icon.

The way I did it was to invoke a batch command (thru desktop
shortcut) to start
the intended program, and the bacth file contained the
START command with it's priority settings.

Open a CMD windows and type start /?
for more info.

Dave
 
Back
Top