|
|
2 年之前 | |
|---|---|---|
| .. | ||
| README.md | 2 年之前 | |
| beacon.h | 2 年之前 | |
| bofcompile.bat | 2 年之前 | |
| deltaskscheduler.c | 2 年之前 | |
| deltaskscheduler.cna | 2 年之前 | |
| deltaskscheduler.h | 2 年之前 | |
| deltaskscheduler.o | 2 年之前 | |
Delete a scheduled task on the current system or a remote host.
The tool returns error codes if the operation fails. The most common error codes for deleting a task are: 80070005 (not enough privileges), and 80070002 (scheduled task doesn't exist).
taskName: The name of the scheduled task.hostName: The FQDN of the remote host or leave empty for the current system.deltaskscheduler <taskName> <(optional) hostName>deltaskscheduler TestTaskdeltaskscheduler TestTask DB01.example.localx64 Native Tools Command Prompt for VS <2019/2022> terminal.bofcompile.bat script to compile the object file.