diff --git a/service.bat b/service.bat index a6f082b..0194d20 100644 --- a/service.bat +++ b/service.bat @@ -420,8 +420,8 @@ for /f "delims=" %%a in ('powershell -Command "Get-ChildItem -Recurse -Path 'HKL ) ) if !dohfound!==0 ( - call :PrintYellow "[?] Make sure you configured secure DNS in a browser with some non-default DNS service provider," - call :PrintYellow "If you use Windows 11 you can configure encrypted DNS in the Settings app to suppress this warning" + call :PrintYellow "[?] Make sure you have configured secure DNS in a browser with some non-default DNS service provider," + call :PrintYellow "If you use Windows 11 you can configure encrypted DNS in the Settings to hide this warning" ) else ( call :PrintGreen "Secure DNS check passed" )