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 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
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 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