Windows 2008 schtasks 和任务计划程序库文件夹
我有一个启动计划任务的旧脚本:
schtasks /end /tn MyTaskName /s HOSTNAME
我现在尝试在 Windows 2008 上使用它,但它不起作用。 我认为这与新的任务计划程序允许您在主“任务计划程序库”下指定子文件夹有关,并且我已将 MyTaskName 放在名为 MyTasks 的子文件夹中。 schtasks 使用的正确语法是什么?
I have an old scripts which kicks off a scheduled task:
schtasks /end /tn MyTaskName /s HOSTNAME
I am now trying to use it on Windows 2008, but it doesn't work.
I think it's to do with the fact that the new Task Scheduler allows you to specify subfolders under the main "Task Scheduler Library" and I have put MyTaskName in a subfolder called MyTasks.
What's the correct syntax to use with schtasks?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
本地版本可以用吗?
例如 schtasks /end /tn "MyTaskName"
如果是这样,则可能是防火墙问题。
Does the local version work?
e.g. schtasks /end /tn "MyTaskName"
If so, it may be a firewalling issue.