2.8
This commit is contained in:
parent
d7c686f046
commit
ff50cc5e15
@ -2,6 +2,21 @@
|
|||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
## 2.8
|
||||||
|
|
||||||
|
**UWP Office support and bug fixes**
|
||||||
|
|
||||||
|
- Added support for UWP Office activation in Online KMS
|
||||||
|
- Added an option to Add/Remove apps in change Office edition script
|
||||||
|
- Replaced generated GVLK with official GVLK for Office 2024 ProPlus, ProjectPro, and VisioPro
|
||||||
|
- Fixed an issue where the script would crash on Windows 10 ARM64 (because only x86 Powershell is available)
|
||||||
|
- Fixed an issue in fetching useraccounts SID list
|
||||||
|
- Fixed an issue where the excluded apps option wouldn't work in change Office edition script if the Office build is old. Thanks to @abbodi1406
|
||||||
|
- Fixed an issue where change Windows edition script wouldn't show the correct list if Windows is activated with a subscription license
|
||||||
|
- Various other minor fixes and improvements
|
||||||
|
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
## 2.7
|
## 2.7
|
||||||
|
|
||||||
**A new change Office edition script, rewritten Online KMS script and lots of improvements**
|
**A new change Office edition script, rewritten Online KMS script and lots of improvements**
|
||||||
|
@ -23,25 +23,20 @@ import TabItem from '@theme/TabItem';
|
|||||||
```
|
```
|
||||||
irm https://get.activated.win | iex
|
irm https://get.activated.win | iex
|
||||||
```
|
```
|
||||||
|
3. You will see the activation options. Choose [1] HWID for Windows activation. Choose [2] Ohook for Office activation.
|
||||||
|
4. That's all
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>More options</summary>
|
<summary>More options</summary>
|
||||||
|
|
||||||
- Alternatively, you can use the following (It will be retired Dec 31, 2024)
|
- Alternatively, you can use the following (It will be deprecated in the future.)
|
||||||
```
|
```
|
||||||
irm https://massgrave.dev/get | iex
|
irm https://massgrave.dev/get | iex
|
||||||
```
|
```
|
||||||
- On older Windows builds (17134 and before) you will need to run the below command before following the above steps,
|
|
||||||
```
|
|
||||||
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
|
|
||||||
```
|
|
||||||
- The URL `get.activated.win` might be blocked by some DNS services because it is a new domain.
|
- The URL `get.activated.win` might be blocked by some DNS services because it is a new domain.
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
3. You will see the activation options. Choose [1] HWID for Windows activation. Choose [2] Ohook for Office activation.
|
|
||||||
4. That's all
|
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem value="Method 2" label="Method 2 - Traditional (Windows 7 and later)" default>
|
<TabItem value="Method 2" label="Method 2 - Traditional (Windows 7 and later)" default>
|
||||||
|
|
||||||
@ -69,7 +64,7 @@ irm https://massgrave.dev/get | iex
|
|||||||
|
|
||||||
## MAS Latest Release
|
## MAS Latest Release
|
||||||
|
|
||||||
Last Release - v2.7 (6-Sep-2024)
|
Last Release - v2.8 (9-Nov-2024)
|
||||||
[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)
|
[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)
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
# News
|
# News
|
||||||
|
|
||||||
|
### [9-Nov-24] MAS 2.8 update is released
|
||||||
|
[changelog](changelog.md)
|
||||||
|
|
||||||
### [1-Nov-24] Guide: Windows 10 Updates After End-Of-Life
|
### [1-Nov-24] Guide: Windows 10 Updates After End-Of-Life
|
||||||
https://massgrave.dev/windows10_eol
|
https://massgrave.dev/windows10_eol
|
||||||
|
|
||||||
@ -13,7 +16,8 @@ https://massgrave.dev/genuine-installation-media
|
|||||||
### [18-Sep-24] Added: September updated ISO's for Windows 10/11/Server 2022
|
### [18-Sep-24] Added: September updated ISO's for Windows 10/11/Server 2022
|
||||||
https://massgrave.dev/genuine-installation-media
|
https://massgrave.dev/genuine-installation-media
|
||||||
|
|
||||||
### [6-Sep-24] MAS 2.7 update is released, [changelog](changelog.md)
|
### [6-Sep-24] MAS 2.7 update is released
|
||||||
|
[changelog](changelog.md)
|
||||||
Also, the MASSGRAVE blog is now live
|
Also, the MASSGRAVE blog is now live
|
||||||
|
|
||||||
### [30-Aug-24] Extend expiry date of massgrave.dev/get to 31/12/2024
|
### [30-Aug-24] Extend expiry date of massgrave.dev/get to 31/12/2024
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
- How to use it? Please find the instructions [here](intro.md#download--how-to-use-it).
|
- How to use it? Please find the instructions [here](intro.md#download--how-to-use-it).
|
||||||
- KMS activates Windows / Office for 180 Days. For Windows Core / ProWMC editions it is 30 / 45 Days.
|
- KMS activates Windows / Office for 180 Days. For Windows Core / ProWMC editions it is 30 / 45 Days.
|
||||||
- This script can activate both Retail and Volume Windows installation.
|
- This script can activate both Retail and Volume Windows installation.
|
||||||
- This script can activate C2R Retail and VL Office, but not 2010 / 2013 MSI Retail Office and UWP Office.
|
- This script can activate C2R Retail and VL Office, UWP Office, but not 2010 / 2013 MSI Retail Office.
|
||||||
- This script skips the activation if Windows is permanently / KMS38 activated.
|
- This script skips the activation if Windows is permanently / KMS38 activated.
|
||||||
- As mentioned, KMS activates only for a limited period and it's not permanent, read below on how to achieve lifetime activation.
|
- As mentioned, KMS activates only for a limited period and it's not permanent, read below on how to achieve lifetime activation.
|
||||||
|
|
||||||
@ -328,12 +328,12 @@ If you don't want to install this renewal task, you can turn off the "Renewal Ta
|
|||||||
| Excel2024Volume | F4DYN-89BP2-WQTWJ-GR8YC-CKGJG |
|
| Excel2024Volume | F4DYN-89BP2-WQTWJ-GR8YC-CKGJG |
|
||||||
| Outlook2024Volume | D2F8D-N3Q3B-J28PV-X27HD-RJWB9 |
|
| Outlook2024Volume | D2F8D-N3Q3B-J28PV-X27HD-RJWB9 |
|
||||||
| PowerPoint2024Volume | CW94N-K6GJH-9CTXY-MG2VC-FYCWP |
|
| PowerPoint2024Volume | CW94N-K6GJH-9CTXY-MG2VC-FYCWP |
|
||||||
| ProjectPro2024Volume | NBBBB-BBBBB-BBBBB-BBBH4-GX3R4 <br /> (Generated) |
|
| ProjectPro2024Volume | FQQ23-N4YCY-73HQ3-FM9WC-76HF4 |
|
||||||
| ProjectStd2024Volume | PD3TT-NTHQQ-VC7CY-MFXK3-G87F8 |
|
| ProjectStd2024Volume | PD3TT-NTHQQ-VC7CY-MFXK3-G87F8 |
|
||||||
| ProPlus2024Volume | NBBBB-BBBBB-BBBBB-BBBJD-VXRPM <br /> (Generated) |
|
| ProPlus2024Volume | XJ2XN-FW8RK-P4HMP-DKDBV-GCVGB |
|
||||||
| SkypeforBusiness2024Volume | 4NKHF-9HBQF-Q3B6C-7YV34-F64P3 |
|
| SkypeforBusiness2024Volume | 4NKHF-9HBQF-Q3B6C-7YV34-F64P3 |
|
||||||
| Standard2024Volume | V28N4-JG22K-W66P8-VTMGK-H6HGR |
|
| Standard2024Volume | V28N4-JG22K-W66P8-VTMGK-H6HGR |
|
||||||
| VisioPro2024Volume | NBBBB-BBBBB-BBBBB-BBBCW-6MX6T <br /> (Generated) |
|
| VisioPro2024Volume | B7TN8-FJ8V3-7QYCP-HQPMV-YY89G |
|
||||||
| VisioStd2024Volume | JMMVY-XFNQC-KK4HK-9H7R3-WQQTV |
|
| VisioStd2024Volume | JMMVY-XFNQC-KK4HK-9H7R3-WQQTV |
|
||||||
| Word2024Volume | MQ84N-7VYDM-FXV7C-6K7CC-VFW9J |
|
| Word2024Volume | MQ84N-7VYDM-FXV7C-6K7CC-VFW9J |
|
||||||
|
|
||||||
@ -353,7 +353,7 @@ If you don't want to install this renewal task, you can turn off the "Renewal Ta
|
|||||||
|
|
||||||
## Unsupported Products
|
## Unsupported Products
|
||||||
|
|
||||||
- Office MSI Retail 2010/2013, Office 2010 C2R Retail, Office UWP
|
- Office MSI Retail 2010/2013, Office 2010 C2R Retail
|
||||||
- Any Evaluation version of Windows (i.e. 'EVAL' LTSB/C) [cannot be activated](evaluation_editions.md).
|
- Any Evaluation version of Windows (i.e. 'EVAL' LTSB/C) [cannot be activated](evaluation_editions.md).
|
||||||
- Server Azure Datacenter (ServerTurbine) edition does not support activation on non-azure systems.
|
- Server Azure Datacenter (ServerTurbine) edition does not support activation on non-azure systems.
|
||||||
- KMS activation on Windows 7 has a limitation related to OEM Activation 2.0 and Windows marker. For more info, see [here](https://support.microsoft.com/en-us/help/942962) and [here](https://technet.microsoft.com/en-us/library/ff793426(v=ws.10).aspx#activation-of-windows-oem-computers).
|
- KMS activation on Windows 7 has a limitation related to OEM Activation 2.0 and Windows marker. For more info, see [here](https://support.microsoft.com/en-us/help/942962) and [here](https://technet.microsoft.com/en-us/library/ff793426(v=ws.10).aspx#activation-of-windows-oem-computers).
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# Troubleshoot
|
# Troubleshoot
|
||||||
|
|
||||||
:::tip
|
:::danger[Tip]
|
||||||
|
|
||||||
# Follow all the blue lines in the script.
|
# Read and follow the blue lines in the script.
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user