summaryrefslogtreecommitdiff
path: root/MAS
diff options
context:
space:
mode:
authorWindowsAddict <[email protected]>2025-05-18 01:40:41 +0530
committerWindowsAddict <[email protected]>2025-05-18 01:40:41 +0530
commit74b7c74218f8f0f4fd87b2a71b985ed604fb380e (patch)
tree299acf4dc8a5d15cee40a9674bdbcc379605b1af /MAS
parent4c53e6231baeeb9985a7721a54c32e6fed854ce8 (diff)
downloadMicrosoft-Activation-Scripts-74b7c74218f8f0f4fd87b2a71b985ed604fb380e.zip
Continue to activate in case of errors
Diffstat (limited to 'MAS')
-rw-r--r--MAS/All-In-One-Version-KL/MAS_AIO.cmd4
-rw-r--r--MAS/Separate-Files-Version/Activators/TSforge_Activation.cmd4
2 files changed, 4 insertions, 4 deletions
diff --git a/MAS/All-In-One-Version-KL/MAS_AIO.cmd b/MAS/All-In-One-Version-KL/MAS_AIO.cmd
index c824895..c683783 100644
--- a/MAS/All-In-One-Version-KL/MAS_AIO.cmd
+++ b/MAS/All-In-One-Version-KL/MAS_AIO.cmd
@@ -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
::========================================================================================================================================
diff --git a/MAS/Separate-Files-Version/Activators/TSforge_Activation.cmd b/MAS/Separate-Files-Version/Activators/TSforge_Activation.cmd
index 01671ab..3657ce6 100644
--- a/MAS/Separate-Files-Version/Activators/TSforge_Activation.cmd
+++ b/MAS/Separate-Files-Version/Activators/TSforge_Activation.cmd
@@ -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
::========================================================================================================================================