I know this was asked before, but I just can't get it to work. I called the following:
using System.Management; using System.Management.Instrumentation; using System.Runtime.InteropServices;
And I tried this (I know this is a pity, but its the best I have found):
[DllImport("Cimwin32.dll")] private void button1_Click(object sender, EventArgs e) { uint32 SetSpeed( //??? [in] uint64 300 ); }
How to set computer fan speed using C #?
funerr
source share