From 437345ce8681531d0b7caf83b186ff6e130d7db7 Mon Sep 17 00:00:00 2001 From: WindowsAddict Date: Tue, 3 Jun 2025 18:35:36 +0530 Subject: 3.4 --- docs/changelog.md | 13 +++++++++++++ docs/command_line_switches.md | 39 ++++++++++++++++++++++++++------------- docs/intro.md | 2 +- docs/news.md | 3 +++ 4 files changed, 43 insertions(+), 14 deletions(-) (limited to 'docs') diff --git a/docs/changelog.md b/docs/changelog.md index 031c8ca..e8d96ab 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,19 @@ ------------------------------------------------------------------------ +## 3.4 + +**Bug fixes** + +#### **TSforge:** +- Fixed an issue where unattended mode was not working. +- Updated info in the Change Activation Method menu. + +#### **All:** +- Added a check to detect expired Office products. + +------------------------------------------------------------------------ + ## 3.3 **The Empire Strikes Back** diff --git a/docs/command_line_switches.md b/docs/command_line_switches.md index 28c7bc4..2f57f33 100644 --- a/docs/command_line_switches.md +++ b/docs/command_line_switches.md @@ -9,7 +9,7 @@ | Switches | Meaning | |-------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| `/HWID` | Activate with HWID | +| `/HWID` | Activate with HWID | | `/HWID-NoEditionChange` | Some editions don't support HWID, so by default the script changes the edition to nearest available edition to enable activation. This switch runs HWID without allowing edition changes. | ### Ohook @@ -21,24 +21,37 @@ ### TSforge -| Switches | Meaning | -|------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| `/Z-Windows` | Activate only Windows with TSforge | -| `/Z-ESU` | Activate only ESU with TSforge | -| `/Z-Office` | Activate only Office with TSforge | -| `/Z-ProjectVisio` | Activate only Project/Visio with TSforge | -| `/Z-WindowsESUOffice` | Activate all Windows / ESU / Office with TSforge | -| `/Z-WinHost` | Activate only Windows KMS Host with TSforge | -| `/Z-OffHost` | Activate only Office KMS Host with TSforge | -| `/Z-APPX` | Activate only 8/8.1 APPXLOB with TSforge | +| Switches | Meaning | +|------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| `/Z-Windows` | Activate only Windows with TSforge | +| `/Z-ESU` | Activate only ESU with TSforge | +| `/Z-Office` | Activate only Office with TSforge | +| `/Z-ProjectVisio` | Activate only Project/Visio with TSforge | +| `/Z-WindowsESUOffice` | Activate all Windows / ESU / Office with TSforge | +| `/Z-WinHost` | Activate only Windows KMS Host with TSforge | +| `/Z-OffHost` | Activate only Office KMS Host with TSforge | +| `/Z-APPX` | Activate only 8/8.1 APPXLOB with TSforge | | `/Z-ID-ActivationIdGoesHere` | To specify an activation ID for activation, where ActivationIdGoesHere needs to be edited for Activation ID. If you want to add multiple through parameters, pass each of them in separate parameters | -| `/Z-Reset` | Reset rearm counter, evaluation period and clear the tamper state, key lock | +| `/Z-Reset` | Reset rearm counter, evaluation period and clear the tamper state, key lock | + +**Change activation method:** + +For builds 19041 and later, the script automatically selects StaticCID (requires an internet connection). If no internet connection is detected, it automatically switches to the KMS4k method. +For builds earlier than 19041, the script automatically selects ZeroCID. + +To override this automatic selection and use a specific activation method, you can apply the following switches in combination with the switches listed above. + +| Switches | Meaning | +|------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| `/Z-SCID` | Force use StaticCID activation method. It needs Internet and does not work on Windows 7 and older versions. | +| `/Z-ZCID` | Force use ZeroCID activation method. Works reliably on builds below 19041, may break on builds between 19041-26100 and does not work on builds above 26100.4188. | +| `/Z-KMS4k` | Volume licenses only. Activates for 4000+ years. | ### KMS38 | Switches | Meaning | |---------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| `/KMS38` | Activate with KMS38 | +| `/KMS38` | Activate with KMS38 | | `/KMS38-NoEditionChange` | Some editions don't support KMS38, so by default the script changes the edition to nearest available edition to enable activation. This switch runs KMS38 without allowing edition changes. | | `/KMS38-RemoveProtection` | Remove KMS38 protection | diff --git a/docs/intro.md b/docs/intro.md index c2fb362..4ee3ef0 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -78,7 +78,7 @@ or ## MAS Latest Release -Last Release - v3.3 (1-June-2025) +Last Release - v3.4 (3-June-2025) [GitHub](https://github.com/massgravel/Microsoft-Activation-Scripts) / [Azure DevOps](https://dev.azure.com/massgrave/_git/Microsoft-Activation-Scripts) / [Self-hosted Git](https://git.activated.win/massgrave/Microsoft-Activation-Scripts) ------------------------------------------------------------------------ diff --git a/docs/news.md b/docs/news.md index 5a83b2a..dd713d3 100644 --- a/docs/news.md +++ b/docs/news.md @@ -1,5 +1,8 @@ # News +### [3-June-25] MAS 3.4 update is released +Bug fixes, for details check the [changelog](changelog.md) + ### [1-June-25] MAS 3.3 update is released StaticCID and KMS4k methods are added in TSforge, for details check the [changelog](changelog.md) -- cgit v1.2.3