Sunshine/src_assets/windows/misc/service/uninstall-service.bat
2022-08-14 22:16:20 -04:00

8 lines
91 B
Batchfile

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