bitsadmin setpriority

Sets the priority of the specified job.

Syntax

bitsadmin /setpriority <job> <priority>

Parameters

Parameter Description
job The job's display name or GUID.
priority Sets the priority of the job, including:
  • FOREGROUND
  • HIGH
  • NORMAL
  • LOW

Examples

To set the priority for the job named myDownloadJob to normal:

bitsadmin /setpriority myDownloadJob NORMAL