c# – How do I find out the temperature of the processor?

Question:

How do I find out the temperature of the processor?

Answer:

There are two ways: hard and curved. The curve lies in the use of WMI, for example, nothing works for me through WMI. Someone says that there are values, but reality does not correspond.

A difficult way is to use a driver and receive MSR through it with an RDMSR instruction, probably there are other ways through the driver.

Scroll to Top