task scheduler setting wake to run

Allows you to set the Task Scheduler to automatically wake the computer when it is time to run the task.


Example

Running this code will automatically wake the computer when the task is about to start.

plugin command("OS Automation.dll", "task scheduler setting wake to run", "True")

Was this helpful?