我需要每天晚上 11 点在 Windows 机器上运行一个命令。为了简单起见,我想将此命令自动插入到 Windows 的事件调度程序中。我正在做这样的事情:
insertCommandIntoTaskScheduler.exe --at "11:00pm every night" "shutdown.exe -s -f"
这是可能的,还是我必须使用 UI?
windows command-line
command-line ×1
windows ×1