technote:windows_scheduler
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| technote:windows_scheduler [2020/04/09 02:38] – Scott Cunliffe | technote:windows_scheduler [2025/01/21 22:07] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| ===== Open Windows Scheduler ===== | ===== Open Windows Scheduler ===== | ||
| - | From the Windows Start bar, search for Task Scheduler and click on the Task Scheduler | + | From the Windows Start bar, search for Task Scheduler and click on the Task Scheduler |
| {{search_windows_scheduler.png}} | {{search_windows_scheduler.png}} | ||
| + | |||
| + | ==== Create A New Task ==== | ||
| + | |||
| + | From the right panel on the Task Scheduler App, click '' | ||
| + | |||
| + | {{task_scheduler_1.png}} | ||
| + | |||
| + | === General Tab === | ||
| + | |||
| + | On the General tab add: | ||
| + | * Name for task that clearly identifies it for you and other operators. | ||
| + | * Description of task to explain what it does. | ||
| + | * Check R'' | ||
| + | * Check '' | ||
| + | * Ensure the Configure for drop box is set to the appropriate operating system. | ||
| + | |||
| + | {{task_scheduler_2.png}} | ||
| + | |||
| + | === Triggers === | ||
| + | |||
| + | On the Triggers tab, click '' | ||
| + | |||
| + | On the New Trigger popup window: | ||
| + | * Set the Begin the task to '' | ||
| + | * Under Settings, select the schedule you want the task to run on. | ||
| + | * Under Advanced settings, select the option to repeat the task and how often it is required. | ||
| + | * Ensure Enabled is checked. | ||
| + | * Click '' | ||
| + | |||
| + | {{task_scheduler_3.png}} | ||
| + | |||
| + | === Actions Tab === | ||
| + | |||
| + | On the Actions tab, click '' | ||
| + | |||
| + | On the New Action popup window: | ||
| + | * Ensure the Action drop down box is set to '' | ||
| + | * Click '' | ||
| + | * If your batch file uses relative file paths, add the starting directory in the '' | ||
| + | * Click '' | ||
| + | |||
| + | {{task_scheduler_4.png}} | ||
| + | |||
| + | === Conditions Tab === | ||
| + | |||
| + | The Conditions tab allows you to set execution restrictions, | ||
| + | |||
| + | As TapeTrack scripts are normally essential processes to keep your database up to date, these restrictions are normally not advisable. | ||
| + | |||
| + | {{task_scheduler_6.png}} | ||
| + | |||
| + | === Settings Tab === | ||
| + | |||
| + | The settings tab has several options such as: | ||
| + | * Allow the task to be run on demand (check). | ||
| + | * Run task as soon as possible after a scheduled start is missed (check). | ||
| + | * If task fails, restart every (uncheck). | ||
| + | * Stop the task if it runs longer than 3 days (check). | ||
| + | * If the task does not end when requested, force it to stop (check). | ||
| + | * If the task is not scheduled to run again, delete it after (uncheck). | ||
| + | * If the task is already running, then the following rule applies (Do not start new instance) | ||
| + | |||
| + | {{task_scheduler_5.png}} | ||
| + | |||
| + | Click '' | ||
| + | |||
| + | {{tag> technote windows_scheduler}} | ||
| + | |||
technote/windows_scheduler.1586399920.txt.gz · Last modified: 2025/01/21 22:07 (external edit)
