当你的才华不能撑起你的野心时,就是你该选择学习的时候了!

InstallUtil

C:\Windows\Microsoft.NET\Framework64\v4.0.30319
InstallUtil.exe D:\services\QueueService\QueueService.exe
net start QueueService
net stop QueueService
InstallUtil.exe /u  D:\services\QueueService\QueueService.exe

 

sc create QueueService binpath= "D:\services\QueueService\QueueService.exe"
    sc start QueueService
    sc delete QueueService
    sc create QueueService binpath= “D:\services\QueueService\QueueService.exe” start=auto
    sc start QueueService

 

posted @ 2020-06-15 13:46  hofmann  阅读(211)  评论(0编辑  收藏  举报