C:\WINDOWS>RWINSTA /?
Reset the session subsytem hardware and software to known initial values.
RESET SESSION
[/SERVER:servername
] [/V
] sessionname Identifies the session with name sessionname.
sessionid Identifies the session with ID sessionid.
/SERVER:servername The server containing the session (default is current).
/V Display additional information.
C:\WINDOWS>SCHTASKS /?
SCHTASKS /parameter
[arguments
] Description:
Enables an administrator to create, delete, query, change, run and
end scheduled tasks on a local or remote system. Replaces AT.exe.
Parameter List:
/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/usage.
Examples:
SCHTASKS
SCHTASKS /?
SCHTASKS /Run /?
SCHTASKS /End /?
SCHTASKS /Create /?
SCHTASKS /Delete /?
SCHTASKS /Query /?
SCHTASKS /Change /?
C:\WINDOWS>SCHTASKS /RUN /?
SCHTASKS /Run
[/S system
[/U username
[/P password
]]] /TN taskname
Description:
Runs a scheduled task immediately.
Parameter List:
/S system Specifies the remote system to connect
to.
/U username Specifies the user context under
which the command should execute.
/P password Specifies the password for the given
user context.
/TN taskname Identifies the scheduled task to run.
/? Displays this help/usage.
Examples:
SCHTASKS /Run /?
SCHTASKS /Run /TN "Start Backup"
SCHTASKS /Run /S system /U user /P password /TN "Backup and Restore"