PC电脑

查看cpu温度

已管理员打开PowerShell执行命令:

Get-WmiObject -Namespace root/wmi -Class MSAcpi_ThermalZoneTemperature | ForEach-Object {($_.CurrentTemperature - 2732) / 10}

posted @ 2026-06-13 15:07  jf666new  阅读(4)  评论(0)    收藏  举报