Browse Source

Inform to check antivirus block if dll extraction fails

pull/542/head
WindowsAddict 5 months ago
parent
commit
2470963537
  1. 1
      MAS/Separate-Files-Version/Activators/Ohook_Activation_AIO.cmd

1
MAS/Separate-Files-Version/Activators/Ohook_Activation_AIO.cmd

@ -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:
) )

Loading…
Cancel
Save