添加删除服务

创建

sc   create   mySers   binpath=   E:SetMailXxtWservicesinDebugWs.exe

sc   config   mySers  start=   auto

sc   start   mySers

删除

sc delete "服务名"  (如果服务名中间有空格,就需要前后加引号)

原文地址:https://www.cnblogs.com/niewa0928/p/13610862.html