问题现象:
Windows 11在电源现象中设置了,永不睡眠(Sleep);
永不关闭Disk等电源设置项目后,依旧会自动进入疑似休眠的状态。
可以尝试以下方法:
# 查看当前设定
PS C:\Users\Administrator> powercfg -a
The following sleep states are available on this system:Standby (S3)HibernateHybrid SleepFast StartupThe 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 (S0 Low Power Idle)The system firmware does not support this standby state.PS C:\Users\Administrator>
# 关闭休眠
PS C:\Users\Administrator>
PS C:\Users\Administrator> powercfg /hibernate off
PS C:\Users\Administrator>
# 再次检查
PS C:\Users\Administrator>
PS C:\Users\Administrator> powercfg -a
The following sleep states are available on this system:Standby (S3)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.HibernateHibernation has not been enabled.Standby (S0 Low Power Idle)The system firmware does not support this standby state.Hybrid SleepHibernation is not available.Fast StartupHibernation is not available.PS C:\Users\Administrator>
如果还不行,可以再试试:
设备管理器 --> Inter(R) Management Engine Interface #1 --> 属性 --> 取消其"All the computer to turn off this device to save power"的设定