Computer trivia

All I know about computers

&
 

Jan 06 2009

Assign priority to processes

Published by rakshit at 11:44 pm under Tips Edit This

Do you know of the start utility on Windows? Well, it is not Start button, but the start utility. All the versions of Windows a command line utility called ’start’ which can be used to launch programs on a specified CPU with a specified property. Suppose you wanted to start the ‘Calculator’ program on the third CPU with a low priority, the following is the syntax.

start /affinity 3 /low calc.exe

 Here ‘3′ represents the processor number on which the program must be run and should be the number of the processor in Hex format.

‘low’ represents the priority to be given to this program and can have one of the following values

- Low

- Normal

- High

- Realtime

- Above Normal

- Below Normal

 

Possibly-related Articles:                                        (auto-generated)

Comments RSS

Leave a Reply

You must be logged in to post a comment.
Not A Member? Register for Free!

Some Today.com contributors may have received a fee or a promotional product or service from a manufacturer for promotional consideration, while others receive no consideration at all. Each contributor is responsible for disclosing any such promotional consideration.