kykc / MsiFanControl

Fan control utility for MSI laptops
MIT License
37 stars 8 forks source link

Is it not supposed to re-apply the config after reboot? #12

Closed BobbyWibowo closed 3 years ago

BobbyWibowo commented 3 years ago

I can't tell if the previous config is being kept after reboot, since doing msifancontrol status again after reboot says that the config has returned to auto every time. I made sure that I had already gotten rid of Dragon Gaming Center prior to installing msifancontrol so can't tell what's going on.

feelingwalnut commented 3 years ago

Believe it has to be applied every boot and possibly after a suspend/sleep.

Do a batch file and set to run on startup?

BobbyWibowo commented 3 years ago

I see, I suppose that's an option. Thanks!

feelingwalnut commented 3 years ago

I see, I suppose that's an option. Thanks!

an example: my batch

@ECHO OFF start /d "C:\Program Files (x86)\MSIFanControl" MsiFanControl.exe advanced /cpu:20,45,70,90,120,148 /gpu:0,20,60,100,120,148 exit