Nick Computer Services

Computer & Services => Technical & Tutorial => Topic started by: Webmaster on February 16, 2009, 06:44:35 PM

Title: Tip: Manage Scheduled Tasks with the SchTasks.exe Command
Post by: Webmaster on February 16, 2009, 06:44:35 PM
Tip: Manage Scheduled Tasks with the SchTasks.exe Command

An administrator can use the SchTasks.exe command-line utility to create, delete, query, change, run, and end scheduled tasks on a local or remote system through the command shell. The SchTasks.exe command interface uses the following syntax:
schtasks /{parameter} [arguments]


The Command Parameters Are:
/Create Creates a new scheduled task
/DeleteDeletes the scheduled task(s)
/Query Displays all scheduled tasks
/Change Changes the properties of scheduled task
/Run Runs the scheduled task immediately
/End Stops the currently running scheduled task
/? Displays this help message