Windows service fails to start with local user until password is entered again in logon tab

Posted by Nick on Super User See other posts from Super User or by Nick
Published on 2012-10-22T22:31:21Z Indexed on 2012/10/22 23:05 UTC
Read the original article Hit count: 213

Basically we have a service where we use a local account as its logon. it has all the proper permissions, and everything is working fine, service starts and runs and all is good. Then one day, after rebooting, the service fails to start. Logs show incorrect password. Our technicians resolve the issue by simply retyping the password into the "Log On" tab from the services.msc. Unfortunately we have not been able to root cause. I suspect that the password that is stored for the service is lost somehow. Does anyone know where the password hash might be stored so we can check it? The only activities that seem to be possibly related are patching with Microsoft security patches, but we have multiple servers running the same service, and we have never seen more than one at a time, and its usually a different one each time when this occurrs.

I believe this to be the same issue as this: Windows service fails to start with custom user until started once with local user But i was unable to add comments, and its really old.

© Super User or respective owner

Related posts about passwords

Related posts about windows-registry