Paso 10: Añadir códigos "D"
Ahora haga doble clic en el botón sleep y añadir estos códigos
ADD THIS DLL ABOVE SLEEP BUTTON = BUTTON 4[DllImport("PowrProf.dll", CharSet = CharSet.Auto, ExactSpelling = true)]public static extern bool SetSuspendState(bool hiberate, bool forceCritical, bool disableWakeEvent);ADD THIS TO THE ACTUAL SLEEP BUTTONSetSuspendState(false, true, true);