mirror of
https://github.com/massgravel/Microsoft-Activation-Scripts.git
synced 2025-04-05 20:45:52 +08:00
Compare commits
No commits in common. "25abc1f457712275461fcc18aa884763cd0530fd" and "0b402d9afe04bc7d820b7337db28e62c1d2e15ad" have entirely different histories.
25abc1f457
...
0b402d9afe
@ -1162,22 +1162,6 @@ set allapps=
|
|||||||
if %_wmic% EQU 1 set "chkapp=for /f "tokens=2 delims==" %%a in ('"wmic path %spp% where (ApplicationID='%1') get ID /VALUE" %nul6%')"
|
if %_wmic% EQU 1 set "chkapp=for /f "tokens=2 delims==" %%a in ('"wmic path %spp% where (ApplicationID='%1') get ID /VALUE" %nul6%')"
|
||||||
if %_wmic% EQU 0 set "chkapp=for /f "tokens=2 delims==" %%a in ('%psc% "(([WMISEARCHER]'SELECT ID FROM %spp% WHERE ApplicationID=''%1''').Get()).ID ^| %% {echo ('ID='+$_)}" %nul6%')"
|
if %_wmic% EQU 0 set "chkapp=for /f "tokens=2 delims==" %%a in ('%psc% "(([WMISEARCHER]'SELECT ID FROM %spp% WHERE ApplicationID=''%1''').Get()).ID ^| %% {echo ('ID='+$_)}" %nul6%')"
|
||||||
%chkapp% do (if defined allapps (call set "allapps=!allapps! %%a") else (call set "allapps=%%a"))
|
%chkapp% do (if defined allapps (call set "allapps=!allapps! %%a") else (call set "allapps=%%a"))
|
||||||
|
|
||||||
:: Check potential script crash issue when user manually installs way too many licenses for Office (length limit in variable)
|
|
||||||
|
|
||||||
if defined allapps if %1==0ff1ce15-a989-479d-af46-f275c6370663 (
|
|
||||||
set len=0
|
|
||||||
echo:!allapps!> %SystemRoot%\Temp\chklen
|
|
||||||
for %%A in (%SystemRoot%\Temp\chklen) do (set len=%%~zA)
|
|
||||||
del %SystemRoot%\Temp\chklen %nul%
|
|
||||||
|
|
||||||
if !len! GTR 6000 (
|
|
||||||
%eline%
|
|
||||||
echo Too many licenses are installed, the script may crash.
|
|
||||||
call :dk_color %Blue% "%_fixmsg%"
|
|
||||||
timeout /t 30
|
|
||||||
)
|
|
||||||
)
|
|
||||||
exit /b
|
exit /b
|
||||||
|
|
||||||
:: Get installed products Activation IDs
|
:: Get installed products Activation IDs
|
||||||
@ -1626,7 +1610,6 @@ call :dk_color %Red% "Checking Eval WLMS Service [Found]"
|
|||||||
|
|
||||||
reg query "HKU\S-1-5-20\Software\Microsoft\Windows NT\CurrentVersion" %nul% || (
|
reg query "HKU\S-1-5-20\Software\Microsoft\Windows NT\CurrentVersion" %nul% || (
|
||||||
set error=1
|
set error=1
|
||||||
set showfix=1
|
|
||||||
call :dk_color %Red% "Checking HKU\S-1-5-20 Registry [Not Found]"
|
call :dk_color %Red% "Checking HKU\S-1-5-20 Registry [Not Found]"
|
||||||
set fixes=%fixes% %mas%in-place_repair_upgrade
|
set fixes=%fixes% %mas%in-place_repair_upgrade
|
||||||
call :dk_color2 %Blue% "In case of activation issues, do this - " %_Yellow% " %mas%in-place_repair_upgrade"
|
call :dk_color2 %Blue% "In case of activation issues, do this - " %_Yellow% " %mas%in-place_repair_upgrade"
|
||||||
|
@ -1373,7 +1373,6 @@ call :dk_color %Red% "Checking Eval WLMS Service [Found]"
|
|||||||
|
|
||||||
reg query "HKU\S-1-5-20\Software\Microsoft\Windows NT\CurrentVersion" %nul% || (
|
reg query "HKU\S-1-5-20\Software\Microsoft\Windows NT\CurrentVersion" %nul% || (
|
||||||
set error=1
|
set error=1
|
||||||
set showfix=1
|
|
||||||
call :dk_color %Red% "Checking HKU\S-1-5-20 Registry [Not Found]"
|
call :dk_color %Red% "Checking HKU\S-1-5-20 Registry [Not Found]"
|
||||||
set fixes=%fixes% %mas%in-place_repair_upgrade
|
set fixes=%fixes% %mas%in-place_repair_upgrade
|
||||||
call :dk_color2 %Blue% "In case of activation issues, do this - " %_Yellow% " %mas%in-place_repair_upgrade"
|
call :dk_color2 %Blue% "In case of activation issues, do this - " %_Yellow% " %mas%in-place_repair_upgrade"
|
||||||
|
@ -1538,7 +1538,6 @@ call :dk_color %Red% "Checking Eval WLMS Service [Found]"
|
|||||||
|
|
||||||
reg query "HKU\S-1-5-20\Software\Microsoft\Windows NT\CurrentVersion" %nul% || (
|
reg query "HKU\S-1-5-20\Software\Microsoft\Windows NT\CurrentVersion" %nul% || (
|
||||||
set error=1
|
set error=1
|
||||||
set showfix=1
|
|
||||||
call :dk_color %Red% "Checking HKU\S-1-5-20 Registry [Not Found]"
|
call :dk_color %Red% "Checking HKU\S-1-5-20 Registry [Not Found]"
|
||||||
set fixes=%fixes% %mas%in-place_repair_upgrade
|
set fixes=%fixes% %mas%in-place_repair_upgrade
|
||||||
call :dk_color2 %Blue% "In case of activation issues, do this - " %_Yellow% " %mas%in-place_repair_upgrade"
|
call :dk_color2 %Blue% "In case of activation issues, do this - " %_Yellow% " %mas%in-place_repair_upgrade"
|
||||||
|
@ -1455,22 +1455,6 @@ set allapps=
|
|||||||
if %_wmic% EQU 1 set "chkapp=for /f "tokens=2 delims==" %%a in ('"wmic path %spp% where (ApplicationID='%1') get ID /VALUE" %nul6%')"
|
if %_wmic% EQU 1 set "chkapp=for /f "tokens=2 delims==" %%a in ('"wmic path %spp% where (ApplicationID='%1') get ID /VALUE" %nul6%')"
|
||||||
if %_wmic% EQU 0 set "chkapp=for /f "tokens=2 delims==" %%a in ('%psc% "(([WMISEARCHER]'SELECT ID FROM %spp% WHERE ApplicationID=''%1''').Get()).ID ^| %% {echo ('ID='+$_)}" %nul6%')"
|
if %_wmic% EQU 0 set "chkapp=for /f "tokens=2 delims==" %%a in ('%psc% "(([WMISEARCHER]'SELECT ID FROM %spp% WHERE ApplicationID=''%1''').Get()).ID ^| %% {echo ('ID='+$_)}" %nul6%')"
|
||||||
%chkapp% do (if defined allapps (call set "allapps=!allapps! %%a") else (call set "allapps=%%a"))
|
%chkapp% do (if defined allapps (call set "allapps=!allapps! %%a") else (call set "allapps=%%a"))
|
||||||
|
|
||||||
:: Check potential script crash issue when user manually installs way too many licenses for Office (length limit in variable)
|
|
||||||
|
|
||||||
if defined allapps if %1==0ff1ce15-a989-479d-af46-f275c6370663 (
|
|
||||||
set len=0
|
|
||||||
echo:!allapps!> %SystemRoot%\Temp\chklen
|
|
||||||
for %%A in (%SystemRoot%\Temp\chklen) do (set len=%%~zA)
|
|
||||||
del %SystemRoot%\Temp\chklen %nul%
|
|
||||||
|
|
||||||
if !len! GTR 6000 (
|
|
||||||
%eline%
|
|
||||||
echo Too many licenses are installed, the script may crash.
|
|
||||||
call :dk_color %Blue% "%_fixmsg%"
|
|
||||||
timeout /t 30
|
|
||||||
)
|
|
||||||
)
|
|
||||||
exit /b
|
exit /b
|
||||||
|
|
||||||
:: Get installed products Activation IDs
|
:: Get installed products Activation IDs
|
||||||
@ -1869,7 +1853,6 @@ call :dk_color %Red% "Checking Eval WLMS Service [Found]"
|
|||||||
|
|
||||||
reg query "HKU\S-1-5-20\Software\Microsoft\Windows NT\CurrentVersion" %nul% || (
|
reg query "HKU\S-1-5-20\Software\Microsoft\Windows NT\CurrentVersion" %nul% || (
|
||||||
set error=1
|
set error=1
|
||||||
set showfix=1
|
|
||||||
call :dk_color %Red% "Checking HKU\S-1-5-20 Registry [Not Found]"
|
call :dk_color %Red% "Checking HKU\S-1-5-20 Registry [Not Found]"
|
||||||
set fixes=%fixes% %mas%in-place_repair_upgrade
|
set fixes=%fixes% %mas%in-place_repair_upgrade
|
||||||
call :dk_color2 %Blue% "In case of activation issues, do this - " %_Yellow% " %mas%in-place_repair_upgrade"
|
call :dk_color2 %Blue% "In case of activation issues, do this - " %_Yellow% " %mas%in-place_repair_upgrade"
|
||||||
|
@ -2479,22 +2479,6 @@ set allapps=
|
|||||||
if %_wmic% EQU 1 set "chkapp=for /f "tokens=2 delims==" %%a in ('"wmic path %spp% where (ApplicationID='%1') get ID /VALUE" %nul6%')"
|
if %_wmic% EQU 1 set "chkapp=for /f "tokens=2 delims==" %%a in ('"wmic path %spp% where (ApplicationID='%1') get ID /VALUE" %nul6%')"
|
||||||
if %_wmic% EQU 0 set "chkapp=for /f "tokens=2 delims==" %%a in ('%psc% "(([WMISEARCHER]'SELECT ID FROM %spp% WHERE ApplicationID=''%1''').Get()).ID ^| %% {echo ('ID='+$_)}" %nul6%')"
|
if %_wmic% EQU 0 set "chkapp=for /f "tokens=2 delims==" %%a in ('%psc% "(([WMISEARCHER]'SELECT ID FROM %spp% WHERE ApplicationID=''%1''').Get()).ID ^| %% {echo ('ID='+$_)}" %nul6%')"
|
||||||
%chkapp% do (if defined allapps (call set "allapps=!allapps! %%a") else (call set "allapps=%%a"))
|
%chkapp% do (if defined allapps (call set "allapps=!allapps! %%a") else (call set "allapps=%%a"))
|
||||||
|
|
||||||
:: Check potential script crash issue when user manually installs way too many licenses for Office (length limit in variable)
|
|
||||||
|
|
||||||
if defined allapps if %1==0ff1ce15-a989-479d-af46-f275c6370663 (
|
|
||||||
set len=0
|
|
||||||
echo:!allapps!> %SystemRoot%\Temp\chklen
|
|
||||||
for %%A in (%SystemRoot%\Temp\chklen) do (set len=%%~zA)
|
|
||||||
del %SystemRoot%\Temp\chklen %nul%
|
|
||||||
|
|
||||||
if !len! GTR 6000 (
|
|
||||||
%eline%
|
|
||||||
echo Too many licenses are installed, the script may crash.
|
|
||||||
call :dk_color %Blue% "%_fixmsg%"
|
|
||||||
timeout /t 30
|
|
||||||
)
|
|
||||||
)
|
|
||||||
exit /b
|
exit /b
|
||||||
|
|
||||||
:: Get installed products Activation IDs
|
:: Get installed products Activation IDs
|
||||||
@ -2970,7 +2954,6 @@ call :dk_color %Red% "Checking Eval WLMS Service [Found]"
|
|||||||
|
|
||||||
reg query "HKU\S-1-5-20\Software\Microsoft\Windows NT\CurrentVersion" %nul% || (
|
reg query "HKU\S-1-5-20\Software\Microsoft\Windows NT\CurrentVersion" %nul% || (
|
||||||
set error=1
|
set error=1
|
||||||
set showfix=1
|
|
||||||
call :dk_color %Red% "Checking HKU\S-1-5-20 Registry [Not Found]"
|
call :dk_color %Red% "Checking HKU\S-1-5-20 Registry [Not Found]"
|
||||||
set fixes=%fixes% %mas%in-place_repair_upgrade
|
set fixes=%fixes% %mas%in-place_repair_upgrade
|
||||||
call :dk_color2 %Blue% "In case of activation issues, do this - " %_Yellow% " %mas%in-place_repair_upgrade"
|
call :dk_color2 %Blue% "In case of activation issues, do this - " %_Yellow% " %mas%in-place_repair_upgrade"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user