Not enough permissions to install service

后端 未结 8 851
悲&欢浪女
悲&欢浪女 2021-02-08 14:04

I have the following declaration of my service:



        
8条回答
  •  感情败类
    2021-02-08 14:39

    I had the same problem, it was caused by an earlier version of the service still running on the system. To fix this launch an elevated command line prompt and type:

     SC delete NameOfService
    

提交回复
热议问题