Schedules commands and programs to run on a computer.
SCHTASKS /parameter [arguments]
- /Create
- Creates a new scheduled task.
- /Delete
- Deletes 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.
Examples:
SCHTASKS
SCHTASKS /?
SCHTASKS /Run /?
SCHTASKS /End /?
SCHTASKS /Create /?
SCHTASKS /Delete /?
SCHTASKS /Query /?
SCHTASKS /Change /?

Start
About
FAQ
Blogroll
Shop
Tips and Tricks
Windows Updates
Hotfixes
Fix It
Keyboard Shortcuts
Vista's Services
Vista's Commands
Product Reviews
Glossary
Videos
Web Links
Comments
Matt
Apr 4, 2007 at 2:05 pm
Was hoping for more detail on the aurguments and any differences from XP
Thomas
May 21, 2009 at 12:56 pm
/create /sc DAILY /tn LanceurLiens /st 20:00:00 /ru VISTA64\Admin /tr “I:\LiensIE(Liens)\LanceurLiens.exe ”
I am under Vista and that does not function?
Anon
May 25, 2009 at 9:15 am
Thomas, go here for more info. http://ss64.com/nt/schtasks.html
Leave a Comment