Take Command / TCC Help v. 13.03
PRIORITYNot in LE
Hide Navigation Pane
PRIORITYNot in LE
Previous topic Next topic No directory for this topic No expanding text in this topic  
PRIORITYNot in LE
Previous topic Next topic Topic directory requires JavaScript JavaScript is required for expanding text JavaScript is required for the print function Mail us feedback on this topic!  

Comments (...)

Purpose:Display or set process priority, or suspend or resume a process.

 

Format:PRIORITY [/Q /R /S PID | "title" ABOVE | BELOW | NORMAL | HIGH | IDLE | REALTIME]

 

ABOVEAbove normal priority
BELOWBelow normal priority
NORMALNormal (default) priority
HIGHHigh priority
IDLEIdle priority (only executes when no higher priority task is scheduled)
REALTIMERealtime priority

 

/Q(uiet)/S(uspend)

/R(esume)

 

Usage:

 

You can specify the process either by the PID or by the window title.  If you don't specify either a PID or title, PRIORITY will adjust the priority of the current TCC process.

 

If you do not enter any arguments, PRIORITY displays all of the active processes, their current priority, the module names, and the window titles (if any).

 

Options:

 

/QDon't display any suspend / resume messages.

 

/RResume the process

 

/SSuspend the process

 

Comments (...)