摘要:
schtasks /create 创建任务,下面是常用参数 /tn taskname /tr taskrun /sc schedule [Minute | Hourly | Daly | Weekly | Monthly | Once | Onstart | Onlogon | Onidle ] 说 阅读全文
摘要:
at 8:00 /interactive cmd.exe 以system用户打开cmd.exe taskkill explorer taskadd explorer 以system用户打开桌面 sc create syscmd binpath = "cmd /k start" type = own 阅读全文