2023-03-17 01:09:16 +07:00
|
|
|
---
|
2023-06-27 20:46:49 +07:00
|
|
|
pagetitle: MAS
|
2023-03-17 01:09:16 +07:00
|
|
|
---
|
|
|
|
|
2022-07-26 01:03:20 +07:00
|
|
|
## Intro
|
|
|
|
|
2023-06-27 20:46:49 +07:00
|
|
|
**Microsoft_Activation_Scripts (MAS)**
|
2022-07-26 01:03:20 +07:00
|
|
|
|
2022-08-28 02:03:42 +07:00
|
|
|
A Windows and Office activator using HWID / KMS38 / Online KMS activation methods, with a focus on open-source code and fewer antivirus detections.
|
2022-07-26 01:03:20 +07:00
|
|
|
|
|
|
|
------------------------------------------------------------------------
|
|
|
|
|
|
|
|
## Features
|
|
|
|
|
|
|
|
- HWID Activation
|
|
|
|
- KMS38 Activation
|
|
|
|
- Online KMS Activation
|
|
|
|
- Activation Troubleshoot
|
2023-03-17 01:09:16 +07:00
|
|
|
- \$OEM\$ Folders For Preactivation
|
|
|
|
- Change Windows Edition
|
2022-07-26 01:03:20 +07:00
|
|
|
- Check Windows-Office Activation Status
|
|
|
|
- Available in All In One & Separate Files Version
|
|
|
|
- Fully Open Source
|
2023-03-17 01:09:16 +07:00
|
|
|
- All Files Are Transparent Batch Scripts
|
|
|
|
- Fewer Antivirus Detections
|
2022-07-26 01:03:20 +07:00
|
|
|
|
|
|
|
------------------------------------------------------------------------
|
|
|
|
|
2022-08-10 02:21:03 +07:00
|
|
|
## MAS Latest Release
|
2022-07-26 01:03:20 +07:00
|
|
|
|
2023-03-17 01:09:16 +07:00
|
|
|
Last Release - v1.8 (16-Mar-2023)\
|
2022-07-26 01:03:20 +07:00
|
|
|
[GitHub](https://github.com/massgravel/Microsoft-Activation-Scripts) / [GitLab](https://gitlab.com/massgrave/microsoft-activation-scripts)
|
|
|
|
|
|
|
|
------------------------------------------------------------------------
|
|
|
|
|
|
|
|
## Download / How to use it?
|
|
|
|
|
|
|
|
### Method 1 - PowerShell
|
|
|
|
|
2023-03-22 05:26:48 +07:00
|
|
|
(Recommended)
|
|
|
|
|
|
|
|
- On Windows 8.1/10/11, right-click on the windows start menu and select PowerShell or Terminal (Not CMD).
|
2022-07-26 01:03:20 +07:00
|
|
|
- Copy-paste the below code and press enter\
|
2022-08-28 02:03:42 +07:00
|
|
|
`irm https://massgrave.dev/get | iex`
|
2022-08-11 00:01:29 +07:00
|
|
|
- You will see the activation options, and follow onscreen instructions.
|
2022-07-26 01:03:20 +07:00
|
|
|
- That's all.
|
|
|
|
|
|
|
|
### Method 2 - Traditional
|
|
|
|
|
2023-03-22 05:26:48 +07:00
|
|
|
- Download the file from [here](https://github.com/massgravel/Microsoft-Activation-Scripts/archive/refs/heads/master.zip)
|
|
|
|
- Right click on the downloaded zip file and extract
|
2022-08-11 00:01:29 +07:00
|
|
|
- In the extracted folder, find the folder named `All-In-One-Version`
|
2022-07-26 01:03:20 +07:00
|
|
|
- Run the file named `MAS_AIO.cmd`
|
2022-08-11 00:01:29 +07:00
|
|
|
- You will see the activation options, and follow onscreen instructions.
|
2022-07-26 01:03:20 +07:00
|
|
|
- That's all.
|
|
|
|
|
2023-01-11 18:19:43 +07:00
|
|
|
To run the scripts in unattended mode, check [here](command_line_switches.html)
|
2022-11-08 03:30:36 +07:00
|
|
|
|
2022-07-26 01:03:20 +07:00
|
|
|
------------------------------------------------------------------------
|
|
|
|
|
|
|
|
## Activations Summary
|
|
|
|
|
|
|
|
| Activation Type | Supported Product | Activation Period |
|
2023-06-27 20:46:49 +07:00
|
|
|
|:----------------|:----------------|:-------------------------------------|
|
2022-07-26 01:03:20 +07:00
|
|
|
| HWID | Windows 10-11 | Permanent |
|
|
|
|
| KMS38 | Windows 10-11-Server | Until the year 2038 |
|
|
|
|
| Online KMS | Windows / Office | 180 Days. Lifetime Activation With Renewal Task |
|
|
|
|
|
2022-08-11 00:01:29 +07:00
|
|
|
For more details, use the respective activation details in Doc.
|
2022-07-26 01:03:20 +07:00
|
|
|
|
2023-01-11 18:19:43 +07:00
|
|
|
To activate unsupported products such as **Office on Mac**, check [here](unsupported_products_activation.html).
|
2022-11-08 03:30:36 +07:00
|
|
|
|
2022-07-26 01:03:20 +07:00
|
|
|
------------------------------------------------------------------------
|
|
|
|
|
|
|
|
## Screenshots
|
|
|
|
|
2022-11-08 03:30:36 +07:00
|
|
|
![](MAS_AIO.png)
|
2022-07-26 01:03:20 +07:00
|
|
|
|
2022-11-08 03:30:36 +07:00
|
|
|
![](MAS_HWID.png)
|
2022-07-26 01:03:20 +07:00
|
|
|
|
2022-11-08 03:30:36 +07:00
|
|
|
![](MAS_KMS.png)
|
2022-07-26 01:03:20 +07:00
|
|
|
|
2023-03-17 01:09:16 +07:00
|
|
|
![](MAS_Troubleshoot.png)
|
|
|
|
|
2022-07-26 01:03:20 +07:00
|
|
|
------------------------------------------------------------------------
|
|
|
|
|
|
|
|
Made with Love ❤️
|