创建windows服务方法
摘要:
将exe程序创建windows服务 sc create TestService binpath= "c:/in estapp.exe" displayname= "TestService" depend= Tcpip start= auto 将windows服务删除 sc delete TestSe 阅读全文
posted @ 2019-05-20 11:10 技术先锋 阅读(228) 评论(0) 推荐(0) 编辑