Tagged Questions

5
votes
5answers
4k views

Programmatically access CPU fan on a laptop? (Windows)

Is there a Windows standard way to do things such as "start fan", "decrease speed" or the like, from C/C++? I have a suspicion it might be ACPI, but I am a frail mortal and cannot read that kind of ...
2
votes
2answers
3k views

How can I control my PC's fan speed using C++ in Vista?

How can I use C++ to control CPU fan speed in Windows Vista Ultimate? I would like to use ACPI.
1
vote
0answers
124 views

Accessing the fan under Windows 7

I tried to compile the sample "DumbPort" from WinIO on a 64-Bit Windows 7 OS but when I run the program I always get this error insufficient user rights. I've put the winIO64.dll and winIO64.sys in ...