Eni*_*gma 7 power windows-7 sleep power-management windows-8
正如您在下面看到的,没有像 Windows 8 中那样的混合睡眠选项。它是默认启用睡眠或休眠还是完全消失?
<- Windows 8 与 Windows 7 ->
编辑:
PS C:\Users\User> powercfg.exe -a
The following sleep states are available on this system:
Standby (S1)
Hibernate
Fast Startup
The following sleep states are not available on this system:
Standby (S2)
The system firmware does not support this standby state
Standby (S3)
The system firmware does not support this standby state
Standby (Connected)
The hypervisor does not support this standby state.
The system firmware does not support this standby state
Hybrid Sleep
Standby (S3) is not available.
The hypervisor does not support this standby state.
Run Code Online (Sandbox Code Playgroud)
有没有办法在 BIOS 中启用 S3 或者我的主板不支持它?
更新:混合睡眠可在具有相同驱动程序的完全相同的机器上的 Win7 64 上使用。听起来这是 Windows 8 中的一个限制,但如果不是这样,我想知道缺少什么。
Windows 8 仍然具有混合睡眠。它通常在台式机上启用,在笔记本电脑上禁用。
我在装有 Windows 8 的笔记本电脑上使用混合睡眠:
检查设备管理器是否有任何无法识别的设备,如果有,请安装驱动程序。
以下命令应在cmd.exe
具有管理权限的命令提示符 ( ) 中运行。
检查您的系统支持哪些睡眠状态:
powercfg -a
The following sleep states are available on this system:
Standby ( S3 ) Hibernate Hybrid Sleep
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.
Run Code Online (Sandbox Code Playgroud)
如果您在列表中看不到 S3 睡眠,则说明驱动程序存在问题。在制造商网站上检查驱动程序更新。
启用休眠:
powercfg -h on
Run Code Online (Sandbox Code Playgroud)
更新:
由于还不知道哪个设备不支持混合睡眠,我建议列出所有支持不同睡眠状态的设备,然后通过比较来过滤列表。
powercfg /devicequery all_devices
powercfg /devicequery S1_supported
powercfg /devicequery S2_supported
powercfg /devicequery S3_supported
powercfg /devicequery S4_supported
Run Code Online (Sandbox Code Playgroud)
第一个命令列出系统中的所有设备。我们已经知道您的系统支持 S1 (轻度睡眠),因此 S1 状态的列表还应包含所有设备。
有趣的部分是 S2 (深度睡眠)和 S3 (深度睡眠)。通过从所有设备中减去 S3 和 S2 列表中的条目,您将看到哪些设备不支持这些更深层次的睡眠状态。然后您可以尝试禁用设备(如果它对计算机操作不是必需的)或尝试更改其驱动程序,等等。
我相信 S3 睡眠是混合睡眠所必需的。
在上面的列表中, S4 是hibernation。您所有的设备似乎也支持它。
归档时间: |
|
查看次数: |
10533 次 |
最近记录: |