创建、停止、删除 windows服务
2013-01-08 17:34 Carl Xing 阅读(286) 评论(0) 编辑 收藏 举报cmd console中,或保存成bat文件执行
sc create 服务名称 binpath= 执行文件路径 type= own start= auto displayname= 服务展示名称
=后面要有空格
net stop 服务名称
sc delete 服务名称
cmd console中,或保存成bat文件执行
sc create 服务名称 binpath= 执行文件路径 type= own start= auto displayname= 服务展示名称
=后面要有空格
net stop 服务名称
sc delete 服务名称