摘要:
输入安装命令: 全路径topshelf.exe install 阅读全文
posted @ 2020-05-15 14:32
Bug专员
阅读(244)
评论(0)
推荐(0)
摘要:
1、安装服务 sc create test3 binPath= "C:\Users\Administrator\Desktop\win32srvDemo\win32srvdemo\Debug\win32srvDemo.exe" 其中:test3为创建的服务名,binPath后面是运行exe文件的所在 阅读全文
posted @ 2020-05-15 14:23
Bug专员
阅读(1259)
评论(0)
推荐(0)
摘要:
1.普通服务注册 在cmd下可有两种方法打开,net和sc,net用于打开没有被禁用的服务,语法是:net start 服务名 启动 net start 服务名 停止 net stop 服务名net stop 服务名用sc可打开被禁用的服务,语法是:sc config 服务名 start= dema 阅读全文
posted @ 2020-05-15 14:22
Bug专员
阅读(1746)
评论(0)
推荐(0)