windows:client_os:disable_modern_standby_s0

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
windows:client_os:disable_modern_standby_s0 [2024/01/21 15:52] tpleckowindows:client_os:disable_modern_standby_s0 [2024/01/21 15:55] (current) tplecko
Line 32: Line 32:
 reg add HKLM\System\CurrentControlSet\Control\Power /v PlatformAoAcOverride /t REG_DWORD /d 0 reg add HKLM\System\CurrentControlSet\Control\Power /v PlatformAoAcOverride /t REG_DWORD /d 0
 </code> </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
  
 +The following sleep states are not available on this system:
 +    Standby (S1)
 +        The system firmware does not support this standby state.
  
 +    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>
  • windows/client_os/disable_modern_standby_s0.txt
  • Last modified: 2024/01/21 15:55
  • by tplecko