Control / read computer fans using .NET?

What I would like to do is to control / control computer fans using C # or VB.Net. Is there any .NET library that allows me to do this in a simple way?

+3
source share
2 answers

You might want to take a look at Win32_Fan_Class , available through the Windows Management Tool (WMI) - which is .NET through System.Management, if I remember correctly.

Hope this helps you.

Edit: Here are some related links / questions I found regarding accessing fans / hardware using code (mostly in C ++, but may be useful for some)

WMI # - DreamInCode.net

-1

. .NET .

+1

Source: https://habr.com/ru/post/1784586/


All Articles