Created
April 7, 2025 21:17
-
-
Save CN-CODEGOD/afcfaa17e6cf283d202b135309760d43 to your computer and use it in GitHub Desktop.
Windows 定时任务
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 按下 Win + R 键打开运行对话框,输入 taskschd.msc,然后按回车。 | |
| 在任务计划程序中点击“创建基本任务...”或“创建任务...”。 | |
| 输入任务的名称和描述,选择触发任务的条件。 | |
| 设置触发器信息,如特定时间、登录时等。 | |
| 设置操作,例如运行某个程序。 | |
| 查看设定好的任务。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment