• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Process priority settings in XP Pro

evilsaint

Golden Member
I've always wondered about this, as it may seem like the lazy way out, but it would certainly help in cases of certain programs that I open and close a lot that i'd like to be lower/higher on the CPU cycle food-chain. Any ideas?
 
the only way i know of is to create a batch file like:

start /HIGH c:\windows\notepad.exe



type start /? at a command line to see what else you can do.
 
You can also right click on processes in the Task Manager and change their priority once they are already running.
 
Originally posted by: scottws
You can also right click on processes in the Task Manager and change their priority once they are already running.

I think that may already be obvious to the OP...
 
The easiest approach is to create your own shortcut for the app, and use "start /high appname.exe". You can put the shortcut in your start menu, desktop, or wherever else you would normally launch the app.

There may be a way to use the Image File Execution Options in the system registry to accomplish the same task, but most of the keys there are undocumented so you'd have to do a little digging. If I find out more I'll keep you posted.
 
Kylef, would the command line variables be the same, verbatim, as the different priorities in the "Set Priority" context menu, as in, belownormal, low, realtime?
 
Back
Top