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?

link|improve this question

47% accept rate
feedback

1 Answer

up vote 4 down vote accepted

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.