Reading System Tempeture

  • Thread starter Thread starter Wayne Taylor
  • Start date Start date
look at the Win32_TemperatureProbe class in WMI.
here's an example:
http://vbnet.mvps.org/index.html?code/wmi/wmitemperatureprobe.htm

the above is in vb script. if you want to port it to vb .net, make use class
in the
System.Management namespace (these are wrappers for the WMI and work
more or less the same way)

however, to save you grief in case the above does not work, here are a few
links which
mention why the above technique might not work always:
http://www.adminlife.com/247referen...hange.com/Hardware/Microchips/Q_20703955.html

hope this helps..
Imran.
 
Back
Top