Compare commits

...

12 Commits
V140 ... V144

Author SHA1 Message Date
Rem0o
b516fd4958 Update README.md 2023-02-04 13:24:07 -05:00
Rem0o
b27984dee4 Update README.md 2023-01-26 20:15:48 -05:00
Rem0o
12433ebce1 V144 2023-01-20 15:08:57 -05:00
Rem0o
7a04e27195 V143 2023-01-12 16:14:14 -05:00
Evan Mulawski
9cfcea9b04 Add CorsairLink plugin link to README (#1445) 2023-01-09 09:29:16 -05:00
Rem0o
843b0426c2 V142 2022-12-29 12:43:24 -05:00
Rem0o
d68fa708f6 Update README.md 2022-12-28 13:59:24 -05:00
Rem0o
5eca2a6c3c Update README.md 2022-12-23 12:24:27 -05:00
Rem0o
b600f596b5 Update README.md 2022-12-21 13:08:39 -05:00
Rem0o
a45fff6ab6 Update README.md 2022-12-21 13:08:01 -05:00
Kris Schneider
edb77c0244 README.md: I got FanControl added to scoop (#1392)
Scoop installation
2022-12-21 11:43:25 -05:00
Rem0o
def30f6f0e V141 2022-12-16 10:17:10 -05:00
3 changed files with 19 additions and 10 deletions

Binary file not shown.

View File

@@ -8,7 +8,7 @@
</p>
<p align=center>This is the release repository for <a href="https://getFanControl.com">Fan Control</a>, a focused and highly customizable fan controlling software for Windows.</span>
<p align=center>This is the release repository for <a href="https://getFanControl.com">Fan Control</a>, a focused and highly customizable fan controlling software for Windows.<br><i>Sources for this software are closed.</i></span>
<br>
<br>
@@ -16,6 +16,20 @@
[![Download](https://img.shields.io/badge/Download-FanControl-green.svg?style=flat&logo=download)](/FanControl.zip?raw=true)
[![Donate](https://img.shields.io/badge/Donate-PayPal-blue.svg?style=flat&logo=paypal)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=N4JPSTUQHRJM8&currency_code=USD&source=url&item_name=Fan+Control)
## Installation
1. [Download the latest archive](/FanControl.zip?raw=true)
2. Extract to the desired installation folder
3. Start FanControl.exe
4. (Optional) -c or --config [json config file] command line arg
### Install with [Scoop](https://scoop.sh/#/apps?s=2&d=1&o=true&p=1&q=fan+control)
```
scoop bucket add extras
scoop install fancontrol
```
# Documentation
https://getfancontrol.com/docs/
@@ -47,13 +61,6 @@ JayzTwoCents - Everyone NEEDS this FREE piece of software... You will thank me!
![Fan Control](Images/MainUI.png)
## Installation
1. [Download the latest archive](/FanControl.zip?raw=true)
2. Extract to the desired installation folder
3. Start FanControl.exe
4. (Optional) -c or --config [json config file] command line arg
## Uninstall
Fan Control is a stand-alone app. You can leave the files there for use further down the line, or delete them.
@@ -68,7 +75,9 @@ From the community (notify me if I'm missing some):
* https://github.com/jmarucha/FanControl.Liquidctl
* https://github.com/Mourdraug/FanControl.AsusWMI to interface with ASUS motherboards through WMI methods
* https://github.com/medevil84/FanControl.AquacomputerHighFlowNext to interface with aquacomputer HighFlowNext
* https://github.com/FoPzl/FanControl.AquacomputerQuadro to interface with aquacomputer Quadro
* https://github.com/vision57/FanControl.GPU-Z
* https://github.com/EvanMulawski/FanControl.CorsairLink to interface with Corsair Commander controllers
From Rem0o
* https://github.com/Rem0o/FanControl.HWInfo to import HWInfo sensor data

View File

@@ -1,4 +1,4 @@
{
"Number": 140,
"Message": "- Various bug fixes"
"Number": 144,
"Message": "- Hold windows shutdown/restart until the app closes properly\r\n- Migrate user config files to Configuration folder."
}