PDA

View Full Version : How to start a program at low priority?


Susan Rice
February 6th 07, 11:16 PM
I have a desktop wheather application that displays the temperature in
the system tray. I starts automatically on boot. It's in All Programs
-> Startup. I'd like to set it's priority to Low, which I can do
in Windows Task Manager.

Is there a way I can have it start automatically with a low priority,
so I don't have to set it to Low manually with Windows Task Manager?

Ramesh, MS-MVP
February 7th 07, 02:59 PM
Hi Susan,

The Start command (from a Command Prompt) can start a program at specified priority levels. Create a batch file with the following line:

%comspec% /c start /LOW <program>.exe

And place the file in the Startup folder.

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows XP Shell/User]
Windows® XP Troubleshooting http://www.winhelponline.com


"Susan Rice" > wrote in message ...
I have a desktop wheather application that displays the temperature in
the system tray. I starts automatically on boot. It's in All Programs
-> Startup. I'd like to set it's priority to Low, which I can do
in Windows Task Manager.

Is there a way I can have it start automatically with a low priority,
so I don't have to set it to Low manually with Windows Task Manager?

Google