If the first user logging in is non-admin/limited, will the fan control still work? #1625
IslandJohn
started this conversation in
General
Replies: 2 comments 1 reply
|
There is no seperate service. It's a single executable running everything, from UI to the fan control part itself. The program needs to be started with elevated privilege, otherwise it may start, but you won't get any sensor. |
0 replies
|
Ah thanks. Are there any plans to split this it out into an elevated service and UI? According to SysInternals AutoRuns there's a FanControl.sys service registered, but it's not showing up in Services. Is this a work in progress? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
It seems like there's a fan control service (although it's not shown as running in Services).
It's not clear (and can't test objectively because you can't launch the UI as non-admin) if the config is loaded by this service, or whether the UI controls the fans.
All reactions