I am trying to implement both a startup and shutdown function via USB commands. I have been able to send my PC into either Standby or Hibernate power states using (.NET 2.0) Application.
ShuttingDown =
Application.SetSuspendState(PowerState.Suspend,true,false);Is there a similar method for waking the PC from Standby or Hibernation I was under the impression that while in Hibernation mode the processor was stopped (ie the application was not running). So, is it even possible to wake a machine from either of these two states via software

How to restart from Standby or Hibernation
kastanienreis
YorkshireTony