Add uninstall-service.bat

This commit is contained in:
Cameron Gutman 2021-07-19 08:32:16 -05:00
commit d15c1af152
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,7 @@
@echo off
set SERVICE_NAME=sunshinesvc
net stop %SERVICE_NAME%
sc delete %SERVICE_NAME%