FanControl.Releases
FanControl.Releases copied to clipboard
FanControl as a Windows Service
This is a feature request
It would be nice to have Fan Control be a Windows Service, running as part of the system instead of a software started by Task Scheduler Also, not having the 30s delay at start on the scheduled task, but that can be fixed manually
This software is amazing and this is one of the core missing pieces! Sent some 🍺 💵 as an incentive hehe
Are there missing pieces to this that make it a difficult ask? Perhaps packaging as an installation to create common entry points to launch the GUI (Start Menu/Desktop shortcuts)?
Have you tried using a service manager for that purpose? I use the following small tool with some other software which I want to run as a service.
You might give it a try and check if it works with FanControl.
Have you tried using a service manager for that purpose? I use the following small tool with some other software which I want to run as a service.
https://nssm.cc/
You might give it a try and check if it works with FanControl.
This thing is fantastic.
Have you tried using a service manager for that purpose? I use the following small tool with some other software which I want to run as a service.
https://nssm.cc/
You might give it a try and check if it works with FanControl.
Yeah, it'd just be nice for it to be part of the package to not need to be manually repackaging it or worrying about it breaking after updates. :)
This is coming. Should help a few folks.
Rem0o delivering again! If you need beta testers, I'd be glad to help
"Start with Windows" does not seem to work when used by an unprivileged user on Windows 11. Upvoting original request.
(Noticed the reference to nssm but it was last updated in 2014 according to https://nssm.cc/ and the world has moved on since then. I'd rather not rely on ancient software on an OS that didn't even exist back then.)
"Start with Windows" does not seem to work when used by an unprivileged user on Windows 11. Upvoting original request.
(Noticed the reference to nssm but it was last updated in 2014 according to https://nssm.cc/ and the world has moved on since then. I'd rather not rely on ancient software on an OS that didn't even exist back then.)
You can use that tool as a workaround: https://github.com/xhul-dev/FanControl-WinStart
Any workaround or plans for this? Would be amazing for home servers that you dont log into.
Any workaround or plans for this? Would be amazing for home servers that you dont log into.
It seems from my testing that you can have a Scheduled Task run a Powershell script as SYSTEM on startup that runs Fan Control, and Fan Control appears to run in the background and honor its configuration. Of course you can't interact with or configure it further, but it does observe the existing configuration.
@daninthemix that works
We could use something in this direction that's built into FanControl as well. Not all users of a given machine hold admin, meaning if there isn't a startup task to run FanControl as SYSTEM some admin has to log in to every machine each time it restarts to have an instance of FanControl running. Also, an sudo-type tool is phasing in where admin capable users do not hold admin when they log in, causing FanControl's autostart to fail.