Why windows service not start automatic after windows start
Why windows service not start automatic after windows start. I set service installer property start type to automatic. Is there other property which need to be set? Logon for service is local system account. And service can be started manually every time. This happens most often when a resource needed by your service is not available when Windows tries to start it. Please review what your service needs to operate and ensure that you setup a dependency for each resource required. For example, if your service uses the network, try making it dependent on the "Workstation" service (named