task manager in XP pro

Joined
11 Mar 2004
Messages
3,454
ok in task manager in XP pro you can right click on wmplayer.exe and set priority higher. is there any way i can make the priority level permanent for the application?
 
you can create a batch file that will start the program with a specified priority:

Code:
start /low wmplayer.exe

i think the available switches are:

/low
/normal
/high
/realtime
/abovenormal
/belownormal

check out start /? for more interesting things with the start command.
 

Members online

No members online now.

Forum statistics

Threads
62,021
Messages
673,242
Members
5,639
Latest member
Everlong
Back
Top