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

Sets the display name of the specified job.

Syntax

 Copy Code
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.

 Copy Code
C:\>bitsadmin /SetDisplayName myDownloadJob "Download Music Job"

Additional references