0
0
mirror of https://github.com/bol-van/zapret.git synced 2025-06-29 18:21:16 +00:00
zapret/binaries/win64/zapret-winws/service_del.cmd
2024-10-28 09:32:24 +03:00

8 lines
95 B
Batchfile

call :srvdel winws1
rem call :srvdel winws2
goto :eof
:srvdel
net stop %1
sc delete %1