diff options
| author | WindowsAddict <[email protected]> | 2025-04-16 06:14:40 +0530 |
|---|---|---|
| committer | WindowsAddict <[email protected]> | 2025-04-16 06:14:40 +0530 |
| commit | e8bf344f745358e140b75dff677bb745e4a8cafa (patch) | |
| tree | 38c35e85764c5b1cef763baca73f8214b75d00ed /MAS | |
| parent | 70162c413026ec938f1049b1e4011ac64945e31e (diff) | |
| download | Microsoft-Activation-Scripts-e8bf344f745358e140b75dff677bb745e4a8cafa.zip | |
Add support for O365 15.0 in TSforge because phone license exist
Diffstat (limited to 'MAS')
| -rw-r--r-- | MAS/All-In-One-Version-KL/MAS_AIO.cmd | 6 | ||||
| -rw-r--r-- | MAS/Separate-Files-Version/Activators/TSforge_Activation.cmd | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/MAS/All-In-One-Version-KL/MAS_AIO.cmd b/MAS/All-In-One-Version-KL/MAS_AIO.cmd index 7f7bb7a..c9946e9 100644 --- a/MAS/All-In-One-Version-KL/MAS_AIO.cmd +++ b/MAS/All-In-One-Version-KL/MAS_AIO.cmd @@ -4832,7 +4832,11 @@ call :dk_color %Gray% "Skipping Because Project/Visio Mode [%%#]" if not defined skipprocess (
-echo %%# | findstr /i "O365" %nul% && (
+set no365=
+if "%oVer%"=="15" (echo %%# | findstr /i "O365HomePremRetail" %nul% && set no365=1)
+if "%oVer%"=="16" (echo %%# | findstr /i "O365" %nul% && set no365=1)
+
+if defined no365 (
set _License=MondoRetail
set _altoffid=MondoRetail
call :ks_osppready
diff --git a/MAS/Separate-Files-Version/Activators/TSforge_Activation.cmd b/MAS/Separate-Files-Version/Activators/TSforge_Activation.cmd index 8d79784..a4131f8 100644 --- a/MAS/Separate-Files-Version/Activators/TSforge_Activation.cmd +++ b/MAS/Separate-Files-Version/Activators/TSforge_Activation.cmd @@ -1611,7 +1611,11 @@ call :dk_color %Gray% "Skipping Because Project/Visio Mode [%%#]" if not defined skipprocess (
-echo %%# | findstr /i "O365" %nul% && (
+set no365=
+if "%oVer%"=="15" (echo %%# | findstr /i "O365HomePremRetail" %nul% && set no365=1)
+if "%oVer%"=="16" (echo %%# | findstr /i "O365" %nul% && set no365=1)
+
+if defined no365 (
set _License=MondoRetail
set _altoffid=MondoRetail
call :ks_osppready
|
