ChatterBank5 mins ago
Task priorities
2 Answers
If I go into task manager (windows xp) I can increase the priority of a particular process so that it runs faster, or at least doesn't slow down as much when multi-tasking. Can I change something somewhere so that a particular program always has high priority without having to go through task manager each time?
Answers
Best Answer
No best answer has yet been selected by Hammer. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.This article describes how to automatically run a program at a lower priority using start /belownormal (with the caveat that it does not work for all applications).
Other priority switches are:
/low
/normal
/high
/realtime
/abovenormal
N.B. Changing the priority of a process can make it run faster or slower (depending on whether you raise or lower the priority), but it can also adversely affect the performance of other processes.
Other priority switches are:
/low
/normal
/high
/realtime
/abovenormal
N.B. Changing the priority of a process can make it run faster or slower (depending on whether you raise or lower the priority), but it can also adversely affect the performance of other processes.
Related Questions
Sorry, we can't find any related questions. Try using the search bar at the top of the page to search for some keywords, or choose a topic and submit your own question.