0
点赞
收藏
分享

微信扫一扫

[KB]Windows 11自动黑屏,疑似自动进入休眠状态

问题现象:

Windows 11在电源现象中设置了,永不睡眠(Sleep);

永不关闭Disk等电源设置项目后,依旧会自动进入疑似休眠的状态。


可以尝试以下方法:

# 查看当前设定
PS C:\Users\Administrator> powercfg -a
The following sleep states are available on this system:
    Standby (S3)
    Hibernate
    Hybrid Sleep
    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 (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.

    Hibernate
        Hibernation has not been enabled.

    Standby (S0 Low Power Idle)
        The system firmware does not support this standby state.

    Hybrid Sleep
        Hibernation is not available.

    Fast Startup
        Hibernation is not available.

PS C:\Users\Administrator>

如果还不行,可以再试试:

设备管理器  -->  Inter(R) Management Engine Interface #1 --> 属性 --> 取消其"All the computer  to turn off this device to save power"的设定

[KB]Windows 11自动黑屏,疑似自动进入休眠状态_黑屏

举报

相关推荐

0 条评论