For a Kiosk solution I'm looking for a completely reliable way to run a batch file on Windows 7 after a specified time without any user input (think screensaver). So far I've been looking at:
- Windows Task Scheduler (fails because it does not as far as I've been able to figure out support this type of event - the idle event is a different beast altogether)
- Screensaver operations (initially very promising but fails due to it showing a message before running the task (not acceptable in this use case) as well as not being completely reliable as far as my (non-exhaustive) tests have shown)
Any other ideas?