mirror of
https://github.com/massgravel/Microsoft-Activation-Scripts
synced 2025-04-19 02:08:03 +08:00
Add support for O365 15.0 in TSforge because phone license exist
This commit is contained in:
parent
70162c4130
commit
e8bf344f74
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user