win10&11笔记本防焖烧指南

最适合小白:
不关机带走电脑分三步:(顺序不能错)
1、拔电源;
2、等待1~2s以上;
3、盖盖子;
注册表方法:
最大处理器状态控制
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\54533251-82be-4824-96c1-47b60b740d00\bc5038f7-23e0-4960-96da-33abaf5935ec
Attributes(32位值)设置为2+电源选项手动调
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\54533251-82be-4824-96c1-47b60b740d00\893dee8e-2bef-41e0-89c6-b55d0929964c
Attributes(32位值)设置为2+电源选项手动调
睿频控制:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\54533251-82be-4824-96c1-47b60b740d00\be337238-0d82-4146-a960-4f3749d470c7
Attributes(32位值)设置为2+电源选项手动调
禁止睡眠期间联网:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\F15576E8-98B7-4186-B944-EAFA664402D9
Attributes(32位值)设置为2
在某些电脑上可以关闭s0现代待机用s3传统待机模式,其他电脑上会引起“无法睡眠”的操作:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Power
AwayModeEnabled(32位值)设置为 0
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power
PlatformAoAcOverride(32位值)设置为 0
想取消以上两台操作常规做法是删除值
目前这么做不确定会怎样但是好像效果和删除值类似:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Power
AwayModeEnabled(32位值)设置为 2
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power
PlatformAoAcOverride(32位值)设置为 2