Set Priority on startup menu programs?

G

Guest

I have a program that I want to automatically startup, but I don't want it
eating up all my CPU time when it runs.

Is there a way to set the run priority to "low" for a program that you start
automatically by putting it into the C:\Documents and Settings\username\Start
Menu\Programs\Startup folder?

Thank you
 
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

:
|I have a program that I want to automatically startup, but I don't want it
| eating up all my CPU time when it runs.
|
| Is there a way to set the run priority to "low" for a program that you
start
| automatically by putting it into the C:\Documents and
Settings\username\Start
| Menu\Programs\Startup folder?
|
| Thank you
 
G

Guest

Well, You can set a priority to a program, but I would not recommend it
though. Go to "Task Manager" then to "Processes" then right click on the
process to set priority. Remember, this is dangerous. I do not recommend it!
Good Luck.
 

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