I have a script that captures the screen to an image. I'd like it to run everyday at 4PM. How can I do this?
Add to Task Scheduler. Alternatively a timer in AutoIt script itself is possible, but in turn requires the script's scheduled (or manual) startup on system start.