summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDESKTOP-AJSJJMA\Admin2023-04-12 21:51:27 +0000
committerDESKTOP-AJSJJMA\Admin2023-04-12 21:51:27 +0000
commitb5c63b229665273b881fd0e96a0d8a4a9c1375d2 (patch)
treeffddb8265dd391cbc239d6d26c13c93a93b88a84
parent87f4d3a0a8a46a04181496302c291a5903a5ec6d (diff)
downloadMicrosoft-Activation-Scripts-b5c63b229665273b881fd0e96a0d8a4a9c1375d2.zip
Evade some AV's flagging - Attempt 2
-rw-r--r--MAS/Separate-Files-Version/Activators/Online_KMS_Activation.cmd8
-rw-r--r--MAS/Separate-Files-Version/Extract_OEM_Folder.cmd5
2 files changed, 7 insertions, 6 deletions
diff --git a/MAS/Separate-Files-Version/Activators/Online_KMS_Activation.cmd b/MAS/Separate-Files-Version/Activators/Online_KMS_Activation.cmd
index 911c443..3fec0c2 100644
--- a/MAS/Separate-Files-Version/Activators/Online_KMS_Activation.cmd
+++ b/MAS/Separate-Files-Version/Activators/Online_KMS_Activation.cmd
@@ -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: [email protected]
::
::=================================================================================================
@@ -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
@@ -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: [email protected]
)>"%_dest%\Info.txt"
exit /b
@@ -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: [email protected]
::
::============================================================================
diff --git a/MAS/Separate-Files-Version/Extract_OEM_Folder.cmd b/MAS/Separate-Files-Version/Extract_OEM_Folder.cmd
index 92955ca..eb6281a 100644
--- a/MAS/Separate-Files-Version/Extract_OEM_Folder.cmd
+++ b/MAS/Separate-Files-Version/Extract_OEM_Folder.cmd
@@ -7,7 +7,7 @@
::
:: This script is a part of 'Microsoft_Activation_Scripts' (MAS) project.
::
-:: Homepage: massgrave.dev
+:: Homepage: mass grave.dev
:: Email: [email protected]
::
::============================================================================
@@ -407,6 +407,7 @@ goto :done2
:done
+set -=
echo ______________________________________________________________
echo:
call :ex_color %Magenta% "%oem%"
@@ -414,7 +415,7 @@ 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 ______________________________________________________________