Does anyone know of a free (preferably open-source) program that can wake up the computer from sleep/hibernate and do something, like play an alarm sound?
(Yes, this is possible -- Windows's SetWaitableTimer function allows you to set a "resume on sleep" parameter. And yes, I need to actually be able to wake up the computer, so programs that can't do this don't help.)