mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-18 11:10:04 +00:00
8 lines
91 B
Batchfile
8 lines
91 B
Batchfile
|
@echo off
|
||
|
|
||
|
set SERVICE_NAME=sunshinesvc
|
||
|
|
||
|
net stop %SERVICE_NAME%
|
||
|
|
||
|
sc delete %SERVICE_NAME%
|