Bitsadmin cancel command in Windows
The bitsadmin cancel command deletes the task from the queue and deletes all temporary files associated with that task.
The bitsadmin cancel command deletes the task from the queue and deletes all temporary files associated with that task.
Syntax
bitsadmin / cancel
Parameters
ParameterDescriptionJob Display name of the task or GUIDFor example
The following example deletes myDownloadJob task from the queue.
C:> bitsadmin / cancel myDownloadJob
See more:
- Command bitsadmin addfileset in Windows
- Bitsadmin addfile command in Windows
- The command bitadmin addfilewithranges in Windows
Similar Post
- Bitsadmin create command in Windows
- Bitsadmin getfilestransferred and bitsadmin commands getminretrydelay
- Bitsadmin complete command in Windows
- Bitsadmin getmodificationtime and bitsadmin getnoprogresstimeout command
- The bitsadmin getbytestransferred and bitsadmin commands getcompletiontime in Windows
- The bitsadmin geterrorcount command and bitsadmin getfilestotal in Windows