diff options
| author | WindowsAddict | 2025-07-21 23:46:41 +0000 |
|---|---|---|
| committer | WindowsAddict | 2025-07-21 23:46:41 +0000 |
| commit | d78e262f5bea28fee8cff8644a6a7924bda19604 (patch) | |
| tree | 029d2f5c8d1ad92ef172fb11f20746030e14f9c9 /MAS | |
| parent | fd1e146753783cd7e390992d9ad6b5b52623afaf (diff) | |
| download | Microsoft-Activation-Scripts-d78e262f5bea28fee8cff8644a6a7924bda19604.zip | |
Clarify the on/off status in add/remove Office apps option
Diffstat (limited to 'MAS')
| -rw-r--r-- | MAS/All-In-One-Version-KL/MAS_AIO.cmd | 5 | ||||
| -rw-r--r-- | MAS/Separate-Files-Version/Change_Office_Edition.cmd | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/MAS/All-In-One-Version-KL/MAS_AIO.cmd b/MAS/All-In-One-Version-KL/MAS_AIO.cmd index 96da6e5..ab8a411 100644 --- a/MAS/All-In-One-Version-KL/MAS_AIO.cmd +++ b/MAS/All-In-One-Version-KL/MAS_AIO.cmd @@ -18539,6 +18539,7 @@ goto :oe_edition :oe_editionchangepre
cls
+set editedition=
call :ch_getinfo
call :oe_tempcleanup
%psc% "$f=[System.IO.File]::ReadAllText('!_batp!') -split ':getlist\:.*';. ([scriptblock]::Create($f[1]))"
@@ -18657,7 +18658,8 @@ if not defined terminal mode 98, 32 %line%
echo:
call :dk_color %Gray% "Target edition: %targetedition%"
-call :dk_color %Gray% "You can exclude the below apps from installation."
+call :dk_color %Gray% "To exclude the apps listed below from installation, toggle them from On to Off."
+if defined editedition call :dk_color %Gray% "Note: The On/Off status below does not reflect the current status of the installed apps."
%line%
if defined suites echo:
if defined Access_st echo [A] Access : %Access_st%
@@ -18858,6 +18860,7 @@ goto :oe_goback )
set change=0
+set editedition=1
call :ch_getinfo
cls
diff --git a/MAS/Separate-Files-Version/Change_Office_Edition.cmd b/MAS/Separate-Files-Version/Change_Office_Edition.cmd index 9621b76..11887cb 100644 --- a/MAS/Separate-Files-Version/Change_Office_Edition.cmd +++ b/MAS/Separate-Files-Version/Change_Office_Edition.cmd @@ -549,6 +549,7 @@ goto :oe_edition :oe_editionchangepre
cls
+set editedition=
call :ch_getinfo
call :oe_tempcleanup
%psc% "$f=[System.IO.File]::ReadAllText('!_batp!') -split ':getlist\:.*';. ([scriptblock]::Create($f[1]))"
@@ -667,7 +668,8 @@ if not defined terminal mode 98, 32 %line%
echo:
call :dk_color %Gray% "Target edition: %targetedition%"
-call :dk_color %Gray% "You can exclude the below apps from installation."
+call :dk_color %Gray% "To exclude the apps listed below from installation, toggle them from On to Off."
+if defined editedition call :dk_color %Gray% "Note: The On/Off status below does not reflect the current status of the installed apps."
%line%
if defined suites echo:
if defined Access_st echo [A] Access : %Access_st%
@@ -868,6 +870,7 @@ goto :oe_goback )
set change=0
+set editedition=1
call :ch_getinfo
cls
|
