fix remove services

This commit is contained in:
burnedoutman 2024-10-09 10:17:50 +03:00
parent ee9264fffd
commit a27d4f0763
2 changed files with 7 additions and 3 deletions

View File

@ -0,0 +1,4 @@
set SRVCNAME=zapret_for_discord
net stop "%SRVCNAME%"
sc delete "%SRVCNAME%"

View File

@ -1,4 +1,4 @@
set SRVCNAME=zapret set SRVCNAME=zapret
net stop "%SRVCNAME%" net stop "%SRVCNAME%"
sc delete "%SRVCNAME%" sc delete "%SRVCNAME%"