1

There are some applications which claim to be able to detect the temperature of various components inside your PC, for example: Speedfan. How do they detect the temperature without using any external tool?

1 Answer 1

5

There are sensors, spread all over your pc. They depend on the hardware you use, but almost every motherboard has a thermal sensor at the cpu socket. So all what those tools do is polling those sensors for information. You can do that on your own with a little bit of programming, for example by using WMI.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .