mirror of
https://github.com/Rem0o/FanControl.Releases.git
synced 2026-01-12 07:58:06 -05:00
Compare commits
19 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ebdb29c012 | ||
|
|
c7a02fbe9e | ||
|
|
487dd68003 | ||
|
|
60e8afd5f2 | ||
|
|
1f19b19b6b | ||
|
|
839ade896e | ||
|
|
13409451b5 | ||
|
|
ae50069d18 | ||
|
|
14723551ff | ||
|
|
5dc75d69c5 | ||
|
|
99e2328b93 | ||
|
|
44566db75a | ||
|
|
b1d61ad225 | ||
|
|
50871fea6c | ||
|
|
c2d7882662 | ||
|
|
e17cce467f | ||
|
|
3bfc6739bb | ||
|
|
0fa3f0afd8 | ||
|
|
a52ff2bfa1 |
BIN
FanControl.zip
BIN
FanControl.zip
Binary file not shown.
29
README.md
29
README.md
@@ -1,12 +1,21 @@
|
||||
# FanControl.Releases
|
||||
|
||||
## [](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=N4JPSTUQHRJM8¤cy_code=USD&source=url&item_name=Fan+Control)
|
||||
|
||||
[<img src="https://www.paypalobjects.com/webstatic/mktg/logo/pp_cc_mark_37x23.jpg">](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=N4JPSTUQHRJM8¤cy_code=USD&source=url&item_name=Fan+Control)
|
||||
##
|
||||
This is the release repository for Fan Control, a highly customizable fan controlling software for Windows.
|
||||
|
||||
Libraries used:
|
||||
* https://github.com/LibreHardwareMonitor/LibreHardwareMonitor
|
||||
* https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit
|
||||
## New
|
||||
|
||||
* New fan curve type : "Target". Will hold the configured "load" fan speed until the idle temperature is reached.
|
||||
* Support for newer Nvidia RTX cards with NvAPIWrapper
|
||||
* Support for external sensors with .sensor files (see Example.sensor in your application folder)
|
||||
|
||||
## Installation
|
||||
|
||||
1. [Download the latest archive](/FanControl.zip?raw=true)
|
||||
2. Extract to the desired installation folder
|
||||
3. [Optional] Run the Register_Startup_Task.cmd script
|
||||
4. Start FanControl.exe
|
||||
|
||||
## Issues
|
||||
|
||||
@@ -18,7 +27,7 @@ Libraries used:
|
||||
## Features
|
||||
|
||||
* Save, edit and load multiple profiles
|
||||
* Multiple temperature sources ( CPU, GPU, motherboard, hard drives )
|
||||
* Multiple temperature sources ( CPU, GPU, motherboard, hard drives, ".sensor" file )
|
||||
* Custom fan curves
|
||||
* Fine tune the fan control response with steps, activation %, response time and hysteresis
|
||||
* Mix different curves and sensors together
|
||||
@@ -31,6 +40,7 @@ Libraries used:
|
||||
|
||||
* Linear : Temperature based linear function
|
||||
* Graph : Temperature based custom curve
|
||||
* Target: Temperature based that holds speed until target temperature is reached
|
||||
* Mix : Use two different curves and apply a mix function (Max, Sum)
|
||||
* Sync : Sync to an existing control
|
||||
* Flat: Set a fixed %
|
||||
@@ -47,4 +57,9 @@ Libraries used:
|
||||
|
||||
* Dark mode available
|
||||
|
||||

|
||||

|
||||
|
||||
## Libraries used:
|
||||
* https://github.com/LibreHardwareMonitor/LibreHardwareMonitor
|
||||
* https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit
|
||||
* https://github.com/falahati/NvAPIWrapper
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"Number": 37,
|
||||
"Message": "- External temp. sensors: Create a *.sensor file in the app folder to create a temperature file sensor. See the Example.sensor file."
|
||||
"Number": 46,
|
||||
"Message": "-Start with Windows setting\r\n-Target Fan Curve: Holds the load fan speed until idle temperature is reached \r\n-0 deg (empty/null) temperature readout will max fan curves"
|
||||
}
|
||||
Reference in New Issue
Block a user