diff options
| author | Lyssa | 2026-01-28 13:01:43 +0000 |
|---|---|---|
| committer | Lyssa | 2026-01-28 13:01:43 +0000 |
| commit | 63da908027afb93c907ac078c6085b5d6b7e02f2 (patch) | |
| tree | c0c01ef80b127b76cbe115b3986128bd4ed656b3 | |
| parent | 146d828b46a42e1eb52c41329d7c4c82b9ef9fd6 (diff) | |
| download | Microsoft-Activation-Scripts-63da908027afb93c907ac078c6085b5d6b7e02f2.zip | |
Fix mistakes
| -rw-r--r-- | MAS/All-In-One-Version-KL/MAS_AIO.cmd | 12 | ||||
| -rw-r--r-- | MAS/Separate-Files-Version/Activators/Online_KMS_Activation.cmd | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/MAS/All-In-One-Version-KL/MAS_AIO.cmd b/MAS/All-In-One-Version-KL/MAS_AIO.cmd index 7d45393..732af69 100644 --- a/MAS/All-In-One-Version-KL/MAS_AIO.cmd +++ b/MAS/All-In-One-Version-KL/MAS_AIO.cmd @@ -2657,9 +2657,9 @@ call :dk_color %Red% "Checking Installed Office [Not Found]" if defined ohub (
echo:
-echo You only have the Office Dashboard app installed. You need to install the full version of Office.
+echo You only have the Office Dashboard app installed; you need to install the full version of Office.
)
-call :dk_color %Blue% "Download and install Office from the below URL and then try again."
+call :dk_color %Blue% "Download and install Office from the URL below, then try again."
echo:
set fixes=%fixes% %mas%genuine-installation-media
call :dk_color %_Yellow% "%mas%genuine-installation-media"
@@ -5259,9 +5259,9 @@ call :dk_color %Gray% "Checking Installed Office [Not Found]" if defined ohub (
echo:
-echo You only have the Office Dashboard app installed. You need to install the full version of Office.
+echo You only have the Office Dashboard app installed; you need to install the full version of Office.
)
-call :dk_color %Blue% "Download and install Office from below URL and try again."
+call :dk_color %Blue% "Download and install Office from the URL below, then try again."
if %_actwin%==0 set fixes=%fixes% %mas%genuine-installation-media
call :dk_color %_Yellow% "%mas%genuine-installation-media"
goto :ts_act
@@ -12499,9 +12499,9 @@ call :dk_color %Red% "Checking Installed Office [Not Found]" if defined ohub (
echo:
-echo You only have the Office Dashboard app installed. You need to install the full version of Office.
+echo You only have the Office Dashboard app installed; you need to install the full version of Office.
)
-call :dk_color %Blue% "Download and install Office from below URL and try again."
+call :dk_color %Blue% "Download and install Office from the URL below, then try again."
set fixes=%fixes% %mas%genuine-installation-media
call :dk_color %_Yellow% "%mas%genuine-installation-media"
goto :ks_activate
diff --git a/MAS/Separate-Files-Version/Activators/Online_KMS_Activation.cmd b/MAS/Separate-Files-Version/Activators/Online_KMS_Activation.cmd index 06be901..dbc1082 100644 --- a/MAS/Separate-Files-Version/Activators/Online_KMS_Activation.cmd +++ b/MAS/Separate-Files-Version/Activators/Online_KMS_Activation.cmd @@ -3381,7 +3381,7 @@ echo Checking WPA Registry Count [%wpainfo%] reg query "HKU\S-1-5-20\Software\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\PersistedTSReArmed" %nul% && (
call :dk_color %Red% "Checking Rearm [System is Rearmed]"
-if not defined showfix
+if not defined showfix (
call :dk_color %Blue% "Reboot your machine using the restart option to fix this error."
echo:
)
|
