What I'd like to do is to monitor / control my computer fans using C# or VB.Net. Is there any .NET library that allows me to do this in a simple way?
Asked
Active
Viewed 2,634 times
2 Answers
-1
You might want to take a look at the Win32_Fan_Class, which is accessible through Windows Management Instrumentation (WMI) - which .NET through System.Management, if I recall correctly.
Hope this helps you out.
Edit: Here are a couple of related links/questionsthat I found regarding fan / hardware access through code (primarily in C++, but could be useful to some)

Community
- 1
- 1

Rion Williams
- 74,820
- 37
- 200
- 327
-
Find me a consumer PC/motherboard that exposes that info, and I'll try send you $10. – leppie Jan 10 '11 at 19:01