mirror of
https://github.com/Flowseal/zapret-discord-youtube.git
synced 2026-03-08 10:15:26 +00:00
fix remove services
This commit is contained in:
4
service_remove_discord.bat
Normal file
4
service_remove_discord.bat
Normal file
@@ -0,0 +1,4 @@
|
||||
set SRVCNAME=zapret_for_discord
|
||||
|
||||
net stop "%SRVCNAME%"
|
||||
sc delete "%SRVCNAME%"
|
||||
@@ -1,4 +1,4 @@
|
||||
set SRVCNAME=zapret
|
||||
|
||||
net stop "%SRVCNAME%"
|
||||
set SRVCNAME=zapret
|
||||
|
||||
net stop "%SRVCNAME%"
|
||||
sc delete "%SRVCNAME%"
|
||||
Reference in New Issue
Block a user