Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save CN-CODEGOD/afcfaa17e6cf283d202b135309760d43 to your computer and use it in GitHub Desktop.
Save CN-CODEGOD/afcfaa17e6cf283d202b135309760d43 to your computer and use it in GitHub Desktop.
Windows 定时任务
按下 Win + R 键打开运行对话框,输入 taskschd.msc,然后按回车。
在任务计划程序中点击“创建基本任务...”或“创建任务...”。
输入任务的名称和描述,选择触发任务的条件。
设置触发器信息,如特定时间、登录时等。
设置操作,例如运行某个程序。
查看设定好的任务。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment