通过管理员权限运行 CMD 并输入
schtasks /create /tn "Logitech Gaming Software" /tr "C:\Program Files\Logitech\LCore.exe" /sc onstart
成功提示:SUCCESS: The scheduled task "Logitech Gaming Software" has successfully been created.
失败提示:ERROR: Access is denied.
删除计划任务:schtasks /delete /tn "Logitech Gaming Software" /t
成功提示:SUCCESS: The scheduled task "Logitech Gaming Software" was successfully deleted.
失败提示:INFO: Operation has been cancelled.
更多信息请访问:https://technet.microsoft.com/zh-cn/library/cc772785.aspx
schtasks /create /tn "Logitech Gaming Software" /tr "C:\Program Files\Logitech\LCore.exe" /sc onstart
成功提示:SUCCESS: The scheduled task "Logitech Gaming Software" has successfully been created.
失败提示:ERROR: Access is denied.
删除计划任务:schtasks /delete /tn "Logitech Gaming Software" /t
成功提示:SUCCESS: The scheduled task "Logitech Gaming Software" was successfully deleted.
失败提示:INFO: Operation has been cancelled.
更多信息请访问:https://technet.microsoft.com/zh-cn/library/cc772785.aspx