Windows – Set process priority to High: Dangerous

priorityprocesswindows

I have read that setting something to realtime is a big no-no, so I am not going to do that. But I do have an application that I need to make sure always has the highest priority on my system as it is critical for the rest of the applications I am running. Is there any danger in setting the priority to high, which is one level below realtime?

Also, how would I be able to do this by changing the shortcut target? What is the command?

Best Answer

Realtime isn't necessarily a "no-no". It just might starve other processes out of CPU cycles. Some applications can't handle that. Its something you would have to experiment with.

High should be less of a problem. However, you still need to monitor your system to see if all the applications are behaving well.

Here is how to change the process via command line, which you can put into a shortcut:

http://support.microsoft.com/kb/191771

Related Question