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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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 😉