Starting an application with low priority

  • Thread starter Thread starter mickey
  • Start date Start date
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
 
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
 
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

Back
Top