summaryrefslogtreecommitdiff
path: root/MAS/Separate-Files-Version/Change_Office_Edition.cmd
diff options
context:
space:
mode:
authorWindowsAddict <[email protected]>2024-11-08 05:21:08 +0530
committerWindowsAddict <[email protected]>2024-11-08 05:21:08 +0530
commitd06ba7fc4cd1c3dd650ca0ca020cfa6f64cfee4a (patch)
treeee6aecca113c752966881b06d656affc939ddd1e /MAS/Separate-Files-Version/Change_Office_Edition.cmd
parent99954a905601654388199f1d71ca94d112dce191 (diff)
downloadMicrosoft-Activation-Scripts-d06ba7fc4cd1c3dd650ca0ca020cfa6f64cfee4a.zip
Show info to read blue lines
Diffstat (limited to 'MAS/Separate-Files-Version/Change_Office_Edition.cmd')
-rw-r--r--MAS/Separate-Files-Version/Change_Office_Edition.cmd10
1 files changed, 10 insertions, 0 deletions
diff --git a/MAS/Separate-Files-Version/Change_Office_Edition.cmd b/MAS/Separate-Files-Version/Change_Office_Edition.cmd
index 3031e0f..3975acb 100644
--- a/MAS/Separate-Files-Version/Change_Office_Edition.cmd
+++ b/MAS/Separate-Files-Version/Change_Office_Edition.cmd
@@ -1064,6 +1064,10 @@ 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 %%#))
@@ -1323,6 +1327,7 @@ set "Red="41;97m""
set "Gray="100;97m""
set "Green="42;97m""
set "Blue="44;97m""
+set "White="107;91m""
set "_Red="40;91m""
set "_White="40;37m""
set "_Green="40;92m""
@@ -1332,6 +1337,7 @@ set "Red="Red" "white""
set "Gray="Darkgray" "white""
set "Green="DarkGreen" "white""
set "Blue="Blue" "white""
+set "White="White" "DarkRed""
set "_Red="Black" "Red""
set "_White="Black" "Gray""
set "_Green="Black" "Green""
@@ -1414,6 +1420,10 @@ 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 %%#))