Improve fix info in the script

This commit is contained in:
WindowsAddict 2025-05-25 00:38:43 +05:30
parent 69c469a997
commit fc80735dac
3 changed files with 8 additions and 32 deletions

View file

@ -16637,8 +16637,7 @@ if not defined allapps (
%eline% %eline%
echo Failed to find activation IDs. Aborting... echo Failed to find activation IDs. Aborting...
echo: echo:
set fixes=%fixes% %mas%troubleshoot call :dk_color %Blue% "To fix this issue, activate Windows from the main menu."
call :dk_color2 %Blue% "Check this webpage for help - " %_Yellow% " %mas%troubleshoot"
goto dk_done goto dk_done
) )
@ -16660,8 +16659,7 @@ if not defined osedition (
%eline% %eline%
echo Failed to detect OS edition, aborting... echo Failed to detect OS edition, aborting...
echo: echo:
set fixes=%fixes% %mas%troubleshoot call :dk_color %Blue% "To fix this issue, activate Windows from the main menu."
call :dk_color2 %Blue% "Check this webpage for help - " %_Yellow% " %mas%troubleshoot"
goto dk_done goto dk_done
) )
@ -17460,15 +17458,6 @@ echo:
echo Initializing... echo Initializing...
echo: 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 set spp=SoftwareLicensingProduct
@ -17502,8 +17491,7 @@ if %osedition%==0 (
%eline% %eline%
echo Failed to detect OS Edition. Aborting... echo Failed to detect OS Edition. Aborting...
echo: echo:
set fixes=%fixes% %mas%troubleshoot call :dk_color %Blue% "To fix this issue, activate Windows from the main menu."
call :dk_color2 %Blue% "Check this webpage for help - " %_Yellow% " %mas%troubleshoot"
goto dk_done goto dk_done
) )
@ -18296,7 +18284,7 @@ set "c2rclientupdate=!c2rcommand! scenario=CLIENTUPDATE"
if %clverchk% LSS %buildchk% ( if %clverchk% LSS %buildchk% (
echo: 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:
echo Updating Office C2R client with the command below, please wait... echo Updating Office C2R client with the command below, please wait...
echo: echo:

View file

@ -323,15 +323,6 @@ echo:
echo Initializing... echo Initializing...
echo: 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 set spp=SoftwareLicensingProduct
@ -365,8 +356,7 @@ if %osedition%==0 (
%eline% %eline%
echo Failed to detect OS Edition. Aborting... echo Failed to detect OS Edition. Aborting...
echo: echo:
set fixes=%fixes% %mas%troubleshoot call :dk_color %Blue% "To fix this issue, activate Windows from the main menu."
call :dk_color2 %Blue% "Check this webpage for help - " %_Yellow% " %mas%troubleshoot"
goto dk_done goto dk_done
) )
@ -1159,7 +1149,7 @@ set "c2rclientupdate=!c2rcommand! scenario=CLIENTUPDATE"
if %clverchk% LSS %buildchk% ( if %clverchk% LSS %buildchk% (
echo: 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:
echo Updating Office C2R client with the command below, please wait... echo Updating Office C2R client with the command below, please wait...
echo: echo:

View file

@ -390,8 +390,7 @@ if not defined allapps (
%eline% %eline%
echo Failed to find activation IDs. Aborting... echo Failed to find activation IDs. Aborting...
echo: echo:
set fixes=%fixes% %mas%troubleshoot call :dk_color %Blue% "To fix this issue, activate Windows from the main menu."
call :dk_color2 %Blue% "Check this webpage for help - " %_Yellow% " %mas%troubleshoot"
goto dk_done goto dk_done
) )
@ -413,8 +412,7 @@ if not defined osedition (
%eline% %eline%
echo Failed to detect OS edition, aborting... echo Failed to detect OS edition, aborting...
echo: echo:
set fixes=%fixes% %mas%troubleshoot call :dk_color %Blue% "To fix this issue, activate Windows from the main menu."
call :dk_color2 %Blue% "Check this webpage for help - " %_Yellow% " %mas%troubleshoot"
goto dk_done goto dk_done
) )