今天我检查了 EventViewer -> Windows 日志 -> 系统,发现几乎每秒都会出现一条带有消息的错误条目
受信任平台模块 (TPM) 初始化失败。TPM 可能处于故障模式。要进行诊断,请联系 TPM 制造商并提供随附的信息。
无法打开tpm.msc
控制台,它说
PowerShell 中的命令get-tpm
返回:
get-tpm : The TPM returned an unexpected result. (Exception from HRESULT: 0x8029010C)
At line:1 char:1
+ get-tpm
+ ~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Get-Tpm], TpmWmiException
+ FullyQualifiedErrorId : Microsoft.Tpm.Commands.TpmWmiException,Microsoft.Tpm.Commands.GetTpmCommand
我启动到安全模式,一切似乎工作正常(控制台工作,power shell 命令工作,没有事件日志错误)。