【发布时间】:2016-09-28 05:08:41
【问题描述】:
在我的计算机中,我正在尝试获取 CPU 温度。在 StackOverflow 上搜索我发现了这个:
C:\WINDOWS\system32>wmic /namespace:\\root\wmi PATH MSAcpi_ThermalZoneTemperature get CurrentTemperature
但我收到此错误:
Node - ADMIN
ERROR:
Description = Not supported
【问题讨论】:
-
"不支持" - 这台机器上没有其他功能。 BIOS 根本不支持读取它。
标签: powershell cmd cpu temperature