I have a program that runs 24/7 but interrupts sleep if I don't close it beforehand. It sets the windows sleep to Away mode so that it can remain running, but I don't want it to run throughout sleep.
It's pretty easy to run the program at startup with Task Scheduler or by placing a shortcut in shell:startup folder, but Task Scheduler doesn't include any triggers for Computer Sleep.
How can I quit the program before my computer goes into sleep (specifically before it can interrupt sleep)?
It's pretty easy to run the program at startup with Task Scheduler or by placing a shortcut in shell:startup folder, but Task Scheduler doesn't include any triggers for Computer Sleep.
How can I quit the program before my computer goes into sleep (specifically before it can interrupt sleep)?