How to get the CPU Temperature info from Bios using c#?
How to get the CPU Temperature info from Bios using c# I gave a try to the code in CPU temperature monitoring But no luck. 'enumerator.Current' threw an exception. How can i achieve this ? Thanks. Error : "This system doesn't support the required WMI objects(1) - check the exception file \r\nNot supported \r\n\r\n at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)\r\n at System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext()\r\n at CedarLogic.WmiLib.SystemStatistics.RefreshReadings() in D:\Downloads\TempMonitorSrc