windows:client_os:disable_modern_standby_s0

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
windows:client_os:disable_modern_standby_s0 [2024/01/21 15:51] – created tpleckowindows:client_os:disable_modern_standby_s0 [2024/01/21 15:55] (current) tplecko
Line 28: Line 28:
 C:\Users\user> C:\Users\user>
 </code> </code>
 +Execute the following command and restart
 +<code dos>
 +reg add HKLM\System\CurrentControlSet\Control\Power /v PlatformAoAcOverride /t REG_DWORD /d 0
 +</code>
 +You should have this new output for **powercfg /a** after restart
 +<code>
 +C:\Users\user>powercfg /a
 +The following sleep states are available on this system:
 +    Hibernate
 +    Fast Startup
  
-Create a .reg file with the following contents, and merge it into registry+The following sleep states are not available on this system: 
-<code registry> +    Standby (S1) 
-Windows Registry Editor Version 5.00 +        The system firmware does not support this standby state
-[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power] + 
-"PlatformAoAcOverride"=dword:00000000+    Standby (S2) 
 +        The system firmware does not support this standby state
 + 
 +    Standby (S3) 
 +        The system firmware does not support this standby state. 
 + 
 +    Standby (S0 Low Power Idle) 
 +        The system firmware does not support this standby state. 
 + 
 +    Hybrid Sleep 
 +        Standby (S3) is not available. 
 +        The hypervisor does not support this standby state. 
 + 
 + 
 +C:\Users\user>
 </code> </code>
  • windows/client_os/disable_modern_standby_s0.txt
  • Last modified: 2024/01/21 15:55
  • by tplecko