Compare commits

...

2 Commits

Author SHA1 Message Date
WindowsAddict
dc90e1ff0f Update info message related to ZCID 2025-06-03 14:55:20 +05:30
WindowsAddict
f969378f6b Fix a bug in unattended mode in TSforge 2025-06-03 13:35:40 +05:30
2 changed files with 32 additions and 26 deletions

View File

@ -4097,6 +4097,8 @@ if !_el!==1 cls & setlocal & set "_actwin=1" & call :ts_start & endlocal
goto :ts_menu goto :ts_menu
) )
goto :ts_start
::======================================================================================================================================== ::========================================================================================================================================
:ts_changemethod :ts_changemethod
@ -4109,25 +4111,26 @@ echo:
echo: echo:
echo ______________________________________________________________ echo ______________________________________________________________
echo: echo:
call :dk_color2 %_White% " [1] " %_Green% " Auto" call :dk_color2 %_White% " [1] " %_Green% "Auto"
echo Build 19041 and later: echo Builds ^> 19041 -StaticCID (KMS4k if offline)
echo Uses StaticCID, or KMS4k if offline. echo Builds ^< 19041 -ZeroCID
echo Older builds: Uses ZeroCID. echo ________________________________________________
echo _______________________________________________
echo: echo:
echo [2] StaticCID echo [2] StaticCID
echo Needs Internet. echo Needs Internet
echo Not for Windows 7 or older. echo Not for Windows 7 or older
echo _______________________________________________ echo ________________________________________________
echo: echo:
echo [3] ZeroCID echo [3] ZeroCID
echo Works only on builds below 19041. echo Works reliably on builds below 19041
echo _______________________________________________ echo May break on builds between 19041-26100
echo Does not work on builds above 26100.4188
echo ________________________________________________
echo: echo:
echo [4] KMS4k echo [4] KMS4k
echo This applies only to volume products. echo Volume licenses only
echo Activates for 4000+ years using KMS. echo Activates for 4000+ years
echo _______________________________________________ echo ________________________________________________
echo: echo:
echo [5] Learn More echo [5] Learn More
echo [0] %_exitmsg% echo [0] %_exitmsg%

View File

@ -497,6 +497,8 @@ if !_el!==1 cls & setlocal & set "_actwin=1" & call :ts_start & endlocal
goto :ts_menu goto :ts_menu
) )
goto :ts_start
::======================================================================================================================================== ::========================================================================================================================================
:ts_changemethod :ts_changemethod
@ -509,25 +511,26 @@ echo:
echo: echo:
echo ______________________________________________________________ echo ______________________________________________________________
echo: echo:
call :dk_color2 %_White% " [1] " %_Green% " Auto" call :dk_color2 %_White% " [1] " %_Green% "Auto"
echo Build 19041 and later: echo Builds ^> 19041 -StaticCID (KMS4k if offline)
echo Uses StaticCID, or KMS4k if offline. echo Builds ^< 19041 -ZeroCID
echo Older builds: Uses ZeroCID. echo ________________________________________________
echo _______________________________________________
echo: echo:
echo [2] StaticCID echo [2] StaticCID
echo Needs Internet. echo Needs Internet
echo Not for Windows 7 or older. echo Not for Windows 7 or older
echo _______________________________________________ echo ________________________________________________
echo: echo:
echo [3] ZeroCID echo [3] ZeroCID
echo Works only on builds below 19041. echo Works reliably on builds below 19041
echo _______________________________________________ echo May break on builds between 19041-26100
echo Does not work on builds above 26100.4188
echo ________________________________________________
echo: echo:
echo [4] KMS4k echo [4] KMS4k
echo This applies only to volume products. echo Volume licenses only
echo Activates for 4000+ years using KMS. echo Activates for 4000+ years
echo _______________________________________________ echo ________________________________________________
echo: echo:
echo [5] Learn More echo [5] Learn More
echo [0] %_exitmsg% echo [0] %_exitmsg%