windows 下安装删除window服务命令
最近写了几个服务,常用到这两个命令
sc delete WatchService
sc create WatchService binpath= "path" type= share start= auto displayname= "WatchService" depend= Tcpip
windows 下安装删除window服务命令
最近写了几个服务,常用到这两个命令
sc delete WatchService
sc create WatchService binpath= "path" type= share start= auto displayname= "WatchService" depend= Tcpip