This commit is contained in:
WindowsAddict 2025-04-29 23:09:15 +05:30
parent 4e6477f216
commit 4bef061f27
12 changed files with 274 additions and 95 deletions

View File

@ -2,6 +2,45 @@
------------------------------------------------------------------------
## 3.1
**Vista Support**
#### **TSforge:**
- TSforge activation now supports Windows Vista and Server 2008.
- Thanks to @InvoxiPlayGames for Vista [SPSys IOCTLs](https://github.com/InvoxiPlayGames/vistaspctl) and physical store format, and to @WitherOrNot.
- Fixed an issue where `sppsvc` might not stop on older systems. Thanks to @WitherOrNot.
- Fixed an issue where activation wouldn't work on Windows 10 ARM64. Thanks to @WitherOrNot.
- For Windows 10 ESU, selected 1Y and 2Y ESU options as well instead of only 3Y, to ensure compatibility.
- Updated the Windows 10 ESU editions list as per build 19045.5552 (ServerRdsh added, IoTEnterpriseS removed).
- Added support for Office 365 15.0 because phone licenses are available.
- Converted Office HomeStudentARM IDs to Mondo since phone licenses aren't available for them.
- Added support for external `LibTSforge.dll` if found in the `BIN` folder next to the script.
- Fixed an issue where Office did not require activation but TSforge would still show a phone license missing error.
#### **Ohook:**
- Ohook activation now supports OSPP-based Office versions as well, meaning all Office versions are now supported on Windows Vista/Server 2008 and later.
- Thanks to @abbodi1406 and @asdcorp.
#### **Online KMS:**
- Online KMS activation now supports Windows and Office from Windows Vista/Server 2008 onward.
#### **Check Activation Status:**
- Added updated CAS by @abbodi1406:
- Faster PInvoke native method imports from the Software Licensing Client DLL.
- Displays more information for all supported Windows and Office versions.
- Implements "Client Licensing Check" for Windows 7 and Vista.
#### **All:**
- Simplified code related to disabling QuickEdit and avoiding the Terminal app.
- Fixed issues with WPA key check logic.
- Fixed MSI Office detection issues for Visio and a few other products.
- Corrected an issue where the `SharedComputerLicensing` registry key was incorrectly added on Server editions for older Office retail versions.
- Improved help messages.
- Various other fixes and improvements.
------------------------------------------------------------------------
## 3.0
**The Forge Awakens**

View File

@ -22,12 +22,12 @@ Support
-------
| | HWID | Ohook | KMS38 | Online KMS | TSforge (ZeroCID) |
| --- | :---: | :---: | :---: | :---: | :---: |
| Windows 7 / 8 / 8.1 | ❌ | ❌ | ❌ | ✅[^3] | ✅ |
| Windows Vista / 7 / 8 / 8.1 | ❌ | ❌ | ❌ | ✅[^3] | ✅ |
| Windows 10 / 11 | ✅ | ❌ | ✅[^3] | ✅[^3] | ✅ |
| Windows Server 2008 R2 / 2012 / 2012 R2 | ❌ | ❌ | ❌ | ✅ | ✅ |
| Windows Server 2008 / 2008 R2 / 2012 / 2012 R2 | ❌ | ❌ | ❌ | ✅ | ✅ |
| Windows Server 2016 and later | ❌ | ❌ | ✅ | ✅ | ✅ |
| Office 2010 | ❌ | | ❌ | ✅[^3] | ❌ |
| Office 2013 and later | ❌ | ✅[^4] | ❌ | ✅[^3] | ✅[^5] |
| Office 2010 | ❌ | | ❌ | ✅[^3] | ❌ |
| Office 2013 and later | ❌ | ✅ | ❌ | ✅[^3] | ✅[^4] |
| Windows / Office KMS Host | ❌ | ❌ | ❌ | ❌ | ✅ |
| Windows Extended Security Updates | ❌ | ❌ | ❌ | ❌ | ✅ |
| OCUR / RP / APPXLOB addons | ❌ | ❌ | ❌ | ❌ | ✅ |
@ -37,5 +37,4 @@ Support
[^1]: Valid until the year 2038.
[^2]: Valid for 180 days by default. Permanent with renewal task installed.
[^3]: Volume activation capable editions only.
[^4]: Supported only on Windows 8 and later.
[^5]: Supported only on Windows 8 and later; subscription editions are not supported.
[^4]: Supported only on Windows 8 and later; subscription editions are not supported.

View File

@ -7,14 +7,6 @@ However, if you would like to support us, you can do so in non-financial ways.
At the moment, we don't need any help with coding.
## Help Fight Malware & Fake Content
If you search for ways to activate Windows or Office for free on Google or YouTube, you may come across malware disguised as real activators.
While removing such content from websites is challenging, taking down fraudulent YouTube videos is easier—all it takes is enough reports against them.
- Check [this list](https://gist.githubusercontent.com/WindowsAddict/a2eb95d2a88e403fa4dda2f0bbac9065/raw) of fraudulent YouTube videos
- **Report** these videos and channels to help make the internet a safer place.
---
We will update this list as needed in the future.

View File

@ -4,32 +4,32 @@ The MAS project wouldn't be possible without the kind help and use of other hono
### Activation Methods Contributions
| Activation Methods | Contributors |
|--------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| HWID | [**asdcorp**](https://github.com/asdcorp) - [Original HWID method](https://nsaneforums.com/topic/316668-microsoft-activation-scripts/page/29/#comment-1497887), Reinvented HWID after [free upgrade block](https://devicepartner.microsoft.com/en-us/communications/comm-windows-ends-installation-path-for-free-windows-7-8-upgrade), [GamersOsState](https://github.com/asdcorp/GamersOsState), [Integrated_Patcher](https://github.com/asdcorp/Integrated_Patcher_3) <br /> [**May**](https://github.com/ave9858) - Universal Ticket for HWID <br /> [**vyvojar**](https://github.com/vyvojar) - [slshim](https://app.box.com/s/y71tpcamofcg6zv6k7by6gaex6om3q4d) (Not in use anymore) <br /> [**sponpa, leitek8**](https://nsaneforums.com/topic/316668-microsoft-activation-scripts/page/21/?tab=comments#comment-1431257) - slc.dll Improvements (Not in use anymore) |
| Ohook | [**asdcorp**](https://github.com/asdcorp/ohook) |
| TSforge | **Core Research and Development** <br /> [**WitherOrNot**](https://github.com/WitherOrNot) - Lead tool development, reverse engineering, testing <br /> [**asdcorp**](https://github.com/asdcorp) - Initial demonstrations, reverse engineering, tool development, testing <br /> [**abbodi1406**](https://github.com/abbodi1406) - Reverse engineering, development, testing <br /> [**Lyssa**](https://github.com/thecatontheceiling) - Reverse engineering, tool development, testing <br /> <br /> **Other Contributions** <br /> [**May**](https://github.com/ave9858) - Code formatting, build setup <br /><br /> **Special Thanks** <br /> [**BetaWiki**](https://betawiki.net/) - Documenting beta builds used for reverse engineering <br /> [**Rairii**](https://github.com/Wack0) - Assistance with initial reverse engineering efforts |
| KMS38 | [**asdcorp**](https://github.com/asdcorp) - Original KMS38 method <br /> [**May**](https://github.com/ave9858) - Universal Ticket for KMS38 |
| Online KMS | [**WindowsAddict**](https://github.com/WindowsAddict) - Forked [abbodi1406's](https://github.com/abbodi1406) [KMS_VL_ALL](https://github.com/abbodi1406/KMS_VL_ALL_AIO) <br /><br /> **Acknowledgements** <br /> [**MDL Forums**](https://forums.mydigitallife.net/forums/51/) - The home of KMS emulators <br /> [**Hotbird64**](https://forums.mydigitallife.net/threads/50234/) - The resourceful vlmcsd tool, and KMSEmulator source development |
| Activation Methods | Contributors |
|--------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| HWID | [**asdcorp**](https://github.com/asdcorp) - [Original HWID method](https://nsaneforums.com/topic/316668-microsoft-activation-scripts/page/29/#comment-1497887), Reinvented HWID after [free upgrade block](https://devicepartner.microsoft.com/en-us/communications/comm-windows-ends-installation-path-for-free-windows-7-8-upgrade), [GamersOsState](https://github.com/asdcorp/GamersOsState), [Integrated_Patcher](https://github.com/asdcorp/Integrated_Patcher_3) <br /> [**May**](https://github.com/ave9858) - Universal Ticket for HWID <br /> [**vyvojar**](https://github.com/vyvojar) - [slshim](https://app.box.com/s/y71tpcamofcg6zv6k7by6gaex6om3q4d) (Not in use anymore) <br /> [**sponpa, leitek8**](https://nsaneforums.com/topic/316668-microsoft-activation-scripts/page/21/?tab=comments#comment-1431257) - slc.dll Improvements (Not in use anymore) |
| Ohook | [**asdcorp**](https://github.com/asdcorp/ohook) |
| TSforge | **Core Research and Development** <br /> [**WitherOrNot**](https://github.com/WitherOrNot) - Lead tool development, reverse engineering, testing <br /> [**asdcorp**](https://github.com/asdcorp) - Initial demonstrations, reverse engineering, tool development, testing <br /> [**abbodi1406**](https://github.com/abbodi1406) - Reverse engineering, development, testing <br /> [**Lyssa**](https://github.com/thecatontheceiling) - Reverse engineering, tool development, testing <br /> <br /> **Other Contributions** <br /> [**Emma (IPG)**](https://github.com/InvoxiPlayGames) - Vista [SPSys IOCTLs](https://github.com/InvoxiPlayGames/vistaspctl) and physical store format <br /> [**May**](https://github.com/ave9858) - Code formatting, build setup <br /><br /> **Special Thanks** <br /> [**BetaWiki**](https://betawiki.net/) - Documenting beta builds used for reverse engineering <br /> [**Rairii**](https://github.com/Wack0) - Assistance with initial reverse engineering efforts |
| KMS38 | [**asdcorp**](https://github.com/asdcorp) - Original KMS38 method <br /> [**May**](https://github.com/ave9858) - Universal Ticket for KMS38 |
| Online KMS | [**WindowsAddict**](https://github.com/WindowsAddict) - Forked [abbodi1406's](https://github.com/abbodi1406) [KMS_VL_ALL](https://github.com/abbodi1406/KMS_VL_ALL_AIO) <br /><br /> **Acknowledgements** <br /> [**MDL Forums**](https://forums.mydigitallife.net/forums/51/) - The home of KMS emulators <br /> [**Hotbird64**](https://forums.mydigitallife.net/threads/50234/) - The resourceful vlmcsd tool, and KMSEmulator source development |
### MASSGRAVE R&D
| Entity | Contribution |
|---------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [asdcorp](https://github.com/asdcorp) | [[HWID/KMS38](https://nsaneforums.com/topic/316668-microsoft-activation-scripts/page/29/#comment-1497887)] [Reinvented HWID after [free upgrade block](https://devicepartner.microsoft.com/en-us/communications/comm-windows-ends-installation-path-for-free-windows-7-8-upgrade)] [[TSforge](https://github.com/massgravel/TSforge)] [[GamersOsState](https://github.com/asdcorp/GamersOsState)] [[Integrated_Patcher](https://github.com/asdcorp/Integrated_Patcher_3)] [[Rearm](https://github.com/asdcorp/rearm)] [[Set-WindowsCbsEdition](https://github.com/asdcorp/Set-WindowsCbsEdition)] [[clic](https://github.com/asdcorp/clic)] [RE and tool development] [Branding materials] [Great help] |
| [WitherOrNot](https://github.com/WitherOrNot) | [[TSforge](https://github.com/massgravel/TSforge)] [[winkeycheck](https://github.com/WitherOrNot/winkeycheck)] [[Keyhole](https://massgrave.dev/blog/keyhole)] [[warbird-docs](https://github.com/WitherOrNot/warbird-docs)] [RE and tool development] |
| [abbodi1406](https://github.com/abbodi1406) | [[TSforge](https://github.com/massgravel/TSforge)] [[CAS](https://gravesoft.dev/cas)] [[KMS_VL_ALL](https://github.com/abbodi1406/KMS_VL_ALL_AIO) (Online KMS is a fork of it)] [RE and tool development] [Enormous help and problem solving] |
| [awuctl](https://github.com/awuctl) | [[hwid-stuff](https://github.com/massgravel/hwid-stuff)] [[licensing-stuff](https://github.com/awuctl/licensing-stuff)] [[info](https://github.com/massgravel/activation)] [[MVS Dump](https://github.com/awuctl/mvs)] [RE and tool development] (Currently retired) |
| [Lyssa](https://github.com/thecatontheceiling) | [Official mascot] [[TSforge](https://github.com/massgravel/TSforge)] [RE and tool development] |
| [May](https://github.com/ave9858) | [Universal Ticket for HWID/KMS38] [DISM Api method to change Windows edition] [[CleanOffice.ps1](https://gist.github.com/ave9858/9fff6af726ba3ddc646285d1bbf37e71)] [[Keyhole](https://massgrave.dev/blog/keyhole)] [RE and tool development] [Great help] |
| Entity | Contribution |
|------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [asdcorp](https://github.com/asdcorp) | [[HWID/KMS38](https://nsaneforums.com/topic/316668-microsoft-activation-scripts/page/29/#comment-1497887)] [Reinvented HWID after [free upgrade block](https://devicepartner.microsoft.com/en-us/communications/comm-windows-ends-installation-path-for-free-windows-7-8-upgrade)] [[TSforge](https://github.com/massgravel/TSforge)] [[GamersOsState](https://github.com/asdcorp/GamersOsState)] [[Integrated_Patcher](https://github.com/asdcorp/Integrated_Patcher_3)] [[Rearm](https://github.com/asdcorp/rearm)] [[Set-WindowsCbsEdition](https://github.com/asdcorp/Set-WindowsCbsEdition)] [[clic](https://github.com/asdcorp/clic)] [RE and tool development] [Branding materials] [Great help] |
| [WitherOrNot](https://github.com/WitherOrNot) | [[TSforge](https://github.com/massgravel/TSforge)] [[winkeycheck](https://github.com/WitherOrNot/winkeycheck)] [[Keyhole](https://massgrave.dev/blog/keyhole)] [[warbird-docs](https://github.com/WitherOrNot/warbird-docs)] [RE and tool development] |
| [abbodi1406](https://github.com/abbodi1406) | [[TSforge](https://github.com/massgravel/TSforge)] [[CAS](https://gravesoft.dev/cas)] [[KMS_VL_ALL](https://github.com/abbodi1406/KMS_VL_ALL_AIO) (Online KMS is a fork of it)] [RE and tool development] [Enormous help and problem solving] |
| [awuctl](https://github.com/awuctl) | [[hwid-stuff](https://github.com/massgravel/hwid-stuff)] [[licensing-stuff](https://github.com/awuctl/licensing-stuff)] [[info](https://github.com/massgravel/activation)] [[MVS Dump](https://github.com/awuctl/mvs)] [RE and tool development] (Currently retired) |
| [Lyssa](https://github.com/thecatontheceiling) | [Official mascot] [[TSforge](https://github.com/massgravel/TSforge)] [RE and tool development] |
| [May](https://github.com/ave9858) | [Universal Ticket for HWID/KMS38] [DISM Api method to change Windows edition] [[CleanOffice.ps1](https://gist.github.com/ave9858/9fff6af726ba3ddc646285d1bbf37e71)] [[Keyhole](https://massgrave.dev/blog/keyhole)] [RE and tool development] [Great help] |
| [WindowsAddict](https://github.com/WindowsAddict) | MAS Author
### Other Contributions
| Entity | Contribution |
|-----------------------------------------------------------------------------|--------------------------------------------------------------------|
| [Enthousiast](https://forums.mydigitallife.net/members/enthousiast.104688/) | ISO uploads |
| Entity | Contribution |
|-----------------------------------------------------------------------------|------------------------------------------------------|
| [Enthousiast](https://forums.mydigitallife.net/members/enthousiast.104688/) | ISO uploads |
| [BetaWiki](https://betawiki.net/) | Documenting beta builds used for reverse engineering |
| [MDL Forums](https://forums.mydigitallife.net/forums/51/) | Helpful resources |
| [MDL Forums](https://forums.mydigitallife.net/forums/51/) | Helpful resources |
And thanks to the MAS users for their interest, feedback, and assistance. ❤️

View File

@ -65,8 +65,8 @@ Yes.
#### How is MAS able to activate?
Read activation details in the Docs section.
#### Does MAS work for Windows 7/8.1?
Yes, TSforge and online KMS options work on Windows 7/8.1.
#### Does MAS work for Windows Vista/7/8.1?
Yes, TSforge, Ohook, and online KMS options work on Windows Vista/7/8.1.
#### How can I donate or contribute to the project?
The MASSGRAVE project doesn't accept donations and it's free.

View File

@ -36,7 +36,7 @@ irm https://massgrave.dev/get | iex
:::
#### Method 2 - Traditional (Windows 7 and later)
#### Method 2 - Traditional (Windows Vista and later)
<details>
<summary>Click here to view</summary>
@ -55,6 +55,11 @@ or
---
- **[Office for macOS](office_for_mac.md)**
- To run the scripts in unattended mode, check [here](command_line_switches.md).
---
### Not working ❓
- If you are **unable to launch MAS** using the PowerShell method, please refer to **Method 2** above.
@ -75,7 +80,7 @@ or
## MAS Latest Release
Last Release - v3.0 (14-Feb-2025)
Last Release - v3.1 (29-Apr-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

@ -1,5 +1,8 @@
# News
### [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)
### [14-Feb-25] MAS 3.0 update is released
A new method "TSforge" is added, for details check the [changelog](changelog.md)

View File

@ -3,7 +3,7 @@
## Overview
- How to use it? Please find the instructions [here](intro.md#how-to-activate-windows--office).
- This activation method can activate all kinds of Office versions on Windows 8 and higher and their Server equivalent except Office 2010 and Office UWP apps.
- This activation method can activate all kinds of Office versions on Windows Vista and higher and their Server equivalent except Office UWP apps.
- This activation method works offline and activates Office permanently.
- This activation method can survive Office repairs, Office updates, and even Windows major feature upgrades. You do not need to reactivate in these cases.
- For the O365 subscription version, you can't get server side O365 specific features such as 1TB storage in Onedrive. However, almost all other features and 5GB storage in free onedrive account would work fine.
@ -13,6 +13,8 @@
## How does it work?
#### For SPP based Office:
![](/img/MAS-before-ohook.svg)
- As illustrated in the above 1st image, in the Official activation process of SPP based Office, Office asks `C:\Windows\System32\sppc.dll` about the activation status and that file asks the same thing to SPP (Software Protection Platform) `C:\Windows\System32\sppsvc.exe` and returns the message back to Office.
@ -26,7 +28,64 @@
## Supported Products
TL;DR all kinds of Office products are supported on Windows 8 and higher and their Server equivalent except Office 2010 and Office UWP apps.
TL;DR all kinds of Office products are supported on Windows Vista and higher and their Server equivalent except Office UWP apps.
### Office 2010 (14.0)
| Office Version | Office Product | Blocked keys sourced from the Internet | Key Type |
|----------------|---------------------------------------------------------------------|----------------------------------------|----------|
| v14.0 (2010) | AccessR | 7KTYC-XR43P-C3MRW-BJKFD-XBYPG | Retail |
| v14.0 (2010) | AccessRuntimeR | 7XHPQ-BQMYG-YBP49-CY8B2-T8CGQ | ByPass |
| v14.0 (2010) | AccessVL | 89RTQ-MT4GK-6CPTX-WWP7C-J9KXR | MAK |
| v14.0 (2010) | ExcelVL | 39TRR-C2F37-9WYJ2-MJQXH-B938K | MAK |
| v14.0 (2010) | GrooveVL | RCGT3-FPQDV-H49CD-PPDBF-TH47G | MAK |
| v14.0 (2010) | HomeBusinessR [HomeBusinessDemoR] | 3YR9B-D9W79-BY66R-R8XYP-QYYYY | Retail |
| v14.0 (2010) | HomeStudentR [HomeStudentDemoR] | 3X43R-HHHXX-FRHRW-2M2WJ-8VPHD | Retail |
| v14.0 (2010) | InfoPathR | XDGJY-KFHW9-JWX9X-YM4GW-GC8WR | Retail |
| v14.0 (2010) | InfoPathVL | 6GKT2-KMJPK-4RRBF-8VQKB-JB6G6 | MAK |
| v14.0 (2010) | OneNoteR [HSOneNoteR] | 2TG3P-9DB76-4YT99-8RXGD-CWXBP | Retail |
| v14.0 (2010) | OneNoteVL | CV64P-F4VRH-BJ33D-PH6MR-X69RY | MAK |
| v14.0 (2010) | OutlookVL | J8C9M-YXMH2-9CX44-2C3YG-V7692 | MAK |
| v14.0 (2010) | PersonalR [PersonalDemoR,PersonalPrepaidR] | GMBWM-WVX26-7WHV4-DB43D-WVDY2 | Retail |
| v14.0 (2010) | PowerPointVL | HPBQP-RJHDR-Q3472-PT9Q6-PBB72 | MAK |
| v14.0 (2010) | ProfessionalR [ProfessionalAcadR,ProfessionalDemoR,OEM-SingleImage] | 367X9-9HP9R-TKHY6-DH4QH-K9PY7 | Retail |
| v14.0 (2010) | ProjectProR [ProjectProMSDNR] | 6JD4G-KRW3J-48MGV-DM6FC-T9WKR | Retail |
| v14.0 (2010) | ProjectProVL | 3XDTH-MMGJ6-F9MKX-THP8D-G9BP7 | MAK |
| v14.0 (2010) | ProjectStdR | 2W96V-RTQ9R-2BPVT-PT8H9-MV68T | Retail |
| 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) | 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 |
| v14.0 (2010) | StandardR [StandardMSDNR][KeyisforMSDNR] | W3BTX-H6BW7-Q6DFW-BXFFY-8RVJP | Retail |
| v14.0 (2010) | StandardVL [StandardAcadVL] | 2XTQP-GDR7C-GTXPC-6W6PV-4RXGC | MAK |
| v14.0 (2010) | StarterR | VXHHB-W7HBD-7M342-RJ7P8-CHBD6 | ByPass |
| v14.0 (2010) | VisioSIR Prem[Pro,Std] | 2RDPT-WPYQM-C2WXF-BTPDW-2J2HM | Retail |
| v14.0 (2010) | VisioSIVL Prem[Pro,Std] | 7PKFT-X2MKQ-GT6X2-8CB2W-CHC9K | MAK |
| v14.0 (2010) | WordVL | 6J3XK-DFKGK-X373V-QJHYM-V3FC2 | MAK |
We couldn't find any keys (blocked/generic doesn't matter) for these Office 2010 products. If you have them, please share with us.
```
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]
98677603-a668-4fa4-9980-3f1f05f78f69 Retail PublisherR
db3bbc9c-ce52-41d1-a46f-1a1d68059119 Retail WordR_[HSWordR]
dbe3aee0-5183-4ff7-8142-66050173cb01 Retail SmallBusBasicsR_[SmallBusBasicsMSDNR]
```
These installers are not publicly available, so it doesn't matter if we don't have their keys.
```
19316117-30a8-4773-8fd9-7f7231f4e060 SubPrepid HomeBusinessSubR
4d06f72e-fd50-4bc2-a24b-d448d7f17ef2 SubPrepid ProjectProSubR
e98ef0c0-71c4-42ce-8305-287d8721e26c SubPrepid ProPlusSubR
14f5946a-debc-4716-babc-7e2c240fec08 Retail MondoR
533b656a-4425-480b-8e30-1a2358898350 MAK MondoVL
```
### Office 2013 (15.0)
@ -267,7 +326,8 @@ TL;DR all kinds of Office products are supported on Windows 8 and higher and the
- For the O365 subscription version, you can't get server side O365 specific features such as 1TB storage in Onedrive. However, almost all other features and 5GB storage in free onedrive account would work fine.
- Script doesn't convert any product to Volume or vice-versa. All products are activated with their own licence.
- Key preference is given in this order, Retail:TB:Sub > Retail > OEM:NONSLP > Volume:MAK > Volume:GVLK
- For Office 2013 and later, key preference is given in this order, Retail:TB:Sub > Retail > OEM:NONSLP > Volume:MAK > Volume:GVLK
- For Office 2010, key preference is given in this order, Retail > Volume:MAK
:::
@ -275,13 +335,8 @@ TL;DR all kinds of Office products are supported on Windows 8 and higher and the
## Unsupported Products
- Office on Windows 7 and their Server equivalent
- Office 2010
- Office UWP (Store apps)
**Note:**
- Theoretically Office on Windows 7 and Office 2010 can be activated with Ohook but these versions require changing Office registry keys and renaming Office file names, that is why we have not added support for it. We recommend to use KMS activation for them.
Use TSforge activation option for this.
------------------------------------------------------------------------

View File

@ -217,6 +217,27 @@ If you don't want to install this renewal task, you can turn off the "Renewal Ta
| ServerWebCore | 6TPJF-RBVHG-WBW2R-86QPH-6RTM4 |
| ServerEmbeddedSolution | 736RG-XDKJK-V34PF-BHK87-J6X3K |
### Windows Vista
| EditionID | Generic Volume License Key |
|-------------|-------------------------------|
| Enterprise | VKK3X-68KWM-X2YGT-QR4M6-4BWMV |
| Business | YFKBB-PQJJV-G996G-VWGXY-2V3X8 |
| BusinessN | HMBQG-8H2RH-C77VX-27R82-VMQBT |
| EnterpriseN | VTC42-BM838-43QHV-84HX6-XJXKV |
### Windows Server 2008
| EditionID | Generic Volume License Key |
|----------------------|-------------------------------|
| ServerStandard | TM24T-X9RMF-VWXK6-X8JC9-BFGM2 |
| ServerDatacenter | 7M67G-PC374-GR742-YH8V4-TCBY3 |
| ServerEnterprise | YQGMW-MPWTJ-34KDK-48M3W-X4Q6V |
| ServerEnterpriseIA64 | 4DWFP-JF3DJ-B7DTH-78FJB-PDRHK |
| ServerWeb | WYR28-R7TFJ-3X2YQ-YCY4H-M249D |
| ServerComputeCluster | RCTX3-KWVHP-BR6TB-RB6DM-6X7HP |
| ServerStandardV | W7VD6-7JFBR-RX26B-YKQ3Y-6FFFJ |
| ServerDatacenterV | 22XQ2-VRXRG-P8D42-K34TD-G3QQC |
| ServerEnterpriseV | 39BXF-X8Q23-P2WWT-38T2F-G3FPG |
### Office 2010
| EditionID | Generic Volume License Key |
|------------------|-------------------------------|
@ -318,23 +339,23 @@ If you don't want to install this renewal task, you can turn off the "Renewal Ta
| Word2021Volume | TN8H9-M34D3-Y64V9-TR72V-X79KV |
### Office 2024
| EditionID | Generic Volume License Key |
|------------------------------|--------------------------------------------------|
| ProPlus2024Volume-Preview | 2TDPW-NDQ7G-FMG99-DXQ7M-TX3T2 |
| ProjectPro2024Volume-Preview | D9GTG-NP7DV-T6JP3-B6B62-JB89R |
| VisioPro2024Volume-Preview | YW66X-NH62M-G6YFP-B7KCT-WXGKQ |
| Access2024Volume | 82FTR-NCHR7-W3944-MGRHM-JMCWD |
| Excel2024Volume | F4DYN-89BP2-WQTWJ-GR8YC-CKGJG |
| Outlook2024Volume | D2F8D-N3Q3B-J28PV-X27HD-RJWB9 |
| PowerPoint2024Volume | CW94N-K6GJH-9CTXY-MG2VC-FYCWP |
| ProjectPro2024Volume | FQQ23-N4YCY-73HQ3-FM9WC-76HF4 |
| ProjectStd2024Volume | PD3TT-NTHQQ-VC7CY-MFXK3-G87F8 |
| ProPlus2024Volume | XJ2XN-FW8RK-P4HMP-DKDBV-GCVGB |
| SkypeforBusiness2024Volume | 4NKHF-9HBQF-Q3B6C-7YV34-F64P3 |
| Standard2024Volume | V28N4-JG22K-W66P8-VTMGK-H6HGR |
| VisioPro2024Volume | B7TN8-FJ8V3-7QYCP-HQPMV-YY89G |
| VisioStd2024Volume | JMMVY-XFNQC-KK4HK-9H7R3-WQQTV |
| Word2024Volume | MQ84N-7VYDM-FXV7C-6K7CC-VFW9J |
| EditionID | Generic Volume License Key |
|------------------------------|-------------------------------|
| ProPlus2024Volume-Preview | 2TDPW-NDQ7G-FMG99-DXQ7M-TX3T2 |
| ProjectPro2024Volume-Preview | D9GTG-NP7DV-T6JP3-B6B62-JB89R |
| VisioPro2024Volume-Preview | YW66X-NH62M-G6YFP-B7KCT-WXGKQ |
| Access2024Volume | 82FTR-NCHR7-W3944-MGRHM-JMCWD |
| Excel2024Volume | F4DYN-89BP2-WQTWJ-GR8YC-CKGJG |
| Outlook2024Volume | D2F8D-N3Q3B-J28PV-X27HD-RJWB9 |
| PowerPoint2024Volume | CW94N-K6GJH-9CTXY-MG2VC-FYCWP |
| ProjectPro2024Volume | FQQ23-N4YCY-73HQ3-FM9WC-76HF4 |
| ProjectStd2024Volume | PD3TT-NTHQQ-VC7CY-MFXK3-G87F8 |
| ProPlus2024Volume | XJ2XN-FW8RK-P4HMP-DKDBV-GCVGB |
| SkypeforBusiness2024Volume | 4NKHF-9HBQF-Q3B6C-7YV34-F64P3 |
| Standard2024Volume | V28N4-JG22K-W66P8-VTMGK-H6HGR |
| VisioPro2024Volume | B7TN8-FJ8V3-7QYCP-HQPMV-YY89G |
| VisioStd2024Volume | JMMVY-XFNQC-KK4HK-9H7R3-WQQTV |
| Word2024Volume | MQ84N-7VYDM-FXV7C-6K7CC-VFW9J |
:::info

View File

@ -8,8 +8,8 @@
- Once the system is activated, hardware can be changed arbitrarily without triggering de-activation.
- Internet is not required for this method.
- This activation method can activate any of the following products if a phone license is available and licensing is managed by the system's SPP. For example,
* Windows 7 and later
* Windows Server 2008 R2 and later
* Windows Vista and later
* Windows Server 2008 and later
* Office 2013 and later (requires Windows 8 or later)
* Windows addons (ESU, APPXLOB, etc.)
* Windows and Office KMS Hosts (CSVLK)
@ -54,12 +54,14 @@
This activation method can activate any of the following products if a phone license is available and licensing is managed by the system's SPP.
- **Windows**
- Windows Vista
- Windows 7
- Windows 8
- Windows 8.1
- Windows 10
- Windows 11
- **Windows Server**
- Windows Server 2008
- Windows Server 2008 R2
- Windows Server 2012
- Windows Server 2012 R2
@ -78,6 +80,7 @@ This activation method can activate any of the following products if a phone lic
- **Windows 7** (Enterprise, Professional, Ultimate and their E/N variants)
- **Windows Embedded POSReady 7** (Embedded)
- **Windows Embedded Standard 7** (Embedded)
- **Windows Server 2008** (ServerDatacenter, ServerStandard, ServerEnterprise and their V/Core/VCore variants)
- **Windows Server 2008 R2** (ServerDatacenter, ServerStandard, ServerEnterprise and their V/Core/VCore variants)
- **Windows Server 2012** (ServerDatacenter, ServerStandard and their Core variants)
- **Windows 8.1** (Enterprise, Professional, EmbeddedIndustry and their E/N variants)
@ -91,8 +94,8 @@ This activation method can activate any of the following products if a phone lic
- **Others** (Can be selected from the manual option)
- OCUR
- **KMS Hosts** (CSVLK)
- Windows 7 and later
- Windows Server 2008 R2 and later
- Windows Vista and later
- Windows Server 2008 and later
- Office 2010 and later
:::info
@ -105,18 +108,89 @@ This activation method can activate any of the following products if a phone lic
------------------------------------------------------------------------
## Keys
TSforge activation generates keys for PKey2009-based products and sets product key data for PKey2005-based products.
However, it cannot handle keys for Windows Vista and Windows Server 2008. That is why only the keys for these products are listed here.
Keys aren't available for these editions, but since the editions themselves aren't publicly available, it doesn't matter.
```
a797d61e-1475-470b-86c8-f737a72c188d StarterN
5e9f548a-c8a9-44e6-a6c2-3f8d0a7a99dd ServerComputeClusterV
```
### Windows Vista
| Edition | Generic Key | Key Type |
|--------------|-------------------------------|----------|
| Business | 4D2XH-PRBMM-8Q22B-K8BM3-MRW4W | Retail |
| BusinessN | 76884-QXFY2-6Q2WX-2QTQ8-QXX44 | Retail |
| Enterprise | YQPQV-RW8R3-XMPFG-RXG9R-JGTVF | Retail |
| EnterpriseN | Q7J9R-G63R4-BFMHF-FWM9R-RWDMV | Retail |
| HomeBasic | RCG7P-TX42D-HM8FM-TCFCW-3V4VD | Retail |
| HomeBasicN | HY2VV-XC6FF-MD6WV-FPYBQ-GFJBT | Retail |
| HomePremium | X9HTF-MKJQQ-XK376-TJ7T4-76PKF | Retail |
| HomePremiumN | KJ6TP-PF9W2-23T3Q-XTV7M-PXDT2 | Retail |
| Starter | X9PYV-YBQRV-9BXWV-TQDMK-QDWK4 | Retail |
| Ultimate | VMCB9-FDRV6-6CDQM-RV23K-RP8F7 | Retail |
| UltimateN | CVX38-P27B4-2X8BT-RXD4J-V7CKX | Retail |
### Windows Server 2008
| Edition | Generic Key | Key Type |
|--------------------------------|-------------------------------|------------|
| ServerComputeCluster | 24FV9-H7JW8-C8Q6X-BQKMK-K977J | Retail |
| ServerDatacenter | 6QBHY-DXTPJ-T9W3P-DTJXX-4VQMB | Retail |
| ServerDatacenterV | 83TWG-TD3TC-HRDP2-K93FJ-Y34YC | OEM:NONSLP |
| ServerEnterprise | MRB7H-QJRHG-FXTBR-B2Q2M-8WMTJ | Retail |
| ServerEnterpriseIA64 | H4VB6-QPRWH-VDCYM-996P8-MHKFY | OEM:NONSLP |
| ServerEnterpriseV | H8H7M-HDPQT-PJHQF-M7B83-9CVGV | Retail |
| ServerHomePremium | RGBMC-PQBVF-94Q9K-HD63B-VY6MP | Retail |
| ServerHomeStandard | 6C8KR-MD3QK-9GWFW-44CY2-W9CBM | Retail |
| ServerMediumBusinessManagement | 7XRBY-6MP2K-VQPT8-F37JV-YYQ83 | Retail |
| ServerMediumBusinessMessaging | 6PDTD-JK48J-662TF-8J2QV-R4CRB | Retail |
| ServerMediumBusinessSecurity | D694V-CMWKH-PY92X-PFQKQ-JCB69 | Retail |
| ServerSBSPremium | MRDK3-YYQF3-88BQJ-D6FJG-69YJY | Retail |
| ServerSBSPrime | 2KB23-GJRBD-W3T9C-6CH2W-39B7V | Retail |
| ServerSBSStandard | H4XDD-B27GY-667P6-XWVV7-GYG8J | Retail |
| ServerStandard | 8YVM4-YQBDH-7WDQM-R27WR-WVCWG | Retail |
| ServerStandardV | H9MW3-6V7GK-94P9G-7FTPJ-VKCKF | Retail |
| ServerStorageEnterprise | 2264C-TD9T8-P8HPW-CC9GH-MHM2V | Retail |
| ServerStorageExpress | RCYMT-YX342-8T6YY-XYHYC-3DD7X | Retail |
| ServerStorageStandard | FKFT2-WXYY9-WBPY7-6YMY4-X48JF | Retail |
| ServerStorageWorkgroup | 8X9J7-HCJ7J-3WDJT-QM7D8-464YH | Retail |
| ServerWeb | BGT39-9FYH7-X2CYD-T628F-QPQPW | Retail |
| ServerWinSB | HPH76-FHFPP-DRW9D-7W2V4-HWGKT | Retail |
| ServerWinSBV | 2V8G6-KRXYR-MMGXJ-6RWM3-GXCCG | Retail |
### Windows Server 2008 ESU
| ESU Version | Blocked key sourced from the Internet | Key Type |
|---------------|---------------------------------------|------------|
| Server-ESU-PA | 9FPV7-MWGT8-7XPDF-JC23W-WT7TW | Volume:MAK |
### KMS Host - Windows Vista
| Editions | Blocked keys sourced from the Internet | Key Type |
|-------------------------------------------|----------------------------------------|--------------|
| Business, Enterprise and their N editions | TWVG3-9Q4P8-W9XJF-Y76FJ-DWQ4R | Volume:CSVLK |
### KMS Host - Windows Server 2008
| Editions | Blocked keys sourced from the Internet | Key Type |
|-----------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------|--------------|
| ServerComputeCluster, ServerDatacenter, <br /> ServerEnterprise, ServerEnterpriseIA64, <br /> ServerStandard, ServerWeb <br /> and their V editions | BHC4Q-6D7B7-QMVH7-4MKQH-Y9VK7 | Volume:CSVLK |
| ServerComputeCluster, ServerEnterprise, <br /> ServerStandard, ServerWeb <br /> and their V editions | PVGKG-2R7XQ-7WTFD-FXTJR-DQBQ3 | Volume:CSVLK |
| ServerComputeCluster, ServerWeb | KH4PC-KJFX6-XFVHQ-GDK2G-JCJY9 | Volume:CSVLK |
------------------------------------------------------------------------
## Unsupported Products
This activation method does not work if a phone license is not available or if licensing is not managed by the system's SPP.
- **Windows Vista / Server 2008**
- You can use these [alternative options](unsupported_products_activation.md#windows-vista) to activate.
- **Office on Windows 7**
- Its licensing is based on OSPP, not SPP.
- You can use Online KMS option in MAS to activate it.
- You can use Ohook option in MAS to activate it.
- **Office 2010**
- Its licensing is based on OSPP, not SPP.
- You can use Online KMS option in MAS to activate it.
- You can use Ohook option in MAS to activate it.
- **Office 365**
- Phone activation license is not available. TSforge option will install Mondo 2016 license (feature-wise equivalent to 365) instead to activate Office.
- You can use Ohook option in MAS to activate it.
@ -132,8 +206,6 @@ This activation method does not work if a phone license is not available or if l
:::info
**Windows Vista:** Unlike Windows 7, Vista SPSys constantly holds an exclusive handle to the physical store, preventing user-mode programs from writing to it. This has prevented us from adding support for it.
**OSPP based Office:** Physical store is stored in the registry in a format that has not yet been reverse engineered.
:::
@ -162,6 +234,7 @@ This activation method does not work if a phone license is not available or if l
| Windows Version | Supported Editions List | ESU Period | Minimum Required Updates |
|------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Windows Server 2008 | ServerDatacenter, ServerStandard, ServerEnterprise <br /> and their V/Core/VCore variants | [6 Years](https://web.archive.org/web/20170331081347/https://blogs.technet.microsoft.com/hybridcloud/2017/03/01/now-available-windows-server-premium-assurance-and-sql-server-premium-assurance/) with Premium Assurance License <br /> Jan 2020 to Jan 2026 | Windows Server 2008 SP2 <br /> + <br /> KB4493730 [x64](https://catalog.s.download.windowsupdate.com/d/msdownload/update/software/secu/2019/04/windows6.0-kb4493730-x64_5cb91f4e9000383f061b80f88feffdf228c2443c.msu)-[x86](https://catalog.s.download.windowsupdate.com/d/msdownload/update/software/secu/2019/04/windows6.0-kb4493730-x86_ab4368f19db796680ff445a7769886c4cdc009a0.msu) <br /> KB4474419 [x64](https://catalog.s.download.windowsupdate.com/d/msdownload/update/software/secu/2019/09/windows6.0-kb4474419-v4-x64_09cb148f6ef10779d7352b7269d66a7f23019207.msu)-[x86](https://catalog.s.download.windowsupdate.com/d/msdownload/update/software/secu/2019/09/windows6.0-kb4474419-v4-x86_fd568cb47870cd8ed5ba10e1dd3c49061894030e.msu) <br /> **Reboot** <br /> KB5016891 [x64](https://catalog.s.download.windowsupdate.com/c/msdownload/update/software/secu/2022/08/windows6.0-kb5016891-x64_1b5f7e1030f5d229a7618c09f1617fd1ed00e90f.msu)-[x86](https://catalog.s.download.windowsupdate.com/c/msdownload/update/software/secu/2022/08/windows6.0-kb5016891-x86_cf3aef17f12a6dc85dd20a06e5ba9f4c882e286f.msu) |
| Windows 7 | Enterprise, Professional, Ultimate <br /> and their E/N variants | [3 Years](https://learn.microsoft.com/en-us/lifecycle/products/windows-7) <br /> Jan 2020 to Jan 2023 <br /><br /> 4-6 Years ESU is not officially supported, <br /> but you can manually install Server 2008 R2 x64 updates until Jan 2026 | Windows 7 SP1 <br /> + <br /> KB4490628 [x64](https://catalog.s.download.windowsupdate.com/c/msdownload/update/software/secu/2019/03/windows6.1-kb4490628-x64_d3de52d6987f7c8bdc2c015dca69eac96047c76e.msu)-[x86](https://catalog.s.download.windowsupdate.com/c/msdownload/update/software/secu/2019/03/windows6.1-kb4490628-x86_3cdb3df55b9cd7ef7fcb24fc4e237ea287ad0992.msu) <br /> KB4474419-v3 [x64](https://catalog.s.download.windowsupdate.com/c/msdownload/update/software/secu/2019/09/windows6.1-kb4474419-v3-x64_b5614c6cea5cb4e198717789633dca16308ef79c.msu)-[x86](https://catalog.s.download.windowsupdate.com/c/msdownload/update/software/secu/2019/09/windows6.1-kb4474419-v3-x86_0f687d50402790f340087c576886501b3223bec6.msu) <br /> **Reboot** <br /> KB5039339 [x64](https://catalog.s.download.windowsupdate.com/d/msdownload/update/software/secu/2024/06/windows6.1-kb5039339-x64_f62846508976a6e5325ab1dca0783f9b3a60a564.msu)-[x86](https://catalog.s.download.windowsupdate.com/d/msdownload/update/software/secu/2024/06/windows6.1-kb5039339-x86_fa942048bba2a167242451236f9daf00940588aa.msu) <br /> KB4575903 [x64](https://catalog.s.download.windowsupdate.com/d/msdownload/update/software/secu/2020/07/windows6.1-kb4575903-x64_b4d5cf045a03034201ff108c2802fa6ac79459a1.msu)-[x86](https://catalog.s.download.windowsupdate.com/d/msdownload/update/software/secu/2020/07/windows6.1-kb4575903-x86_5905c774f806205b5d25b04523bb716e1966306d.msu) <br /> KB3138612 [x64](https://catalog.s.download.windowsupdate.com/d/msdownload/update/software/updt/2016/02/windows6.1-kb3138612-x64_f7b1de8ea7cf8faf57b0138c4068d2e899e2b266.msu)-[x86](https://catalog.s.download.windowsupdate.com/d/msdownload/update/software/updt/2016/02/windows6.1-kb3138612-x86_6e90531daffc13bc4e92ecea890e501e807c621f.msu) <br /> KB5016892 [x64](https://catalog.s.download.windowsupdate.com/c/msdownload/update/software/secu/2022/08/windows6.1-kb5016892-x64_52b68ba8744cb47ddfcecd19238087625e1a5fbd.msu)-[x86](https://catalog.s.download.windowsupdate.com/c/msdownload/update/software/secu/2022/08/windows6.1-kb5016892-x86_ffb5b83149833e7f969f69e4f152fee5c1fdbc68.msu) |
| Windows 7 Embedded POSReady7 | Embedded | [3 Years](https://learn.microsoft.com/en-us/lifecycle/products/windows-embedded-posready-7) <br /> Oct 2021 to Oct 2024 | Same as Windows 7 minus KB5016892 |
| Windows 7 Embedded Standard | Embedded | [3 years](https://learn.microsoft.com/en-us/lifecycle/products/windows-embedded-standard-7) <br /> Oct 2020 to Oct 2023 | Same as Windows 7 minus KB5016892 |

View File

@ -14,20 +14,6 @@
------------------------------------------------------------------------
## Windows Vista
- Download Windows Vista - [Link](windows_vista_links.md)
- **Activation**
- MAS doesn't support Windows Vista.
- Business and Enterprise Editions can be activated with KMS-VL-ALL by qewlpal [Official thread](https://forums.mydigitallife.net/threads/kms-vl-all-online-offline-kms-activator-for-microsoft-products.63471/) | [Mirror](https://app.box.com/s/q0nyib6bfylosvbbm5x8ztg87vy0kl8a) (Use 7.2RC2 version from the mirror link)
- To activate other Windows Vista editions in,
- Non-UEFI/GPT systems - Use Windows Loader [Official thread](https://forums.mydigitallife.net/forums/windows-loader.39/) | [Mirror](https://app.box.com/s/bnchc6hten44adunlcpz9ya9j0uucfs2)
- UEFI-GPT systems - [EzWindSLIC](https://github.com/Dir3ctr1x/EzWindSLIC)
**Note:** loader/slic activators sometimes may cause the system boot issue.
------------------------------------------------------------------------
## Windows XP Pro VL
- Download Windows XP Pro VL - [Link](windows_xp_links.md)
@ -41,7 +27,7 @@
- Download Office 2010 VL - [Link](office_msi_links#office-2010-pro-plus)
- Activate with KMS-VL-ALL by qewlpal [Official thread](https://forums.mydigitallife.net/threads/kms-vl-all-online-offline-kms-activator-for-microsoft-products.63471/) | [Mirror](https://app.box.com/s/q0nyib6bfylosvbbm5x8ztg87vy0kl8a) (Use 7.2RC2 version from the mirror link)
**Note:** Online KMS option in MAS supports Office 2010 on Windows 7 and later versions.
**Note:** MAS supports Office on Windows Vista and later versions.
------------------------------------------------------------------------
@ -85,8 +71,14 @@ There is no validation during the activation of RDS licenses.
- Fill out the next page with your chosen values and click next
- The license wizard should report "The requested licenses have been successfully installed"
Alternatively, you can generate a key on the page below. It works on old Server versions as well.
Alternatively, you can generate a key on the page below. Use web browser option in activation process to get Product ID. It works on old Server versions as well.
Website:
https://thecatontheceiling.github.io/LyssaRDSGen/
Source code and details:
https://github.com/thecatontheceiling/LyssaRDSGen
https://gist.github.com/WitherOrNot/c34c4c7b893e89ab849ce04e007d89a9
------------------------------------------------------------------------

View File

@ -33,9 +33,9 @@ function CheckFile {
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
$URLs = @(
'https://raw.githubusercontent.com/massgravel/Microsoft-Activation-Scripts/313f240448953cd5fe3c5631f4e4de502f23fc9a/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=313f240448953cd5fe3c5631f4e4de502f23fc9a',
'https://git.activated.win/massgrave/Microsoft-Activation-Scripts/raw/commit/313f240448953cd5fe3c5631f4e4de502f23fc9a/MAS/All-In-One-Version-KL/MAS_AIO.cmd'
'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'
)
foreach ($URL in $URLs | Sort-Object { Get-Random }) {
@ -50,7 +50,7 @@ if (-not $response) {
}
# Verify script integrity
$releaseHash = '919F17B46BF62169E8811201F75EFDF1D5C1504321B78A7B0FB47C335ECBC1B0'
$releaseHash = '000DB2C899D009AFAFC19CF04A9BF5381F5520CB21395A29B0DB57483FA7A909'
$stream = New-Object IO.MemoryStream
$writer = New-Object IO.StreamWriter $stream
$writer.Write($response)