summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MAS/All-In-One-Version-KL/MAS_AIO.cmd18
-rw-r--r--MAS/Separate-Files-Version/Activators/HWID_Activation.cmd2
-rw-r--r--MAS/Separate-Files-Version/Activators/Ohook_Activation_AIO.cmd8
-rw-r--r--MAS/Separate-Files-Version/Activators/Online_KMS_Activation.cmd6
-rw-r--r--MAS/Separate-Files-Version/Activators/TSforge_Activation.cmd4
-rw-r--r--MAS/Separate-Files-Version/Change_Office_Edition.cmd2
-rw-r--r--MAS/Separate-Files-Version/Change_Windows_Edition.cmd2
-rw-r--r--MAS/Separate-Files-Version/Extract_OEM_Folder.cmd2
-rw-r--r--MAS/Separate-Files-Version/Troubleshoot.cmd2
9 files changed, 23 insertions, 23 deletions
diff --git a/MAS/All-In-One-Version-KL/MAS_AIO.cmd b/MAS/All-In-One-Version-KL/MAS_AIO.cmd
index 8664e69..ed4938d 100644
--- a/MAS/All-In-One-Version-KL/MAS_AIO.cmd
+++ b/MAS/All-In-One-Version-KL/MAS_AIO.cmd
@@ -1,18 +1,18 @@
-@::r45f3r3-random
+@::sfh437frandom
@set masver=3.8
@setlocal DisableDelayedExpansion
@echo off
-:: For command line switches, check mass()grave(dot)dev/command_line_switches
+:: For command line switches, check mass{}grave{dot}dev/command_line_switches
:: If you want to better understand script, read from separate files version.
::============================================================================
::
-:: Homepage: mass()grave(dot)dev
+:: Homepage: mass{}grave{dot}dev
:: Email: [email protected]
::
::============================================================================
@@ -2833,7 +2833,7 @@ call :dk_color %Gray% "Checking Old Office With Sub License [Found. Update Of
::========================================================================================================================================
-:: mass()grave(dot)dev/office-license-is-not-genuine
+:: mass{}grave{dot}dev/office-license-is-not-genuine
:: Add registry keys for volume products so that 'non-genuine' banner won't appear
:: Script already is using MAK instead of GVLK so it won't appear anyway, but registry keys are added incase Office installs default GVLK grace key for volume products
@@ -4158,13 +4158,13 @@ $MemoryStream.Close()
::
:: The files are encoded in base64 to make AIO version.
::
-:: mass()grave(dot)dev/ohook
+:: mass{}grave{dot}dev/ohook
:: Here you can find the files source code and info on how to rebuild the identical sppc.dll files
::
:: stackoverflow.com/a/35335273
:: Here you can check how to extract sppc.dll files from base64
::
-:: For any further question, feel free to contact us on mass()grave(dot)dev/contactus
+:: For any further question, feel free to contact us on mass{}grave{dot}dev/contactus
::
::========================================================================================================================================
::
@@ -5410,7 +5410,7 @@ call :ts_process
::========================================================================================================================================
-:: mass()grave(dot)dev/office-license-is-not-genuine
+:: mass{}grave{dot}dev/office-license-is-not-genuine
:: Add registry keys for volume products so that 'non-genuine' banner won't appear
set "kmskey=HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\0ff1ce15-a989-479d-af46-f275c6370663"
@@ -12712,7 +12712,7 @@ if %winbuild% GEQ 9200 (
for /f "skip=2 tokens=2*" %%a in ('"reg query HKLM\SOFTWARE\Microsoft\Office\ClickToRun /v InstallPath" %nul6%') do if exist "%%b\root\Licenses16\ProPlus*.xrm-ms" set "_C16R=1"
for /f "skip=2 tokens=2*" %%a in ('"reg query HKLM\SOFTWARE\Microsoft\Office\ClickToRun /v InstallPath /reg:32" %nul6%') do if exist "%%b\root\Licenses16\ProPlus*.xrm-ms" set "_C16R=1"
if defined _C16R (
-REM mass()grave(dot)dev/office-license-is-not-genuine
+REM mass{}grave{dot}dev/office-license-is-not-genuine
set _server=10.0.0.10
call :_taskregserv
echo Keeping the non-existent IP address 10.0.0.10 as %KS% Server.
@@ -13057,7 +13057,7 @@ exit /b
::============================================================================
::
-:: Homepage: mass()grave(dot)dev
+:: Homepage: mass{}grave{dot}dev
:: Email: [email protected]
::
::============================================================================
diff --git a/MAS/Separate-Files-Version/Activators/HWID_Activation.cmd b/MAS/Separate-Files-Version/Activators/HWID_Activation.cmd
index 6354862..aa959d7 100644
--- a/MAS/Separate-Files-Version/Activators/HWID_Activation.cmd
+++ b/MAS/Separate-Files-Version/Activators/HWID_Activation.cmd
@@ -5,7 +5,7 @@
::============================================================================
::
-:: Homepage: mass()grave(dot)dev
+:: Homepage: mass{}grave{dot}dev
:: Email: [email protected]
::
::============================================================================
diff --git a/MAS/Separate-Files-Version/Activators/Ohook_Activation_AIO.cmd b/MAS/Separate-Files-Version/Activators/Ohook_Activation_AIO.cmd
index 255258d..8c8f0fd 100644
--- a/MAS/Separate-Files-Version/Activators/Ohook_Activation_AIO.cmd
+++ b/MAS/Separate-Files-Version/Activators/Ohook_Activation_AIO.cmd
@@ -5,7 +5,7 @@
::============================================================================
::
-:: Homepage: mass()grave(dot)dev
+:: Homepage: mass{}grave{dot}dev
:: Email: [email protected]
::
::============================================================================
@@ -728,7 +728,7 @@ call :dk_color %Gray% "Checking Old Office With Sub License [Found. Update Of
::========================================================================================================================================
-:: mass()grave(dot)dev/office-license-is-not-genuine
+:: mass{}grave{dot}dev/office-license-is-not-genuine
:: Add registry keys for volume products so that 'non-genuine' banner won't appear
:: Script already is using MAK instead of GVLK so it won't appear anyway, but registry keys are added incase Office installs default GVLK grace key for volume products
@@ -3241,13 +3241,13 @@ $MemoryStream.Close()
::
:: The files are encoded in base64 to make AIO version.
::
-:: mass()grave(dot)dev/ohook
+:: mass{}grave{dot}dev/ohook
:: Here you can find the files source code and info on how to rebuild the identical sppc.dll files
::
:: stackoverflow.com/a/35335273
:: Here you can check how to extract sppc.dll files from base64
::
-:: For any further question, feel free to contact us on mass()grave(dot)dev/contactus
+:: For any further question, feel free to contact us on mass{}grave{dot}dev/contactus
::
::========================================================================================================================================
::
diff --git a/MAS/Separate-Files-Version/Activators/Online_KMS_Activation.cmd b/MAS/Separate-Files-Version/Activators/Online_KMS_Activation.cmd
index 4ee3cbf..3da7adb 100644
--- a/MAS/Separate-Files-Version/Activators/Online_KMS_Activation.cmd
+++ b/MAS/Separate-Files-Version/Activators/Online_KMS_Activation.cmd
@@ -5,7 +5,7 @@
::============================================================================
::
-:: Homepage: mass()grave(dot)dev
+:: Homepage: mass{}grave{dot}dev
:: Email: [email protected]
::
::============================================================================
@@ -1031,7 +1031,7 @@ if %winbuild% GEQ 9200 (
for /f "skip=2 tokens=2*" %%a in ('"reg query HKLM\SOFTWARE\Microsoft\Office\ClickToRun /v InstallPath" %nul6%') do if exist "%%b\root\Licenses16\ProPlus*.xrm-ms" set "_C16R=1"
for /f "skip=2 tokens=2*" %%a in ('"reg query HKLM\SOFTWARE\Microsoft\Office\ClickToRun /v InstallPath /reg:32" %nul6%') do if exist "%%b\root\Licenses16\ProPlus*.xrm-ms" set "_C16R=1"
if defined _C16R (
-REM mass()grave(dot)dev/office-license-is-not-genuine
+REM mass{}grave{dot}dev/office-license-is-not-genuine
set _server=10.0.0.10
call :_taskregserv
echo Keeping the non-existent IP address 10.0.0.10 as %KS% Server.
@@ -1727,7 +1727,7 @@ exit /b
::============================================================================
::
-:: Homepage: mass()grave(dot)dev
+:: Homepage: mass{}grave{dot}dev
:: Email: [email protected]
::
::============================================================================
diff --git a/MAS/Separate-Files-Version/Activators/TSforge_Activation.cmd b/MAS/Separate-Files-Version/Activators/TSforge_Activation.cmd
index e0e7e5b..c43257b 100644
--- a/MAS/Separate-Files-Version/Activators/TSforge_Activation.cmd
+++ b/MAS/Separate-Files-Version/Activators/TSforge_Activation.cmd
@@ -5,7 +5,7 @@
::============================================================================
::
-:: Homepage: mass()grave(dot)dev
+:: Homepage: mass{}grave{dot}dev
:: Email: [email protected]
::
::============================================================================
@@ -1470,7 +1470,7 @@ call :ts_process
::========================================================================================================================================
-:: mass()grave(dot)dev/office-license-is-not-genuine
+:: mass{}grave{dot}dev/office-license-is-not-genuine
:: Add registry keys for volume products so that 'non-genuine' banner won't appear
set "kmskey=HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\0ff1ce15-a989-479d-af46-f275c6370663"
diff --git a/MAS/Separate-Files-Version/Change_Office_Edition.cmd b/MAS/Separate-Files-Version/Change_Office_Edition.cmd
index 49e0358..0c5cd17 100644
--- a/MAS/Separate-Files-Version/Change_Office_Edition.cmd
+++ b/MAS/Separate-Files-Version/Change_Office_Edition.cmd
@@ -5,7 +5,7 @@
::============================================================================
::
-:: Homepage: mass()grave(dot)dev
+:: Homepage: mass{}grave{dot}dev
:: Email: [email protected]
::
::============================================================================
diff --git a/MAS/Separate-Files-Version/Change_Windows_Edition.cmd b/MAS/Separate-Files-Version/Change_Windows_Edition.cmd
index e04a347..b727b71 100644
--- a/MAS/Separate-Files-Version/Change_Windows_Edition.cmd
+++ b/MAS/Separate-Files-Version/Change_Windows_Edition.cmd
@@ -5,7 +5,7 @@
::============================================================================
::
-:: Homepage: mass()grave(dot)dev
+:: Homepage: mass{}grave{dot}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 0f87172..9284342 100644
--- a/MAS/Separate-Files-Version/Extract_OEM_Folder.cmd
+++ b/MAS/Separate-Files-Version/Extract_OEM_Folder.cmd
@@ -5,7 +5,7 @@
::============================================================================
::
-:: Homepage: mass()grave(dot)dev
+:: Homepage: mass{}grave{dot}dev
:: Email: [email protected]
::
::============================================================================
diff --git a/MAS/Separate-Files-Version/Troubleshoot.cmd b/MAS/Separate-Files-Version/Troubleshoot.cmd
index b67b0a2..eb874e6 100644
--- a/MAS/Separate-Files-Version/Troubleshoot.cmd
+++ b/MAS/Separate-Files-Version/Troubleshoot.cmd
@@ -5,7 +5,7 @@
::============================================================================
::
-:: Homepage: mass()grave(dot)dev
+:: Homepage: mass{}grave{dot}dev
:: Email: [email protected]
::
::============================================================================