当前位置:   article > 正文

Windows服务BAT命令-安装、卸载、启动、停止

bat 安装 windows服务

1、安装服务

%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\installutil.exe D:\WiseMES\MES.WindowsService.exe
Net Start AOIService
sc config AOIService start= auto
pause

2、卸载服务

%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\installutil.exe /u D:\WiseMES\MES.WindowsService.exe
pause

3、命令参数说明

复制代码
net start 服务名  //启动服务
net stop 服务名  //停止服务

用sc可打开被禁用的服务,语法是:【Start=号后面有空格】 
sc config 服务名 start= demand //手动 
sc config 服务名 start= auto //自动 
sc config 服务名 start= disabled //禁用 
sc start 服务名 
sc stop 服务名

转载于:https://www.cnblogs.com/liqing1009/p/10251679.html

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小桥流水78/article/detail/981464
推荐阅读
相关标签
  

闽ICP备14008679号