$ schtasks
Create, delete, configure scheduled tasks.
$ schtasks /query
Display a list of tasks.$ schtasks /run
Run a scheduled task immediately.$ schtasks /end
End a running task.$ schtasks /delete
Delete a scheduled task.$ schtasks /change
Change properties of a task.