Windows service fails to start with custom user until started once with local user
Posted
by Gauls
on Super User
See other posts from Super User
or by Gauls
Published on 2010-03-24T15:13:18Z
Indexed on
2010/03/25
8:23 UTC
Read the original article
Hit count: 650
All of a sudden my Windows service application after installation does not start. (Some services stop automatically if they have no work to do.)
The service uses a custom user. If I change the logon setting to use the local system account, the service starts fine. Then when I go back and change the login setting to use this custom account (local user -> custom user under user group), the service will start.
Why doesn't it work in the first place?
© Super User or respective owner