Setting application priorities

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have several applications running on my Windows laptop, but have limited
memory. Both of these applications have periods where they are very memory
intensive, but I would like to make sure that one of the applications has
priority for
Windows resourses. Is there a way to accomplish this?
 
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 several applications running on my Windows laptop, but have limited
| memory. Both of these applications have periods where they are very
memory
| intensive, but I would like to make sure that one of the applications has
| priority for
| Windows resourses. Is there a way to accomplish this?
 
For some reason, I thought there was a GUI that allowed the user to do this
interactively.
 
You can; Task Manager|Processes tab "process" right-click, Set Priority

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| For some reason, I thought there was a GUI that allowed the user to do
this
| interactively.
 
Hello Patrik.
Wath if the program in cuestion is Oracle or some other program that starts
several instances of it self?, this process start and live for some time then
it dies.
I would like to has this program runing "high" priority
any time it starts.

Thanks!


Ivan.


Dale Fye said:
For some reason, I thought there was a GUI that allowed the user to do this
interactively.

Dave Patrick said:
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 several applications running on my Windows laptop, but have limited
| memory. Both of these applications have periods where they are very
memory
| intensive, but I would like to make sure that one of the applications has
| priority for
| Windows resourses. Is there a way to accomplish this?
 
Back
Top