DOS命令 删除计划任务
删除计划任务。
1 语法
schtasks /delete /tn taskname
2 示例
schtasks /delete /tn "xiaobuteach\task2"
运行结果。
查询计划任务task2已经不存在。
删除计划任务。
schtasks /delete /tn taskname
schtasks /delete /tn "xiaobuteach\task2"
运行结果。
查询计划任务task2已经不存在。