...
SCHTASKS /CREATE /SC DAILY /TN "'The name of my scheduled task'" /TR "'C:\Users\Admin\Documents\Scripts\ScriptToRun.vbs'" /ST 09:00
Delete a task (without a confirmation prompt)
SCHTASKS /DELETE /TNĀ "'The name of my scheduled task'" /F
Warning | ||
---|---|---|
| ||
Every parameters with quote quotes should be quoted with double quotes " " on the outside and single quote ' ' on the inside. Otherwise, white space spaces inside your parameter values might be wrongly interpreted |
Delete a task (without a confirmation prompt)
...
. |
...
Integration within the proVConnect console
...