mirror of
https://github.com/massgravel/massgrave.dev.git
synced 2026-07-15 23:31:01 +00:00
Update site for MAS 3.12
This commit is contained in:
@@ -2,6 +2,24 @@
|
||||
|
||||
------------------------------------------------------------------------
|
||||
|
||||
## 3.12
|
||||
**8 Years of MAS**
|
||||
|
||||
#### TSforge
|
||||
- Now defaults to KMS4k for the Windows-only option instead of StaticCID as it's better for most users.
|
||||
- KMS4k persists through hardware changes and does not require an internet connection to work, unlike StaticCID.
|
||||
- See [this page](https://massgrave.dev/chart) for more details on the differences between TSforge methods.
|
||||
|
||||
#### HWID
|
||||
- Changed the Installation ID used by HWID.
|
||||
|
||||
#### All
|
||||
- Hardened the script against certain types of vulnerabilities.
|
||||
- Removed the functionality for using user-provided DLLs instead of the ones included with the script.
|
||||
- Made some error messages clearer.
|
||||
|
||||
------------------------------------------------------------------------
|
||||
|
||||
## 3.11
|
||||
**Minor Update**
|
||||
|
||||
|
||||
@@ -194,7 +194,7 @@ $Pfn = (Get-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\ProductOp
|
||||
# Example: Uncommenting the line below will create a ticket for Windows 10/11 Pro.
|
||||
# $Pfn = "Microsoft.Windows.48.X19-98841_8wekyb3d8bbwe"
|
||||
|
||||
$SessionIdStr = "OSMajorVersion=5;OSMinorVersion=1;OSPlatformId=2;PP=0;Pfn=$Pfn;PKeyIID=465145217131314304264339481117862266242033457260311819664735280;"
|
||||
$SessionIdStr = "OSMajorVersion=5;OSMinorVersion=1;OSPlatformId=2;PP=0;Pfn=$Pfn;PKeyIID=221306452340115677963964261259250411589493550039199940431586886;"
|
||||
$SessionId = [Convert]::ToBase64String([Text.Encoding]::Unicode.GetBytes($SessionIdStr + [char]0))
|
||||
$PropertiesStr = "OA3xOriginalProductId=;OA3xOriginalProductKey=;SessionId=$SessionId;TimeStampClient=2022-10-11T12:00:00Z"
|
||||
$SignatureStr = SignProperties $PropertiesStr $rsa
|
||||
|
||||
@@ -83,7 +83,7 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
## MAS Latest Release
|
||||
|
||||
Latest Release: v3.11 (2-May-2026)
|
||||
Latest Release: v3.12 (4-Jul-2026)
|
||||
[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/Microsoft-Activation-Scripts)
|
||||
|
||||
------------------------------------------------------------------------
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
# News
|
||||
|
||||
### [4-Jul-26] MAS 3.12 is released
|
||||
See the changelog [here](changelog.md).
|
||||
|
||||
### [2-May-26] MAS 3.11 is released
|
||||
See the changelog [here](changelog.md).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user