window service 批處理安裝/卸載命令

開啓服務spa

@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

 

卸載刪除服務code

@echo.服務刪除  
@echo off  
@sc delete 服務名 
@echo off  
@echo.刪除結束!  
@pause
相關文章
相關標籤/搜索