diff options
| author | WindowsAddict | 2025-05-06 14:31:06 +0000 |
|---|---|---|
| committer | WindowsAddict | 2025-05-06 14:31:06 +0000 |
| commit | be9215b7284f2666175d7a55fea45ebdfe446e93 (patch) | |
| tree | cea12d01c90569644b95809a1880213e5061e4a6 | |
| parent | 93cf3864f5a73e9b8f61487eafcbac18ea1bf2b9 (diff) | |
| download | Microsoft-Activation-Scripts-be9215b7284f2666175d7a55fea45ebdfe446e93.zip | |
Fix goback button in change Office edition script
| -rw-r--r-- | MAS/All-In-One-Version-KL/MAS_AIO.cmd | 1 | ||||
| -rw-r--r-- | MAS/Separate-Files-Version/Change_Office_Edition.cmd | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/MAS/All-In-One-Version-KL/MAS_AIO.cmd b/MAS/All-In-One-Version-KL/MAS_AIO.cmd index 906a9fc..221183f 100644 --- a/MAS/All-In-One-Version-KL/MAS_AIO.cmd +++ b/MAS/All-In-One-Version-KL/MAS_AIO.cmd @@ -18242,6 +18242,7 @@ if defined fixes ( call :dk_color %White% "Follow ALL the ABOVE blue lines. "
call :dk_color2 %Blue% "Press [1] to Open Support Webpage " %Gray% " Press [0] to Ignore"
choice /C:10 /N
+if !errorlevel!==2 goto :oemenu
if !errorlevel!==1 (for %%# in (%fixes%) do (start %%#))
)
diff --git a/MAS/Separate-Files-Version/Change_Office_Edition.cmd b/MAS/Separate-Files-Version/Change_Office_Edition.cmd index e77887e..a04e7ad 100644 --- a/MAS/Separate-Files-Version/Change_Office_Edition.cmd +++ b/MAS/Separate-Files-Version/Change_Office_Edition.cmd @@ -1111,6 +1111,7 @@ if defined fixes ( call :dk_color %White% "Follow ALL the ABOVE blue lines. "
call :dk_color2 %Blue% "Press [1] to Open Support Webpage " %Gray% " Press [0] to Ignore"
choice /C:10 /N
+if !errorlevel!==2 goto :oemenu
if !errorlevel!==1 (for %%# in (%fixes%) do (start %%#))
)
|
