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

 

Format:PRIORITY [/D /E /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

 

/D(isable)/R(esume)
/E(nable)/S(uspend)

/Q(uiet)

 

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-RT process.

 

If you only provide a PID or window title, PRIORITY will display the current priority.

 

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).

 

Example:

 

Set the process with the window title beginning with TC28 to high priority:

 

priority "TC28*" HIGH

 

Options:

 

/DDisable the ability of Windows to temporarily boost the priority of threads in the process.

 

/EEnable the ability of Windows to temporarily boost the process of threads in the process.

 

/QDon't display any suspend / resume messages.

 

/RResume the process.

 

/SSuspend the process.