diff options
| author | WindowsAddict <[email protected]> | 2025-06-03 14:55:20 +0530 |
|---|---|---|
| committer | WindowsAddict <[email protected]> | 2025-06-03 14:55:20 +0530 |
| commit | dc90e1ff0fbf3d3a5dc47d3c54afb265a304e689 (patch) | |
| tree | 1769b4a31e5289558aa2173e8aeaf95b5f7cd42b | |
| parent | f969378f6b6a958d9f0913c58315bb17cf54e88b (diff) | |
| download | Microsoft-Activation-Scripts-dc90e1ff0fbf3d3a5dc47d3c54afb265a304e689.zip | |
Update info message related to ZCID
| -rw-r--r-- | MAS/All-In-One-Version-KL/MAS_AIO.cmd | 27 | ||||
| -rw-r--r-- | MAS/Separate-Files-Version/Activators/TSforge_Activation.cmd | 27 |
2 files changed, 28 insertions, 26 deletions
diff --git a/MAS/All-In-One-Version-KL/MAS_AIO.cmd b/MAS/All-In-One-Version-KL/MAS_AIO.cmd index ce84109..4a15d57 100644 --- a/MAS/All-In-One-Version-KL/MAS_AIO.cmd +++ b/MAS/All-In-One-Version-KL/MAS_AIO.cmd @@ -4111,25 +4111,26 @@ echo: echo:
echo ______________________________________________________________
echo:
-call :dk_color2 %_White% " [1] " %_Green% " Auto"
-echo Build 19041 and later:
-echo Uses StaticCID, or KMS4k if offline.
-echo Older builds: Uses ZeroCID.
-echo _______________________________________________
+call :dk_color2 %_White% " [1] " %_Green% "Auto"
+echo Builds ^> 19041 -StaticCID (KMS4k if offline)
+echo Builds ^< 19041 -ZeroCID
+echo ________________________________________________
echo:
echo [2] StaticCID
-echo Needs Internet.
-echo Not for Windows 7 or older.
-echo _______________________________________________
+echo Needs Internet
+echo Not for Windows 7 or older
+echo ________________________________________________
echo:
echo [3] ZeroCID
-echo Works only on builds below 19041.
-echo _______________________________________________
+echo Works reliably on builds below 19041
+echo May break on builds between 19041-26100
+echo Does not work on builds above 26100.4188
+echo ________________________________________________
echo:
echo [4] KMS4k
-echo This applies only to volume products.
-echo Activates for 4000+ years using KMS.
-echo _______________________________________________
+echo Volume licenses only
+echo Activates for 4000+ years
+echo ________________________________________________
echo:
echo [5] Learn More
echo [0] %_exitmsg%
diff --git a/MAS/Separate-Files-Version/Activators/TSforge_Activation.cmd b/MAS/Separate-Files-Version/Activators/TSforge_Activation.cmd index 2814b35..3de091f 100644 --- a/MAS/Separate-Files-Version/Activators/TSforge_Activation.cmd +++ b/MAS/Separate-Files-Version/Activators/TSforge_Activation.cmd @@ -511,25 +511,26 @@ echo: echo:
echo ______________________________________________________________
echo:
-call :dk_color2 %_White% " [1] " %_Green% " Auto"
-echo Build 19041 and later:
-echo Uses StaticCID, or KMS4k if offline.
-echo Older builds: Uses ZeroCID.
-echo _______________________________________________
+call :dk_color2 %_White% " [1] " %_Green% "Auto"
+echo Builds ^> 19041 -StaticCID (KMS4k if offline)
+echo Builds ^< 19041 -ZeroCID
+echo ________________________________________________
echo:
echo [2] StaticCID
-echo Needs Internet.
-echo Not for Windows 7 or older.
-echo _______________________________________________
+echo Needs Internet
+echo Not for Windows 7 or older
+echo ________________________________________________
echo:
echo [3] ZeroCID
-echo Works only on builds below 19041.
-echo _______________________________________________
+echo Works reliably on builds below 19041
+echo May break on builds between 19041-26100
+echo Does not work on builds above 26100.4188
+echo ________________________________________________
echo:
echo [4] KMS4k
-echo This applies only to volume products.
-echo Activates for 4000+ years using KMS.
-echo _______________________________________________
+echo Volume licenses only
+echo Activates for 4000+ years
+echo ________________________________________________
echo:
echo [5] Learn More
echo [0] %_exitmsg%
|
