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 ...
0
votes
0answers
230 views
help me control speed of fans connected to motherboard programmatically [closed]
Possible Duplicate:
How can I control my PC's fan speed using C++ in Vista?
I am trying to write a program that controls my computer cooling fans... but I am having trouble figuring it ...