Skip to content

Commit

Permalink
Evade some AV's flagging - Attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
WindowsAddict committed Apr 12, 2023
1 parent 87f4d3a commit b5c63b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
Expand Up @@ -13,7 +13,7 @@
::
:: Online KMS Activation Script is a part of 'Microsoft_Activation_Scripts' (MAS) project.
::
:: Homepage: massgrave.dev
:: Homepage: mass grave.dev
:: Email: windowsaddict@protonmail.com
::
::=================================================================================================
Expand Down Expand Up @@ -3049,7 +3049,7 @@ call :Clear-KMS-Cache

if not [%Act_OK%]==[1] (
echo.
echo In case of any issues, check https://massgrave.dev/troubleshoot
echo In case of any issues, check https://mass%-%grave.dev/troubleshoot
)

if defined _unattended exit /b
Expand Down Expand Up @@ -3452,7 +3452,7 @@ echo ___________________________________________________________________________
echo:
echo Online KMS Activation Script is a part of 'Microsoft_Activation_Scripts' [MAS] project.
echo:
echo Homepage: massgrave.dev
echo Homepage: mass grave.dev
echo Email: windowsaddict@protonmail.com
)>"%_dest%\Info.txt"
exit /b
Expand Down Expand Up @@ -3600,7 +3600,7 @@ exit /b
::
:: This script is a part of 'Microsoft_Activation_Scripts' (MAS) project.
::
:: Homepage: massgrave.dev
:: Homepage: mass grave.dev
:: Email: windowsaddict@protonmail.com
::
::============================================================================
Expand Down
5 changes: 3 additions & 2 deletions MAS/Separate-Files-Version/Extract_OEM_Folder.cmd
Expand Up @@ -7,7 +7,7 @@
::
:: This script is a part of 'Microsoft_Activation_Scripts' (MAS) project.
::
:: Homepage: massgrave.dev
:: Homepage: mass grave.dev
:: Email: windowsaddict@protonmail.com
::
::============================================================================
Expand Down Expand Up @@ -407,14 +407,15 @@ goto :done2

:done

set -=
echo ______________________________________________________________
echo:
call :ex_color %Magenta% "%oem%"
call :ex_color %Green% "$OEM$ folder is successfully created on the Desktop."
echo "%oem%" | find /i "38" %nul% && (
echo:
echo To KMS38 activate Server Cor/Acor editions ^(No GUI Versions^),
echo Check this page https://massgrave.dev/oem-folder
echo Check this page https://mass%-%grave.dev/oem-folder
)
echo ______________________________________________________________

Expand Down

0 comments on commit b5c63b2

Please sign in to comment.