码迷,mamicode.com
首页 > Windows程序 > 详细

通过cmd 使用 InstallUtil.exe 命令 操作 windows服务 Windows Service

时间:2019-03-25 17:32:24      阅读:247      评论:0      收藏:0      [点我收藏+]

标签:命令   com   star   art   stop   framework   安装windows   使用   util   

要安装windows service 首先要找到 InstallUtil.exe,InstallUtil.exe位置在 C:\Windows\Microsoft.NET\Framework\v4.0.30319,用什么版本写的服务,找到对应版本,各个版本不同详见(C:\Windows\Microsoft.NET\Framework\版本

然后使用命令

安装服务

InstallUtil.exe  服务路径/windowsServiceName.exe

快捷安装:直接找到对应的 installutil.exe,拖cmd中,再拖你服务的位置路径下的服务名称.exe,(win10 以上系统支持)

启动该服务

net start windowsServiceName

停止服务

net stop windowsServiceName

卸载服务

InstallUtil.exe /u 服务路径/windowsServiceName.exe

 

技术图片

 

通过cmd 使用 InstallUtil.exe 命令 操作 windows服务 Windows Service

标签:命令   com   star   art   stop   framework   安装windows   使用   util   

原文地址:https://www.cnblogs.com/1175429393wljblog/p/10595024.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!