Base priority

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

Guest

I have an older PC running WIN 2K, and I can only play videos on Windows
Media Player when I give it a higher CPU base priority thru the task manager.
Is there any way to set
this permanently, say by changing some setting in the registry, so that
whenever it loads it gives itself higher priority? I have noticed that some
other programs do.
 
I have an older PC running WIN 2K, and I can only play videos on Windows
Media Player when I give it a higher CPU base priority thru the task manager.
Is there any way to set
this permanently, say by changing some setting in the registry, so that
whenever it loads it gives itself higher priority? I have noticed that some
other programs do.

You can change you shortcut to start a batch and in the batch start media play with the
start /high command.
See tip 364 in the 'Tips & Tricks' at http://www.jsiinc.com


Jerold Schulman
Windows Server MVP
JSI, Inc.
http://www.jsiinc.com
 
Too technical for me. I could not figure out what to do. Sorry.

Copy the following to notepad:

@echo off
start /high "C:\Program Files\Windows Media Player\wmplayer.exe"

Save the file as WMP.txt
rename the file to WMP.bat
Create a minimized shortcut to WMP.bat and give it the Media Player Icon.

When you click on this shortcut, Media Player will run at high priority.


Jerold Schulman
Windows Server 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

Back
Top