Service failed to start error 1920

与世无争的帅哥 提交于 2019-12-18 07:22:27

问题


On some machine we have the following error at service install: "Service ... failed to start. Verify that you have sufficient privileges to start system services."

Service is installed fine tho, just that it can't be started as Network Service from Services.msc. Service starts and runs good if started from console it's executable...

Same thing happens with another service started as Local System.

On other machines everything is fine. Service starts as network service with no problems.

We think is a problem with windows rights, like error says, but how to check? And what to do?

Thanks, Adrya


回答1:


After more investigation we discovered that adding this in service configuration file fixed the problem:

 <runtime>
        <generatePublisherEvidence enabled="false"/>
    </runtime>

http://msdn.microsoft.com/en-us/library/bb629393.aspx



来源:https://stackoverflow.com/questions/4406595/service-failed-to-start-error-1920

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!