This commit is contained in:
WindowsAddict 2025-05-06 23:07:44 +05:30
parent b51fd35f89
commit 0f41b3e3de
6 changed files with 35 additions and 6 deletions

View File

@ -2,6 +2,30 @@
------------------------------------------------------------------------
## 3.2
**O365AppsBasicRetail support and bug fixes**
#### **Ohook:**
- Added activation support for the newly released product `O365AppsBasicRetail`.
- Added Office 2010 Publisher Retail key. Just FYI, we still don't have keys for these Office 2010 products
```
4eaff0d0-c6cb-4187-94f3-c7656d49a0aa Retail ExcelR_[HSExcelR]
7004b7f0-6407-4f45-8eac-966e5f868bde Retail GrooveR
fbf4ac36-31c8-4340-8666-79873129cf40 Retail OutlookR
133c8359-4e93-4241-8118-30bb18737ea0 Retail PowerPointR_[HSPowerPointR]
db3bbc9c-ce52-41d1-a46f-1a1d68059119 Retail WordR_[HSWordR]
dbe3aee0-5183-4ff7-8142-66050173cb01 Retail SmallBusBasicsR_[SmallBusBasicsMSDNR]
```
#### **All:**
- Fixed an issue in detecting Powershell 1.0 in Server 2008 SBS editions.
- Fixed ARM32 Office detection.
- Various other fixes and improvements.
------------------------------------------------------------------------
## 3.1
**Vista Support**

View File

@ -80,7 +80,7 @@ or
## MAS Latest Release
Last Release - v3.1 (29-Apr-2025)
Last Release - v3.2 (6-May-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)
------------------------------------------------------------------------

View File

@ -29,6 +29,7 @@ To manually activate Office, follow these steps:
| Office Product | Generated Generic Key |
|------------------------|-------------------------------|
| O365AppsBasicRetail | 3HYJN-9KG99-F8VG9-V3DT8-JFMHV |
| O365BusinessRetail | Y9NF9-M2QWD-FF6RJ-QJW36-RRF2T |
| O365EduCloudRetail | W62NQ-267QR-RTF74-PF2MH-JQMTH |
| O365HomePremRetail | 3NMDC-G7C3W-68RGP-CB4MH-4CXCH |

View File

@ -1,5 +1,8 @@
# News
### [6-May-25] MAS 3.2 update is released
O365AppsBasicRetail support and bug fixes, for details check the [changelog](changelog.md)
### [29-Apr-25] MAS 3.1 update is released
Windows Vista support is added in Ohook, TSforge and online KMS options, for details check the [changelog](changelog.md)

View File

@ -57,6 +57,7 @@ TL;DR all kinds of Office products are supported on Windows Vista and higher and
| v14.0 (2010) | ProjectStdVL | 4DTT4-D4MKX-23KFH-JKR6T-YKG2J | MAK |
| v14.0 (2010) | ProPlusR [ProPlusAcadR,ProPlusMSDNR,Sub4R] | 2J9H6-H4D3G-PCXD2-96XVM-TRR73 | Retail |
| v14.0 (2010) | ProPlusVL [ProPlusAcadVL] | 6CD6C-9R8PB-T2D9Y-8RKKX-W7DFK | MAK |
| v14.0 (2010) | PublisherR | CTRJP-P72VV-JBF8Y-4W6WW-HXHVG | Retail |
| v14.0 (2010) | PublisherVL | 32YG9-3VX77-YXJVV-PRVFW-TT8BV | MAK |
| v14.0 (2010) | SmallBusBasicsVL | 7VKXH-9BWCG-RPTBB-JBRV3-GRHYC | MAK |
| v14.0 (2010) | SPDR | H48K6-FB4Y6-P83GH-9J7XG-HDKKX | ByPass |
@ -74,7 +75,6 @@ We couldn't find any keys (blocked/generic doesn't matter) for these Office 2010
7004b7f0-6407-4f45-8eac-966e5f868bde Retail GrooveR
fbf4ac36-31c8-4340-8666-79873129cf40 Retail OutlookR
133c8359-4e93-4241-8118-30bb18737ea0 Retail PowerPointR_[HSPowerPointR]
98677603-a668-4fa4-9980-3f1f05f78f69 Retail PublisherR
db3bbc9c-ce52-41d1-a46f-1a1d68059119 Retail WordR_[HSWordR]
dbe3aee0-5183-4ff7-8142-66050173cb01 Retail SmallBusBasicsR_[SmallBusBasicsMSDNR]
```
@ -155,6 +155,7 @@ e98ef0c0-71c4-42ce-8305-287d8721e26c SubPrepid ProPlusSubR
| Office Version | Office Product | Generated Generic Key | Key Type |
|----------------|------------------------|-------------------------------|---------------|
| v16.0 (O365) | O365AppsBasicRetail | 3HYJN-9KG99-F8VG9-V3DT8-JFMHV | Subscription |
| v16.0 (O365) | O365BusinessRetail | Y9NF9-M2QWD-FF6RJ-QJW36-RRF2T | SubTest |
| v16.0 (O365) | O365EduCloudRetail | W62NQ-267QR-RTF74-PF2MH-JQMTH | Subscription |
| v16.0 (O365) | O365HomePremRetail | 3NMDC-G7C3W-68RGP-CB4MH-4CXCH | SubTest1 |

View File

@ -33,9 +33,9 @@ function CheckFile {
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
$URLs = @(
'https://raw.githubusercontent.com/massgravel/Microsoft-Activation-Scripts/4e702068bea2cd5372904389ac687c75bc13223f/MAS/All-In-One-Version-KL/MAS_AIO.cmd',
'https://dev.azure.com/massgrave/Microsoft-Activation-Scripts/_apis/git/repositories/Microsoft-Activation-Scripts/items?path=/MAS/All-In-One-Version-KL/MAS_AIO.cmd&versionType=Commit&version=4e702068bea2cd5372904389ac687c75bc13223f',
'https://git.activated.win/massgrave/Microsoft-Activation-Scripts/raw/commit/4e702068bea2cd5372904389ac687c75bc13223f/MAS/All-In-One-Version-KL/MAS_AIO.cmd'
'https://raw.githubusercontent.com/massgravel/Microsoft-Activation-Scripts/2a2352428eb2735ceb973f1d3795948dddf71752/MAS/All-In-One-Version-KL/MAS_AIO.cmd',
'https://dev.azure.com/massgrave/Microsoft-Activation-Scripts/_apis/git/repositories/Microsoft-Activation-Scripts/items?path=/MAS/All-In-One-Version-KL/MAS_AIO.cmd&versionType=Commit&version=2a2352428eb2735ceb973f1d3795948dddf71752',
'https://git.activated.win/massgrave/Microsoft-Activation-Scripts/raw/commit/2a2352428eb2735ceb973f1d3795948dddf71752/MAS/All-In-One-Version-KL/MAS_AIO.cmd'
)
foreach ($URL in $URLs | Sort-Object { Get-Random }) {
@ -50,7 +50,7 @@ if (-not $response) {
}
# Verify script integrity
$releaseHash = '000DB2C899D009AFAFC19CF04A9BF5381F5520CB21395A29B0DB57483FA7A909'
$releaseHash = '5FDDC4C7FE3D51CA291EF49C1A6EA9DF7F5EE5171D5BEBC4678600DA233E55D5'
$stream = New-Object IO.MemoryStream
$writer = New-Object IO.StreamWriter $stream
$writer.Write($response)