怎么取消??AI了没一个会的
schtasks /create /tn "MidnightReboot" /tr "shutdown /r /t 60" /sc daily /st 23:59
/tn "MidnightReboot":任务名称。
/tr "shutdown /r /t 60":要执行的命令,60秒后重启。
/sc daily:每日执行。
/st 23:00:开始时间
schtasks /create /tn "MidnightReboot" /tr "shutdown /r /t 60" /sc daily /st 23:59
/tn "MidnightReboot":任务名称。
/tr "shutdown /r /t 60":要执行的命令,60秒后重启。
/sc daily:每日执行。
/st 23:00:开始时间