Add files via upload

This commit is contained in:
Flowseal
2024-10-08 23:07:14 +03:00
committed by GitHub
parent 549b2d3273
commit 6178e8785a
13 changed files with 99 additions and 0 deletions

4
service_remove.bat Normal file
View File

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