4

How can I get temperature (for example CPU) of my 32bit windows 7 PC? (by using WMIC)

my results:

wmic temperature
No Instance(s) Available.

I run this command even with admin privileges, but the result was the same.

wiki
  • 1,877
  • 2
  • 31
  • 47

1 Answers1

5

You can just try :

wmic /namespace:\\root\WMI path MSAcpi_ThermalZoneTemperature
JPBlanc
  • 70,406
  • 17
  • 130
  • 175