Bitsadmin /setpriority


Applies To: Windows Server 2008,Windows Server 2008 R2,Windows Vista

Sets the priority of the specified job.

Syntax


Copy Code

bitsadmin /SetPriority <Job> <Priority>

Parameters

Parameter

Description

Job

The job's display name or GUID

Priority

One of the following values:

  • FOREGROUND

  • HIGH

  • NORMAL

  • LOW

Examples

The following example sets the priority for the job named myDownloadJob to normal.


Copy Code

C:\>bitsadmin /SetPriority myDownloadJob NORMAL

Additional references

Command-Line Syntax Key