Windows service on Local Computer started and then stopped error

前端 未结 11 1053
日久生厌
日久生厌 2020-12-07 14:35

Usually, I get this error: (The \"service name\" service on Local Computer started and then stopped. Some services stop automatically if they are not in use by other service

11条回答
  •  隐瞒了意图╮
    2020-12-07 14:51

    In our case, nothing was added in the Windows Event Logs except logs that the problematic service has been started and then stopped.

    It turns out that the service's CONFIG file was invalid. Correcting the invalid CONFIG file fixed the issue.

提交回复
热议问题