monitor CPU Temperature ?? Win32_TemperatureProbe ??

  • Thread starter Thread starter Tom
  • Start date Start date
T

Tom

Hi guys,

I'm trying to read the cpu temperature.. and I've been playing with WMI for
a few days could not get it to work :( if I continue anymore I think I'll be
bald very soon :P so any crumbs of wisdom would be highly appreciated !.

atm I'm getting no output from this. not sure why... it seems the case from
all hardware win32.. very strange..

ManagementObjectSearcher searcher = new ManagementObjectSearcher

("SELECT * FROM Win32_TemperatureProbe");

foreach (ManagementObject service in searcher.Get())

Console.WriteLine("Service = " + service["Caption"]);



thanks guys

Tom

20% bald
 
Back
Top