1
0
mirror of https://github.com/massgravel/Microsoft-Activation-Scripts.git synced 2025-04-08 14:57:30 +00:00

Change "Troubleshoot Page" to "Support Webpage"

This commit is contained in:
WindowsAddict
2024-09-27 08:04:25 +05:30
parent b8504cc21e
commit db218720f3
9 changed files with 11 additions and 11 deletions

View File

@ -976,7 +976,7 @@ call :oe_tempcleanup
echo:
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
if !errorlevel!==1 (for %%# in (%fixes%) do (start %%#))
)
@ -1324,7 +1324,7 @@ echo:
if %_unattended%==1 timeout /t 2 & exit /b
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
if !errorlevel!==1 (for %%# in (%fixes%) do (start %%#))
)