View Single Post
  #2   Report Post  
Posted to sci.electronics.repair
JW JW is offline
external usenet poster
 
Posts: 519
Default How to make Video Players start with "Above normal" process priority?

On Fri, 27 Jul 2007 05:30:09 -0700 D wrote in Message id:
.com:

Hello!
How to make Video Players (for example, WinDVD) start with an "Above
normal" or "High" process priority for uninterrupted video playback on
a slow computer? I have a barebone player which always starts with the
"High" process priority and plays video uninterruptedly.
How to make IE playback video with "Above normal" or "High" process
priority?
Best regards,
Dima
+79035093892


Make a text file with the following that calls your application:
start/high [application path]\application.exe
or
start/realtime [application path]\application.exe

Save the file as a .cmd file. When you run the .cmd file, you app will run
as a high or realtime priority task.