mirror of
https://github.com/Flowseal/zapret-discord-youtube.git
synced 2025-04-15 17:51:26 -07:00
Cosmetic fixes
This commit is contained in:
parent
0c59a9c45c
commit
cf02ce7791
@ -5,11 +5,10 @@ chcp 65001 > nul
|
||||
|
||||
|
||||
if "%~1"=="" (
|
||||
echo "Checking of already running service instances (see services.msc for more info)"
|
||||
echo "Services status check..."
|
||||
echo Checking of already running service instances (see services.msc for more info)
|
||||
call :test_service zapret
|
||||
call :test_service WinDivert
|
||||
echo "Services status check complete!"
|
||||
echo Services status check complete!
|
||||
pause
|
||||
) else (
|
||||
call :test_service "%~1" "soft"
|
||||
|
Loading…
Reference in New Issue
Block a user