How can I in C# read data from motherboard sensors? I mean: CPU temperature, GPU temperature, Fan speeds, CPU and GPU usage etc.

I have Asus P5LD2-X/1333 and nVidia GTS 250 1024.

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

Have a look at the Open Hardware Monitor application. It is open source.

link|improve this answer
feedback

Have a look at Motherboard Monitor .NET

link|improve this answer
Wow, very outdated, and still uses a shared memory, from the actual MBM app. – leppie Nov 11 '10 at 8:56
It's very old. I want to see how to so it in C# code. – Hooch Nov 11 '10 at 10:06
feedback

Your Answer

 
or
required, but never shown

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