Power control of windows: How to reboot and wake from hibernate/standby?

  • Thread starter Thread starter Moosdau
  • Start date Start date
M

Moosdau

Hi everyone:

I have only found system.windows.forms.application.setsuspendstate
method could make system into standby or hibernate state, but I don't
know how to reboot the system.

And I want to know how to wake up the system after hibernate/standby?
For example, if my user input "3" and hibernate, the system should
enter hibernate and wake up itself after 3 minutes.

Is that a method could do this in .net framework? or which API should I
call?

Thanks very much!!!
 
Back
Top