Process priority setting?

M

myPC

Hello:

Could someone please tell me how to permanently set a process priority for
any given process? For example, I want to lower the process priority for
Firefox.

I know that you can change the priority by pressing Ctrl-Alt-Del and then go
to processes. However, this setting is only kept until you close that
application ( which for me is FireFox ).

Suggestions?
TIA
 
D

Dave Patrick

You can use start command in a shell script something like;
start "" /low "some program"
start /?
for the syntax

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| Hello:
|
| Could someone please tell me how to permanently set a process priority for
| any given process? For example, I want to lower the process priority for
| Firefox.
|
| I know that you can change the priority by pressing Ctrl-Alt-Del and then
go
| to processes. However, this setting is only kept until you close that
| application ( which for me is FireFox ).
|
| Suggestions?
| TIA
|
|
 
M

myPC

Thanks for the tip...I tried it...still starts up as NORMAL!
start "" /BELOWNORMAL firefox.exe
start /BELOWNORMAL firefox.exe

?
 

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