How to set Base Priority ?

M

Mike Tyka

Dear Community,

Does anyone know a way to set the base priority of a process to say "Below
normal" using a command line option (to be used in a batch file) ??

Thanks for any clues,

Mike
 
K

Kelly

Hi Mike,

From a previous post and use as an example:

<Quote>

Here's what is in my .bat file for launching FireFox.exe:
cmd /c start /AboveNormal FireFox.exe

Other priority settings are:: Realtime, High, AboveNormal, Normal,
BelowNormal, Low.

Put that bat file in the same directory as that executable. OR set the full
file path.

</Quote>
 

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