Bitsadmin /reset
Updated: April 17, 2012
Applies To: Windows Server 2008, Windows Server 2008 R2, Windows Vista
Cancels all jobs in the transfer queue that the current user owns.
bitsadmin /Reset [/AllUsers]
| Parameter | Description |
|---|---|
|
AllUsers |
Optional— cancels all jobs in the queue. |
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. |
The following example cancels all the jobs in the transfer queue for the current user.
C:\>bitsadmin /Reset

Note