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?
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
. .NET .
Source: https://habr.com/ru/post/1784586/More articles:Double click the button - androidCreate Winforms Full Screen - vb.netJQuery add input - jqueryHow to grep the contents of files returned by grep? - bashShell Script - every unique user - linux* - C ++ function name? - c ++Is it possible to show seamless IFRAMES in an Android browser? - androidDeleteOnSubmit does not exist? - c #Проблема с сортировкой/отключением jQuery - javascriptRun .bat file through C # code when user silently - c #All Articles