标签:mini min admin 安装 net users des bug create
开启服务
@echo.服务启动...... @echo off @sc create 服务名 binPath= "C:\Users\Administrator\Desktop\win32srvdemo\win32srvdemo\Debug\win32srvdemo.exe" @net start 服务名 @sc config 服务名 start= AUTO @echo off @echo.启动完毕! @pause
卸载删除服务
@echo.服务删除
@echo off
@sc delete 服务名
@echo off
@echo.删除结束!
@pause
标签:mini min admin 安装 net users des bug create
原文地址:https://www.cnblogs.com/codeDevotee/p/9965743.html