系统相关
首页 > 系统相关> > windows服务

windows服务

作者:互联网

安装启动服务:

                 cd C:\Windows\Microsoft.NET\Framework\v4.0.30319
                 InstallUtil.exe C:\Users\zjp\source\repos\LongYuElc\LongYuElc\bin\Debug\LongYuElc.exe
                 net start longyuservice

卸载服务:

 InstallUtil.exe /u C:\Users\zjp\source\repos\LongYuElc\LongYuElc\bin\Debug\LongYuElc.exe

 

开机设置启动项:

win+R 输入shell:startpath  把软件快捷方式拖到打开目录下

标签:LongYuElc,服务,Users,windows,repos,source,exe,InstallUtil
来源: https://www.cnblogs.com/tiancaige/p/15874602.html