Continue to activate in case of errors

This commit is contained in:
WindowsAddict 2025-05-18 01:40:41 +05:30
parent 4c53e6231b
commit 74b7c74218
2 changed files with 4 additions and 4 deletions

View File

@ -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
::========================================================================================================================================

View File

@ -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
::========================================================================================================================================