I want to make a utility that will allow the system to use the Suspend to RAM feature and also have the ability to wakeup at a certain time.

Is this possible and how can I do this?

Code snippets would be great to look at.

Thanks

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

First step is to use win32/wmi to set the system to wake up at a specific time.

Second step is to programmatically Hibernate the machine.

google is your friend; c# wake hibernated system ;-)

link|improve this answer
1  
@Sky, this works pretty well too: tinyurl.com/y99uj5g – J.Hendrix Feb 11 '10 at 17:13
lol. stackoverflow stopped me from doing that and i didn't care enough to find a way around it. thanks for the tip.... ;-) – Sky Sanders Feb 11 '10 at 22:13
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.