先说一下笔记本情况
电池电量 99% available ,然后外接电源适配器显示已插入。运行着好好的,偶尔会突然屏幕熄灭,电脑关机……
核心 windows event 事件日志如下
Level Date and Time Source Event ID Task Category
Warning 2026/2/5 16:01:36 LsaSrv 6147 None Credential Guard is configured to run, but is not licensed. Credential Guard was not started.
Critical 2026/2/5 16:01:26 Microsoft-Windows-Kernel-Power 41 (63) The system has rebooted without cleanly shutting down first. This error could be caused if the system stopped responding, crashed, or lost power unexpectedly.
Error 2026/2/5 16:01:39 EventLog 6008 None The previous system shutdown at 16:00:08 on 2026/2/5 was unexpected.
Warning 2026/2/5 16:01:22 Microsoft-Windows-Hyper-V-Hypervisor 167 None The hypervisor did not enable mitigations for side channel vulnerabilities for virtual machines because HyperThreading is enabled. To enable mitigations for virtual machines, disable HyperThreading.
大家有什么解决思路吗
1
liuzimin 20 天前
想起了我以前的戴尔 G7 ,也有这个毛病,气得我直接卖二手了。😂
|
2
ko20 OP @liuzimin #1 可恶啊,我这个是工作机,不能卖也不想卖……
我在贴吧看到很多机械革命都有这个毛病,可能是硬件问题,唉,真的头疼,时不时给我来个突然关机 GPT 和我说 钛钽 Plus 的几个硬伤(业内共识) VRM 余量偏紧 散热压不住瞬时功耗 BIOS 对 PL1 / PL2 放得太激进 EC 固件保护策略偏“硬切” 这类问题: 不是坏件 不是个例 而是设计时没留足 margin |
3
linguoan33333 20 天前
之前也有过这个问题,后面 windows11 系统更新后好了
|
4
ko20 OP @linguoan33333 #3 我的现在就是 windows 11…… 那没辙了,我更倾向于硬件问题了。
|
5
busterian 4 天前
用内核调试工具分析下 minidump 或是专业工具监控内核会话
|
7
zhuwowuyuing 1 天前
有可能是硬件问题,2020 年的联想小新大规模使用低温锡,用了几年之后,也是用着用着电脑突然断电关机,拿去联想售后检测说是主板问题,网上一查就是低温锡导致虚焊。
|
8
ko20 OP @zhuwowuyuing #7 这个也有可能是供电策略问题,网上很多 11 代 CPU 都有这个问题,甚至不止是机械革命。
``` i7-11800H 的功耗特性(根因之一) 11800H 是 Tiger Lake-H ( 10nm SuperFin ),有几个致命点: PL2 峰值功耗可 瞬间冲到 90–110W 电压跃迁快( Transient Spike 非常猛) 对 VRM 稳定性、EC 调度、散热延迟 要求极高 📌 问题在于: 钛钽 Plus 的主板供电和 EC 调校 撑不住这个瞬时功耗尖峰 ``` 我现在改成了“办公模式”使用,使用 AIDA64 查看 CPU 功耗,明显降低了很多,目前就这样用着了,两天了也没有突然断电。 |