How to start a GUI program with "low" priority ?

P

Paul Barasoa

I want to start a program with a "low" priority.
When I click normally on the program icon it starts at level "normal".
Is there a way to start it with a reduced priority?

I am thinking about either to prepend a prefix in the shortcut parameter field like

cmd.exe ... start /LOW .... myprogram.exe

or to use a monitor program similar to process explorer/Task manager to lower the priority

or an 3rd party program as interceptor between user click and called program

Does anyone have experiences ?

Paul
 
J

Jerold Schulman

I want to start a program with a "low" priority.
When I click normally on the program icon it starts at level "normal".
Is there a way to start it with a reduced priority?

I am thinking about either to prepend a prefix in the shortcut parameter field like

cmd.exe ... start /LOW .... myprogram.exe

or to use a monitor program similar to process explorer/Task manager to lower the priority

or an 3rd party program as interceptor between user click and called program

Does anyone have experiences ?

Paul

Use the start /low command.


Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 

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