I often sleep or hibernate my computer when I’m finished for the night so I can resume where I left off in the morning.
Problem: I was listening to some music I figured I’d like to fall asleep to. However, I don’t allow my pc to fall asleep on its own. So how could I (for just this one time) set a delayed Hibernate?
With a batch command naturally!
timeout /t 1200 /nobreak && rundll32.exe powrprof.dll,SetSuspendState 0,1,0
There you have it. Timeout + Hibernate/Sleep. A silly solution for a silly problem.