1
0
mirror of https://github.com/massgravel/Microsoft-Activation-Scripts.git synced 2025-04-05 05:28:32 +00:00

Remove the box

This commit is contained in:
WindowsAddict
2024-11-10 16:31:18 +05:30
parent ec259dfbd7
commit 4dd0215ccc
9 changed files with 0 additions and 33 deletions

View File

@ -1867,10 +1867,7 @@ echo:
if %_unattended%==1 timeout /t 2 & exit /b
if defined fixes (
call :dk_color %White% " "
call :dk_color %White% "Follow ALL the ABOVE blue lines. "
call :dk_color %White% " "
echo:
call :dk_color2 %Blue% "Press [1] to Open Support Webpage " %Gray% " Press [0] to Ignore"
choice /C:10 /N
if !errorlevel!==1 (for %%# in (%fixes%) do (start %%#))
@ -10259,10 +10256,7 @@ call :oe_tempcleanup
echo:
if defined fixes (
call :dk_color %White% " "
call :dk_color %White% "Follow ALL the ABOVE blue lines. "
call :dk_color %White% " "
echo:
call :dk_color2 %Blue% "Press [1] to Open Support Webpage " %Gray% " Press [0] to Ignore"
choice /C:10 /N
if !errorlevel!==1 (for %%# in (%fixes%) do (start %%#))