diff options
| author | WindowsAddict <[email protected]> | 2025-05-06 19:53:15 +0530 |
|---|---|---|
| committer | WindowsAddict <[email protected]> | 2025-05-06 19:53:15 +0530 |
| commit | 93cf3864f5a73e9b8f61487eafcbac18ea1bf2b9 (patch) | |
| tree | 711ea94bf90105c67b36d1087b7764a2789e284a /MAS/Separate-Files-Version/Troubleshoot.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/Troubleshoot.cmd')
| -rw-r--r-- | MAS/Separate-Files-Version/Troubleshoot.cmd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAS/Separate-Files-Version/Troubleshoot.cmd b/MAS/Separate-Files-Version/Troubleshoot.cmd index 35768a8..76df77f 100644 --- a/MAS/Separate-Files-Version/Troubleshoot.cmd +++ b/MAS/Separate-Files-Version/Troubleshoot.cmd @@ -1488,6 +1488,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 %%#))
)
|
