Applies To: Windows Server 2008 R2,Windows Server 2008,Windows Vista
Cancels all jobs in the transfer queue that the current user owns.
Syntax
Copy Code | |
|---|---|
bitsadmin /Reset [/AllUsers] | |
Parameters
| Parameter | Description |
|---|---|
|
AllUsers |
Optional— cancels all jobs in the queue. |
Remarks
You must have administrator privileges to use the AllUsers parameter.
Note |
|---|
|
Administrators cannot reset jobs created by Local System. Use the task scheduler to schedule this command as task using the Local System credentials.
|
Examples
The following example cancels all the jobs in the transfer queue for the current user.
Copy Code | |
|---|---|
C:\>bitsadmin /Reset | |






Note