Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| windows:client_os:disable_modern_standby_s0 [2024/01/21 15:51] – created tplecko | windows:client_os:disable_modern_standby_s0 [2024/01/21 15:55] (current) – tplecko | ||
|---|---|---|---|
| Line 28: | Line 28: | ||
| C: | C: | ||
| </ | </ | ||
| + | Execute the following command and restart | ||
| + | <code dos> | ||
| + | reg add HKLM\System\CurrentControlSet\Control\Power /v PlatformAoAcOverride /t REG_DWORD /d 0 | ||
| + | </ | ||
| + | You should have this new output for **powercfg /a** after restart | ||
| + | < | ||
| + | C: | ||
| + | The following sleep states are available on this system: | ||
| + | Hibernate | ||
| + | Fast Startup | ||
| - | Create a .reg file with the following | + | The following |
| - | <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] | + | |
| - | " | + | |
| + | 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> | ||
| </ | </ | ||