Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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"