Modern standby (S0) is indeed designed to allow for faster wake times, which can be convenient for many users. However, one drawback is that it doesn't allow the PC to fully shut down, which means it may continue consuming some power even when in sleep mode. Additionally, some users have reported issues with laptops becoming excessively hot when placed in their backpacks while in modern standby mode.
On the other hand, S3 sleep mode is a deeper sleep state where the system is essentially powered down, resulting in lower power consumption. While wake times may be slightly longer compared to modern standby, S3 can be preferable for those who prioritize power efficiency and want to ensure their laptop doesn't generate excess heat during periods of inactivity. Here are the steps to enable Modern standby:
- Open Registry Editor:
- Press
Win + Rto open the Run dialog. - Type
regeditand press Enter to open the Registry Editor.
- Press
- Navigate to the Power Settings:
- In the Registry Editor, navigate to the following path: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power
- Modify the Registry Key:
- Look for the
PlatformAoAcOverridekey. - If it exists, right-click on it and select
Delete. - If it does not exist, you can skip this step.
- Look for the
- Enable Modern Standby:
- Open an elevated Command Prompt (right-click on Command Prompt and select "Run as administrator").
- Enter the following command to delete the registry entry that disables Modern Standby: reg delete "HKLM\System\CurrentControlSet\Control\Power" /v PlatformAoAcOverride /f
- Restart Your Computer:
- Restart your computer to apply the changes.
Verify Modern Standby (S0) is Enabled
- Open Command Prompt:
- Open Command Prompt as an administrator.
- Run Power Configuration Command:
- Type the following command and press Enter:
powercfg /a - This command will list the available sleep states. Look for "Standby (S0 Low Power Idle)" to confirm that Modern Standby is enabled.
Please feel free to reach out if you require any additional assistance. I'm here to help!