diff options
| author | WindowsAddict | 2025-05-24 19:08:43 +0000 |
|---|---|---|
| committer | WindowsAddict | 2025-05-24 19:08:43 +0000 |
| commit | fc80735dacd135daf6f0f1821ff80773022b76a0 (patch) | |
| tree | fda37e453b97b6fe0a5e77363f58e3a85f9fef92 /MAS | |
| parent | 69c469a9971379b5c3eb955866896cf230e8a6bc (diff) | |
| download | Microsoft-Activation-Scripts-fc80735dacd135daf6f0f1821ff80773022b76a0.zip | |
Improve fix info in the script
Diffstat (limited to 'MAS')
| -rw-r--r-- | MAS/All-In-One-Version-KL/MAS_AIO.cmd | 20 | ||||
| -rw-r--r-- | MAS/Separate-Files-Version/Change_Office_Edition.cmd | 14 | ||||
| -rw-r--r-- | MAS/Separate-Files-Version/Change_Windows_Edition.cmd | 6 |
3 files changed, 8 insertions, 32 deletions
diff --git a/MAS/All-In-One-Version-KL/MAS_AIO.cmd b/MAS/All-In-One-Version-KL/MAS_AIO.cmd index 204f400..9b215ee 100644 --- a/MAS/All-In-One-Version-KL/MAS_AIO.cmd +++ b/MAS/All-In-One-Version-KL/MAS_AIO.cmd @@ -16637,8 +16637,7 @@ if not defined allapps ( %eline%
echo Failed to find activation IDs. Aborting...
echo:
-set fixes=%fixes% %mas%troubleshoot
-call :dk_color2 %Blue% "Check this webpage for help - " %_Yellow% " %mas%troubleshoot"
+call :dk_color %Blue% "To fix this issue, activate Windows from the main menu."
goto dk_done
)
@@ -16660,8 +16659,7 @@ if not defined osedition ( %eline%
echo Failed to detect OS edition, aborting...
echo:
-set fixes=%fixes% %mas%troubleshoot
-call :dk_color2 %Blue% "Check this webpage for help - " %_Yellow% " %mas%troubleshoot"
+call :dk_color %Blue% "To fix this issue, activate Windows from the main menu."
goto dk_done
)
@@ -17460,15 +17458,6 @@ echo: echo Initializing...
echo:
-if not exist %SysPath%\sppsvc.exe (
-%eline%
-echo [%SysPath%\sppsvc.exe] file is missing. Aborting...
-echo:
-set fixes=%fixes% %mas%troubleshoot
-call :dk_color2 %Blue% "Check this webpage for help - " %_Yellow% " %mas%troubleshoot"
-goto dk_done
-)
-
::========================================================================================================================================
set spp=SoftwareLicensingProduct
@@ -17502,8 +17491,7 @@ if %osedition%==0 ( %eline%
echo Failed to detect OS Edition. Aborting...
echo:
-set fixes=%fixes% %mas%troubleshoot
-call :dk_color2 %Blue% "Check this webpage for help - " %_Yellow% " %mas%troubleshoot"
+call :dk_color %Blue% "To fix this issue, activate Windows from the main menu."
goto dk_done
)
@@ -18296,7 +18284,7 @@ set "c2rclientupdate=!c2rcommand! scenario=CLIENTUPDATE" if %clverchk% LSS %buildchk% (
echo:
-call :dk_color %Blue% "Do not break the operation in the middle..."
+call :dk_color %Blue% "Do not terminate the operation before it completes..."
echo:
echo Updating Office C2R client with the command below, please wait...
echo:
diff --git a/MAS/Separate-Files-Version/Change_Office_Edition.cmd b/MAS/Separate-Files-Version/Change_Office_Edition.cmd index 61c908a..6926cd0 100644 --- a/MAS/Separate-Files-Version/Change_Office_Edition.cmd +++ b/MAS/Separate-Files-Version/Change_Office_Edition.cmd @@ -323,15 +323,6 @@ echo: echo Initializing...
echo:
-if not exist %SysPath%\sppsvc.exe (
-%eline%
-echo [%SysPath%\sppsvc.exe] file is missing. Aborting...
-echo:
-set fixes=%fixes% %mas%troubleshoot
-call :dk_color2 %Blue% "Check this webpage for help - " %_Yellow% " %mas%troubleshoot"
-goto dk_done
-)
-
::========================================================================================================================================
set spp=SoftwareLicensingProduct
@@ -365,8 +356,7 @@ if %osedition%==0 ( %eline%
echo Failed to detect OS Edition. Aborting...
echo:
-set fixes=%fixes% %mas%troubleshoot
-call :dk_color2 %Blue% "Check this webpage for help - " %_Yellow% " %mas%troubleshoot"
+call :dk_color %Blue% "To fix this issue, activate Windows from the main menu."
goto dk_done
)
@@ -1159,7 +1149,7 @@ set "c2rclientupdate=!c2rcommand! scenario=CLIENTUPDATE" if %clverchk% LSS %buildchk% (
echo:
-call :dk_color %Blue% "Do not break the operation in the middle..."
+call :dk_color %Blue% "Do not terminate the operation before it completes..."
echo:
echo Updating Office C2R client with the command below, please wait...
echo:
diff --git a/MAS/Separate-Files-Version/Change_Windows_Edition.cmd b/MAS/Separate-Files-Version/Change_Windows_Edition.cmd index eaa0956..5bfc43e 100644 --- a/MAS/Separate-Files-Version/Change_Windows_Edition.cmd +++ b/MAS/Separate-Files-Version/Change_Windows_Edition.cmd @@ -390,8 +390,7 @@ if not defined allapps ( %eline%
echo Failed to find activation IDs. Aborting...
echo:
-set fixes=%fixes% %mas%troubleshoot
-call :dk_color2 %Blue% "Check this webpage for help - " %_Yellow% " %mas%troubleshoot"
+call :dk_color %Blue% "To fix this issue, activate Windows from the main menu."
goto dk_done
)
@@ -413,8 +412,7 @@ if not defined osedition ( %eline%
echo Failed to detect OS edition, aborting...
echo:
-set fixes=%fixes% %mas%troubleshoot
-call :dk_color2 %Blue% "Check this webpage for help - " %_Yellow% " %mas%troubleshoot"
+call :dk_color %Blue% "To fix this issue, activate Windows from the main menu."
goto dk_done
)
|
