mirror of
https://github.com/massgravel/Microsoft-Activation-Scripts.git
synced 2025-05-18 17:06:20 +08:00
Continue to activate in case of errors
This commit is contained in:
parent
4c53e6231b
commit
74b7c74218
@ -4293,7 +4293,7 @@ echo Checking Activation ID [%tempid%] [%tsedition%]
|
||||
|
||||
set generickey=1
|
||||
call :dk_inskey "[%key%]"
|
||||
if not defined error set tsids=%tsids% %tempid%
|
||||
set tsids=%tsids% %tempid%
|
||||
goto :ts_esu
|
||||
|
||||
::========================================================================================================================================
|
||||
@ -4901,7 +4901,7 @@ goto :ts_act
|
||||
)
|
||||
|
||||
call :dk_inskey "[%key%]"
|
||||
if not defined error set tsids=%tsids% %tempid%
|
||||
set tsids=%tsids% %tempid%
|
||||
goto :ts_act
|
||||
|
||||
::========================================================================================================================================
|
||||
|
@ -702,7 +702,7 @@ echo Checking Activation ID [%tempid%] [%tsedition%]
|
||||
|
||||
set generickey=1
|
||||
call :dk_inskey "[%key%]"
|
||||
if not defined error set tsids=%tsids% %tempid%
|
||||
set tsids=%tsids% %tempid%
|
||||
goto :ts_esu
|
||||
|
||||
::========================================================================================================================================
|
||||
@ -1310,7 +1310,7 @@ goto :ts_act
|
||||
)
|
||||
|
||||
call :dk_inskey "[%key%]"
|
||||
if not defined error set tsids=%tsids% %tempid%
|
||||
set tsids=%tsids% %tempid%
|
||||
goto :ts_act
|
||||
|
||||
::========================================================================================================================================
|
||||
|
Loading…
x
Reference in New Issue
Block a user