Tagged Questions
6
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 ...
3
votes
0answers
61 views
Access Laptop Embedded Fan Controller programmatically?
I want to access the embedded controller of my laptop to control the fan speed. Currently I am doing this manually using RW Everything - how can I access the embedded controller e.g. using C? Thanks ...
0
votes
0answers
257 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 ...