I need to be able to turn off/on case fans to set cpu temperature in a desired range. Is it possible to do that specially?
Asked
Active
Viewed 2,070 times
2
-
1I really hope some virus won't turn my fan off permanently. – John Dvorak Jan 26 '13 at 19:08
-
Call the `StopAndCatchFire()` function. – usr Jan 26 '13 at 21:36
1 Answers
1
There is a open source project called lm-sensors.
fancontrol is a shell script for use with lm_sensors. It reads its configuration from a file, then calculates fan speeds from temperatures and sets the corresponding PWM outputs to the computed values.
Also check out;
You should learn about Windows system management interface also.

Community
- 1
- 1

Soner Gönül
- 97,193
- 102
- 206
- 364
-
1
-
@JanesAbouChleih Yes, or course. Beucase there is no direct way to control it IMO. – Soner Gönül Jan 26 '13 at 19:07
-
-
1