我知道以前有人问过这个问题,但我似乎无法让它发挥作用。我已经调用了以下内容:
using System.Management;
using System.Management.Instrumentation;
using System.Runtime.InteropServices;
我已经尝试过了(我知道这很可悲,但它是我发现的最好的):
[DllImport("Cimwin32.dll")]
private void button1_Click(object sender, EventArgs e)
{
uint32 SetSpeed( //???
[in] uint64 300
);
}
如何通过c#设置电脑的风扇速度?