renice - Windows command-line utility to set the scheduling priorities of running processes
renice [-n increment]
{-g groupname... | -j jobname... | -u username... | [-p] pid...}
renice {-n increment | nicevalue} [-p] pid... [-g groupname...]
[-p pid...] [-j jobname...] [-u username...]
renice {-n increment | nicevalue} -g groupname... [-g groupname...]
[-p pid...] [-j jobname...] [-u username...]
renice {-n increment | nicevalue} -u username... [-g groupname...]
[-p pid...] [-j jobname...] [-u username...]
The renice(1w) utility requests that the scheduling priorities of one or more running processes be changed.
To use renice, the user must have permission to increase scheduling priority. For information about how to grant this permission, refer to the Windows operating system documentation.
If increment is specified, the scheduling priority of the process is computed based on the base priority of the process and the increment specified. If nicevalue is specified, it is taken as the scheduling priority. The utility is invoked with this scheduling priority. If this value exceeds the range (above real time (32) or below idle (0)), the utility is invoked with real time or idle priority as appropriate, and displays a warning message.
The renice utility will not alter the scheduling priorities of any process unless the user requesting such a change has appropriate permission to do so.
The renice utility supports the following options:
The renice utility supports the following arguments:
Possible exit-status values are:
nice(1w)