diff options
| author | WindowsAddict | 2024-07-28 17:06:55 +0000 |
|---|---|---|
| committer | WindowsAddict | 2024-07-28 17:06:55 +0000 |
| commit | 2470963537c81b6a8887d11280805a01da1f11c4 (patch) | |
| tree | b7cc6a3650c1902fd849dd536bc572bb1df309c0 /MAS/Separate-Files-Version/Activators | |
| parent | 89bff68b285e2dfecbcef09ac84e3eb8e80d5582 (diff) | |
| download | Microsoft-Activation-Scripts-2470963537c81b6a8887d11280805a01da1f11c4.zip | |
Inform to check antivirus block if dll extraction fails
Diffstat (limited to 'MAS/Separate-Files-Version/Activators')
| -rw-r--r-- | MAS/Separate-Files-Version/Activators/Ohook_Activation_AIO.cmd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAS/Separate-Files-Version/Activators/Ohook_Activation_AIO.cmd b/MAS/Separate-Files-Version/Activators/Ohook_Activation_AIO.cmd index 0467fce..cb28e14 100644 --- a/MAS/Separate-Files-Version/Activators/Ohook_Activation_AIO.cmd +++ b/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."
) else (
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:
)
|
