Starting an application with low priority

M

mickey

Hi,

Is there a way to configure an application to always start at a low
priority instead of starting and then changing the priority from the
task manager?

Thanks,

-M
 
3

3c273

Create a batch file and use the "start" command to start your app. (start
/low myapp.exe). Type "start /?" at a command prompt for more options.
Louis
 
R

R. McCarty

Check on the Start Command. I believe it uses priority qualifiers.
Open a Command Prompt (type) Start /?
 

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