The information in this article applies to:
SUMMARYThis article describes how to use the START command to alter a program's base priority level at a command prompt. MORE INFORMATION
By default, the Windows NT Thread Scheduler service assigns processor time
to a thread according to the priority level that is coded in the program.
You can alter a program's priority by using the START command and
specifying a priority level. The available priority levels are: Low
(idle), Normal, High, and Realtime. When you run a program with the START
command, the specified priority applies to the primary thread. Note that
the program can call subsequent threads at its internally coded priority
level. Running a program with Realtime priority may disrupt normal system
operation and result in slow mouse response. For most situations, there
is no need to run programs at anything other than the internally coded
normal priority.
Additional query words: cpu
Keywords : kbenv nthowto |
Last Reviewed: February 16, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |