Compare commits

..

10 Commits
V138 ... V142

Author SHA1 Message Date
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
Rem0o
3699cccdf0 V140 2022-12-13 09:06:34 -05:00
Rem0o
976f035354 V139 2022-12-05 09:31:27 -05:00
Rem0o
645e46dc1e Update FanControl.zip 2022-12-02 15:16:52 -05:00
3 changed files with 17 additions and 9 deletions

Binary file not shown.

View File

@@ -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,6 +75,7 @@ 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
From Rem0o

View File

@@ -1,4 +1,4 @@
{
"Number": 138,
"Message": "-Minimum % feature on control cards \r\n- Updated LibreHardwareMonitorLib \r\n- Add EULA to the program."
"Number": 142,
"Message": "- Styling tweaks \r\n- Bug fixes"
}