You can try using WMI (System.Management namspace): The classes of interest
are Win32_Fan & Win32_TemparatureProbe
How to fetch BIOS info such as CPU Temp, Fan Rotation, etc, in
.NET Framework using C#?
Willy Denoyette [MVP] - 12 Sep 2005 19:36 GMT
Chances are that no provider is supporting this, all depends on the system
manufacturer, most do not care to add this to their offerings.
Willy.
> You can try using WMI (System.Management namspace): The classes of
> interest
> are Win32_Fan & Win32_TemparatureProbe
>
> How to fetch BIOS info such as CPU Temp, Fan Rotation, etc, in
> .NET Framework using C#?