|
|
@ -1830,7 +1830,7 @@ echo:
|
|
|
|
if %_unattended%==1 timeout /t 2 & exit /b
|
|
|
|
if %_unattended%==1 timeout /t 2 & exit /b
|
|
|
|
|
|
|
|
|
|
|
|
if defined fixes (
|
|
|
|
if defined fixes (
|
|
|
|
call :dk_color2 %Blue% "Press [1] to Open Troubleshoot Page " %Gray% " Press [0] to Ignore"
|
|
|
|
call :dk_color2 %Blue% "Press [1] to Open Support Webpage " %Gray% " Press [0] to Ignore"
|
|
|
|
choice /C:10 /N
|
|
|
|
choice /C:10 /N
|
|
|
|
if !errorlevel!==1 (for %%# in (%fixes%) do (start %%#))
|
|
|
|
if !errorlevel!==1 (for %%# in (%fixes%) do (start %%#))
|
|
|
|
)
|
|
|
|
)
|
|
|
@ -10027,7 +10027,7 @@ call :oe_tempcleanup
|
|
|
|
|
|
|
|
|
|
|
|
echo:
|
|
|
|
echo:
|
|
|
|
if defined fixes (
|
|
|
|
if defined fixes (
|
|
|
|
call :dk_color2 %Blue% "Press [1] To Open Troubleshoot Page " %Gray% " Press [0] To Ignore"
|
|
|
|
call :dk_color2 %Blue% "Press [1] to Open Support Webpage " %Gray% " Press [0] to Ignore"
|
|
|
|
choice /C:10 /N
|
|
|
|
choice /C:10 /N
|
|
|
|
if !errorlevel!==1 (for %%# in (%fixes%) do (start %%#))
|
|
|
|
if !errorlevel!==1 (for %%# in (%fixes%) do (start %%#))
|
|
|
|
)
|
|
|
|
)
|
|
|
|