Bitsadmin /setdisplayname
Applies To: Windows Server 2008, Windows Server 2008 R2, Windows Vista
Sets the display name of the specified job.
Syntax
bitsadmin /SetDisplayName <Job> <DisplayName>
Parameters
Parameter | Description |
---|---|
Job |
The job's display name or GUID |
DisplayName |
Text used for the display name of the specified job. |
Examples
The following example sets the display name for the job named myDownloadJob to myDownloadJob2.
C:\>bitsadmin /SetDisplayName myDownloadJob "Download Music Job"