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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top