massgrave.dev/index.md

82 lines
3.0 KiB
Markdown
Raw Normal View History

2022-07-25 20:03:20 +02:00
## Intro
**Microsoft Activation Scripts (MAS)**
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-25 20:03:20 +02:00
------------------------------------------------------------------------
## Features
- HWID Activation
- KMS38 Activation
- Online KMS Activation
- \$OEM\$ Folders For Preactivation
- Activation Troubleshoot
- Insert Windows 10-11 HWID Key
- Change Windows 10-11-Server Edition
- Check Windows-Office Activation Status
- Available in All In One & Separate Files Version
- Fully Open Source
2022-08-09 21:21:03 +02:00
- Fewer antivirus detections
2022-08-10 19:01:29 +02:00
- Files are either transparent batch scripts or official from Microsoft
2022-07-25 20:03:20 +02:00
------------------------------------------------------------------------
2022-08-09 21:21:03 +02:00
## MAS Latest Release
2022-07-25 20:03:20 +02:00
2022-11-07 21:30:36 +01:00
Last Release - v1.7 (7-Nov-2022)\
2022-07-25 20:03:20 +02: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
2022-08-10 19:01:29 +02:00
- On Windows 10/11, right-click on the windows start menu and select PowerShell or Terminal.
2022-07-25 20:03:20 +02:00
- Copy-paste the below code and press enter\
`irm https://massgrave.dev/get | iex`
2022-08-10 19:01:29 +02:00
- You will see the activation options, and follow onscreen instructions.
2022-07-25 20:03:20 +02:00
- That's all.
### Method 2 - Traditional
2022-11-07 21:30:36 +01:00
- Download the file named `MAS_1.7_Password_1234.7z` from [here](https://github.com/massgravel/Microsoft-Activation-Scripts/releases)
2022-07-25 20:03:20 +02:00
- Extract this file with a 3rd party archive manager, such as [7zip](https://www.7-zip.org/download.html)
- Password is `1234`
2022-08-10 19:01:29 +02:00
- In the extracted folder, find the folder named `All-In-One-Version`
2022-07-25 20:03:20 +02:00
- Run the file named `MAS_AIO.cmd`
2022-08-10 19:01:29 +02:00
- You will see the activation options, and follow onscreen instructions.
2022-07-25 20:03:20 +02:00
- That's all.
2022-11-07 21:30:36 +01:00
To run the scripts in unattended mode, check [here](https://massgrave.dev/command_line_switches.html)
2022-07-25 20:03:20 +02:00
------------------------------------------------------------------------
## Activations Summary
| Activation Type | Supported Product | Activation Period |
2022-11-07 21:30:36 +01:00
|:----------------|:---------------------|:------------------------------------------------|
2022-07-25 20:03:20 +02: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-10 19:01:29 +02:00
For more details, use the respective activation details in Doc.
2022-07-25 20:03:20 +02:00
2022-11-07 21:30:36 +01:00
To activate unsupported products such as **Office on Mac**, check [here](https://massgrave.dev/unsupported_products_activation.html).
2022-07-25 20:03:20 +02:00
------------------------------------------------------------------------
## Screenshots
2022-11-07 21:30:36 +01:00
![](MAS_AIO.png)
2022-07-25 20:03:20 +02:00
2022-11-07 21:30:36 +01:00
![](MAS_HWID.png)
2022-07-25 20:03:20 +02:00
2022-11-07 21:30:36 +01:00
![](MAS_KMS.png)
2022-07-25 20:03:20 +02:00
------------------------------------------------------------------------
Made with Love ❤️