mirror of
https://github.com/massgravel/Microsoft-Activation-Scripts.git
synced 2025-05-19 01:44:59 +00:00
Continue to activate in case of errors
This commit is contained in:
parent
4c53e6231b
commit
74b7c74218
2 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue