Sunshine/tools/uninstall-service.bat
2021-08-03 18:41:23 -05:00

8 lines
91 B
Batchfile

@echo off
set SERVICE_NAME=sunshinesvc
net stop %SERVICE_NAME%
sc delete %SERVICE_NAME%