Start process with low priority

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.
 
D

davetest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top