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