- daverundaGuest
Caffeine as a Windows Service
Thu Feb 28, 2019 10:21 pm
Is it possible for Caffeine to run as a service so that: 1.) it starts up automatically when the computer is booted up, and 2.) it runs even when no user is logged on to windows?
Thanks
Thanks
- juliowongGuest
Re: Caffeine as a Windows Service
Wed Apr 13, 2022 9:39 pm
To create a Windows Service from an executable, you can use
sc.exe
sc.exe
- Code:
sc.exe create <new_service_name> binPath= "<path_to_the_service_executable>"
Taken from stackoverflow
Re: Caffeine as a Windows Service
Thu May 05, 2022 6:29 pm
I don't think that will, or can work. Caffeine keeps alive a desktop session, whereas a system service doesn't have a desktop session. As part of the system it doesn't interact with the desktop at all - of any user.
Tom
Tom
- Caffeine | Windows 10 64 bit + Windows Defender | Not working
- Caffeine not compatible with Windows 10?
- Caffeine: Mouse hover dialogue that shows how many hours until Caffeine is active/inactive!
- Caffeine - Windows Subsystem for Linux (WSL) issues
- how to add command for seconds between keys in Caffeine for Windows 11
Permissions in this forum:
You can reply to topics in this forum