diff options
| author | WindowsAddict | 2025-05-06 14:23:15 +0000 |
|---|---|---|
| committer | WindowsAddict | 2025-05-06 14:23:15 +0000 |
| commit | 93cf3864f5a73e9b8f61487eafcbac18ea1bf2b9 (patch) | |
| tree | 711ea94bf90105c67b36d1087b7764a2789e284a /MAS/Separate-Files-Version/Change_Windows_Edition.cmd | |
| parent | d47a750badb43077fe13ee87db4464302e14712b (diff) | |
| download | Microsoft-Activation-Scripts-93cf3864f5a73e9b8f61487eafcbac18ea1bf2b9.zip | |
Directly go back when asked to press key to ignore opening support page
Diffstat (limited to 'MAS/Separate-Files-Version/Change_Windows_Edition.cmd')
| -rw-r--r-- | MAS/Separate-Files-Version/Change_Windows_Edition.cmd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAS/Separate-Files-Version/Change_Windows_Edition.cmd b/MAS/Separate-Files-Version/Change_Windows_Edition.cmd index 6529adf..bcd09b1 100644 --- a/MAS/Separate-Files-Version/Change_Windows_Edition.cmd +++ b/MAS/Separate-Files-Version/Change_Windows_Edition.cmd @@ -1057,6 +1057,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 exit /b
if !errorlevel!==1 (for %%# in (%fixes%) do (start %%#))
)
|
