Skip to content

Commit 63da908

Browse files
Fix mistakes
1 parent 146d828 commit 63da908

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

MAS/All-In-One-Version-KL/MAS_AIO.cmd

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2657,9 +2657,9 @@ call :dk_color %Red% "Checking Installed Office [Not Found]"
26572657

26582658
if defined ohub (
26592659
echo:
2660-
echo You only have the Office Dashboard app installed. You need to install the full version of Office.
2660+
echo You only have the Office Dashboard app installed; you need to install the full version of Office.
26612661
)
2662-
call :dk_color %Blue% "Download and install Office from the below URL and then try again."
2662+
call :dk_color %Blue% "Download and install Office from the URL below, then try again."
26632663
echo:
26642664
set fixes=%fixes% %mas%genuine-installation-media
26652665
call :dk_color %_Yellow% "%mas%genuine-installation-media"
@@ -5259,9 +5259,9 @@ call :dk_color %Gray% "Checking Installed Office [Not Found]"
52595259

52605260
if defined ohub (
52615261
echo:
5262-
echo You only have the Office Dashboard app installed. You need to install the full version of Office.
5262+
echo You only have the Office Dashboard app installed; you need to install the full version of Office.
52635263
)
5264-
call :dk_color %Blue% "Download and install Office from below URL and try again."
5264+
call :dk_color %Blue% "Download and install Office from the URL below, then try again."
52655265
if %_actwin%==0 set fixes=%fixes% %mas%genuine-installation-media
52665266
call :dk_color %_Yellow% "%mas%genuine-installation-media"
52675267
goto :ts_act
@@ -12499,9 +12499,9 @@ call :dk_color %Red% "Checking Installed Office [Not Found]"
1249912499

1250012500
if defined ohub (
1250112501
echo:
12502-
echo You only have the Office Dashboard app installed. You need to install the full version of Office.
12502+
echo You only have the Office Dashboard app installed; you need to install the full version of Office.
1250312503
)
12504-
call :dk_color %Blue% "Download and install Office from below URL and try again."
12504+
call :dk_color %Blue% "Download and install Office from the URL below, then try again."
1250512505
set fixes=%fixes% %mas%genuine-installation-media
1250612506
call :dk_color %_Yellow% "%mas%genuine-installation-media"
1250712507
goto :ks_activate

MAS/Separate-Files-Version/Activators/Online_KMS_Activation.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3381,7 +3381,7 @@ echo Checking WPA Registry Count [%wpainfo%]
33813381

33823382
reg query "HKU\S-1-5-20\Software\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\PersistedTSReArmed" %nul% && (
33833383
call :dk_color %Red% "Checking Rearm [System is Rearmed]"
3384-
if not defined showfix
3384+
if not defined showfix (
33853385
call :dk_color %Blue% "Reboot your machine using the restart option to fix this error."
33863386
echo:
33873387
)

0 commit comments

Comments
 (0)