Applies To: Windows Server 2008,Windows Server 2008 R2
Sets the download timeout in seconds.
Syntax
Copy Code | |
|---|---|
bitsadmin /SetMaxDownloadTime <Job> <Timeout> | |
Parameters
| Parameter | Description |
|---|---|
|
Job |
The job's display name or GUID |
|
Timeout |
The timeout in seconds |
Remarks
-
N/A
Examples
The following example sets the timeout for the job named myDownloadJob to 10 seconds.
Copy Code | |
|---|---|
C:\>bitsadmin /SetMaxDownloadTime myDownloadJob 10 | |





