Reputation: 2053
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
Reputation: 72650
You can just try :
wmic /namespace:\\root\WMI path MSAcpi_ThermalZoneTemperature
Upvotes: 5