Compare commits

..

3 Commits

Author SHA1 Message Date
Rem0o
3bfc6739bb Version 39
-Changed Nvidia GPU backend to NVApiWrapper
2020-08-04 14:36:18 -04:00
Rem0o
0fa3f0afd8 Update README.md 2020-07-19 12:22:58 -04:00
Rem0o
a52ff2bfa1 Version 38 2020-07-19 11:12:10 -04:00
3 changed files with 10 additions and 3 deletions

Binary file not shown.

View File

@@ -8,6 +8,13 @@ Libraries used:
* https://github.com/LibreHardwareMonitor/LibreHardwareMonitor
* https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit
## 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
* I am not the main developer for the driver portion of this software. Any issue regarding hardware compatibility should be submitted to LibreHardwareMonitor's repository.
@@ -47,4 +54,4 @@ Libraries used:
* Dark mode available
![Fan Control](Images/ColorsDialog.png)
![Fan Control](Images/ColorsDialog.png)

View File

@@ -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": 39,
"Message": "-Changed Nvidia GPU backend to NVApiWrapper"
}