wiki
wiki

Reputation: 2053

wmic temperature

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.

Upvotes: 4

Views: 8560

Answers (1)

JPBlanc
JPBlanc

Reputation: 72650

You can just try :

wmic /namespace:\\root\WMI path MSAcpi_ThermalZoneTemperature

Upvotes: 5

Related Questions