Stap 10: Het toevoegen van Codes "D"
nu de slaapknoop tweemaal klikken en deze codes toevoegen
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);