|
|
преди 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.