mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-01-01 12:03:09 +00:00
9a65c91671
This avoids a MalwareBytes false positive. Fixes #1126
10 lines
209 B
Batchfile
10 lines
209 B
Batchfile
@echo off
|
|
|
|
rem Stop and delete the legacy SunshineSvc service
|
|
net stop sunshinesvc
|
|
sc delete sunshinesvc
|
|
|
|
rem Stop and delete the new SunshineService service
|
|
net stop SunshineService
|
|
sc delete SunshineService
|