task scheduler setting volatile

Allows you to check whether the task should be disabled automatically every time Windows starts.


Example

Running this code will disable the task to run automatically when Windows starts.

plugin command("OS Automation.dll", "task scheduler setting volatile", "True")

Was this helpful?