Update info

This commit is contained in:
WindowsAddict 2025-07-17 21:40:37 +05:30
parent 5d37a99966
commit 4aa811dd5e
2 changed files with 4 additions and 4 deletions

View File

@ -4295,7 +4295,7 @@ echo Checking Internet Connection [Connected!ping_f!]
if /i %_actmethod%==Auto if not %_actman%==1 set tsmethod=KMS4k if /i %_actmethod%==Auto if not %_actman%==1 set tsmethod=KMS4k
if /i !tsmethod!==KMS4k ( if /i !tsmethod!==KMS4k (
call :dk_color %Gray% "Checking Internet Connection [Not Connected]" call :dk_color %Gray% "Checking Internet Connection [Not Connected]"
call :dk_color %Blue% "Switching To KMS4k Activation Method because Internet is needed for StaticCID method." call :dk_color %Blue% "Switching To KMS4k activation because Internet is needed for StaticCID method."
) else ( ) else (
set error=1 set error=1
call :dk_color %Red% "Checking Internet Connection [Not Connected]" call :dk_color %Red% "Checking Internet Connection [Not Connected]"
@ -4782,7 +4782,7 @@ if defined esuexistbutnosup (
call :dk_color %Red% "Checking Activation ID [Currently installed ESU License is not supported for %tsedition%]" call :dk_color %Red% "Checking Activation ID [Currently installed ESU License is not supported for %tsedition%]"
echo: echo:
if %winbuild% EQU 19045 if not defined w10EsuEditionsLaterAdded ( if %winbuild% EQU 19045 if not defined w10EsuEditionsLaterAdded (
call :dk_color %Blue% "To get latest version, go to Windows settings and run the Windows Update. After that, try the script again." call :dk_color %Blue% "To get latest version, go to Windows settings and run Windows Update. After that, try the script again."
goto :ts_off goto :ts_off
) )
call :dk_color %Blue% "Go back to Main Menu, select Change Windows Edition option and change to any of the below listed editions." call :dk_color %Blue% "Go back to Main Menu, select Change Windows Edition option and change to any of the below listed editions."

View File

@ -675,7 +675,7 @@ echo Checking Internet Connection [Connected!ping_f!]
if /i %_actmethod%==Auto if not %_actman%==1 set tsmethod=KMS4k if /i %_actmethod%==Auto if not %_actman%==1 set tsmethod=KMS4k
if /i !tsmethod!==KMS4k ( if /i !tsmethod!==KMS4k (
call :dk_color %Gray% "Checking Internet Connection [Not Connected]" call :dk_color %Gray% "Checking Internet Connection [Not Connected]"
call :dk_color %Blue% "Switching To KMS4k Activation Method because Internet is needed for StaticCID method." call :dk_color %Blue% "Switching To KMS4k activation because Internet is needed for StaticCID method."
) else ( ) else (
set error=1 set error=1
call :dk_color %Red% "Checking Internet Connection [Not Connected]" call :dk_color %Red% "Checking Internet Connection [Not Connected]"
@ -1162,7 +1162,7 @@ if defined esuexistbutnosup (
call :dk_color %Red% "Checking Activation ID [Currently installed ESU License is not supported for %tsedition%]" call :dk_color %Red% "Checking Activation ID [Currently installed ESU License is not supported for %tsedition%]"
echo: echo:
if %winbuild% EQU 19045 if not defined w10EsuEditionsLaterAdded ( if %winbuild% EQU 19045 if not defined w10EsuEditionsLaterAdded (
call :dk_color %Blue% "To get latest version, go to Windows settings and run the Windows Update. After that, try the script again." call :dk_color %Blue% "To get latest version, go to Windows settings and run Windows Update. After that, try the script again."
goto :ts_off goto :ts_off
) )
call :dk_color %Blue% "Go back to Main Menu, select Change Windows Edition option and change to any of the below listed editions." call :dk_color %Blue% "Go back to Main Menu, select Change Windows Edition option and change to any of the below listed editions."