Inform to check antivirus block if dll extraction fails

This commit is contained in:
WindowsAddict 2024-07-28 22:36:55 +05:30
parent 89bff68b28
commit 2470963537

View File

@ -933,6 +933,7 @@ call :dk_color %Blue% "Close [!checknames!] and try again."
call :dk_color %Blue% "If its still not resolved then restart system and try again." call :dk_color %Blue% "If its still not resolved then restart system and try again."
) else ( ) else (
if /i not "%ierror%"=="Copy" call :dk_color %Blue% "Restart system and try again." if /i not "%ierror%"=="Copy" call :dk_color %Blue% "Restart system and try again."
if /i "%ierror%"=="Copy" call :dk_color %Blue% "If you are using any third-party antivirus, check if it is blocking the script."
) )
echo: echo:
) )