...
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 should be quoted with double quotes " " and single quote ' ' inside. Otherwise, white space inside your parameter values might be wrongly interpreted |
Delete a task (without a confirmation prompt)
...
...
Integration within the proVConnect console
...