1、创建:sc.exe create "Service Name" binPath= "C:\Your Program.exe"
//注:binPath=后的空格,binPath指定的是.exe文件的绝对路径。
2、删除:sc.exe delete "Service Name"
3、启动:sc.exe start "Service Name"
4、停止:sc.exe stop "Service Name"
————————————————
版权声明:本文为CSDN博主「iteye_13776」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/iteye_13776/article/details/82537277