checkbox, cpu temp, command line change

This commit is contained in:
Karmel0x
2023-11-07 21:33:02 +01:00
parent 584bcadd2a
commit bd0162e5f4
10 changed files with 250 additions and 69 deletions

View File

@@ -4,14 +4,25 @@
Go to [releases](../../releases)
### Run
Command line turn on: `AsusFanControl.exe <fan speed percent>`
Command line turn off: `AsusFanControl.exe 0`
<details>
<summary>Command line: `AsusFanControl.exe`</summary>
AsusFanControl.exe <args>
--get-fan-speeds
--set-fan-speeds=0-100 (percent value, 0 for turning off test mode)
--get-fan-count
--get-fan-speed=fanId (comma separated)
--set-fan-speed=fanId:0-100 (comma separated, percent value, 0 for turning off test mode)
--get-cpu-temp
</details>
GUI: `AsusFanControlGUI.exe`
![AsusFanControlGUI](https://github.com/Karmel0x/AsusFanControl/assets/25367564/cccd136c-f1cb-4218-b150-d874d0d5e5af)
![AsusFanControlGUI](https://github.com/Karmel0x/AsusFanControl/assets/25367564/fe197ad0-7079-4d51-ae78-177cb6369e96)
### Why need it?
My laptop does not support the [Fan Profile](https://github.com/Karmel0x/AsusFanControl/assets/25367564/924d990a-bf20-4b8d-bf9d-56c460174d99) option, but it often overheats. Looked for apps to control the fans, but none is working.
My laptop does not support the [Fan Profile](https://github.com/Karmel0x/AsusFanControl/assets/25367564/924d990a-bf20-4b8d-bf9d-56c460174d99) option, but it often overheats. Looked for apps to control fans, but none is working.
### Compatibility
This program should work on any laptop with x64 windows where [Fan Diagnosis](https://github.com/Karmel0x/AsusFanControl/assets/25367564/7129833b-97af-4da8-9148-b71e49552ea4) in [MyASUS](https://apps.microsoft.com/store/detail/myasus/9N7R5S6B0ZZH) application is working as it is using same library.