|
|
| 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] |
| ABOVE | Above normal priority |
| BELOW | Below normal priority |
| NORMAL | Normal (default) priority |
| HIGH | High priority |
| IDLE | Idle priority (only executes when no higher priority task is scheduled) |
| REALTIME | Realtime priority |
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: