Relative Content

Tag Archive for windows-services

windows service using multiple accounts

If I start one windows-service using service-account (SA1) but then in the code of the service if I want to access some external service in network using gMSA or sMSA, is it possible?

How to fix a Windows Service that has a running status but isn’t executing?

I have a couple of windows services which all have the same problem. In the service manager, the services have the “Running” status, but they aren’t executing after an automatic boot. They’re set to automatically boot up when the system reboots (which happens every Saturday night). If I manually restart the service, it’s behaving as expected. The problem only arises during an automatic restart.