massgrave.dev/index.md

95 lines
3.4 KiB
Markdown
Raw Normal View History

2023-03-16 19:09:16 +01:00
---
2023-09-07 05:11:21 +02:00
pagetitle: Microsoft Activation Scripts (MAS)
2023-03-16 19:09:16 +01:00
---
2022-07-25 20:03:20 +02:00
## Intro
2023-08-16 22:28:21 +02:00
**Microsoft Activation Scripts (MAS)**
2022-07-25 20:03:20 +02:00
2023-09-25 15:45:25 +02:00
A Windows and Office activator using HWID / Ohook / 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
2023-09-25 15:45:25 +02:00
- **HWID (Digital License)** Method to Permanently Activate Windows
- **Ohook** Method to Permanently Activate Office
- **KMS38** Method to Activate Windows/Server Till the Year 2038
2023-10-24 15:46:54 +02:00
- **Online KMS** Method to Activate Windows/Server/Office For 180 Days (Lifetime With Renewal Task)
- Advanced Activation Troubleshooting
2023-03-16 19:09:16 +01:00
- \$OEM\$ Folders For Preactivation
- Change Windows Edition
2023-09-25 15:45:25 +02:00
- Check Windows/Office Activation Status
2023-10-24 15:46:54 +02:00
- Available in All In One and Separate Files Versions
- Fully Open Source and Based on Batch Scripts
2023-03-16 19:09:16 +01:00
- Fewer Antivirus Detections
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
2023-11-15 22:01:58 +01:00
Last Release - v2.5 (16-Nov-2023)\
2023-09-25 15:45:25 +02:00
[GitHub](https://github.com/massgravel/Microsoft-Activation-Scripts) / [Bitbucket](https://bitbucket.org/WindowsAddict/microsoft-activation-scripts)
2022-07-25 20:03:20 +02:00
------------------------------------------------------------------------
## Download / How to use it?
### Method 1 - PowerShell
2023-03-21 23:26:48 +01:00
(Recommended)
2023-09-25 15:45:25 +02:00
- On Windows 8.1/10/11, right-click on the Windows start menu and select PowerShell or Terminal (Not CMD).
2023-10-24 15:46:54 +02:00
- Copy and paste the code below and press enter\
`irm https://massgrave.dev/get | iex`
2023-10-24 15:46:54 +02:00
- You will see the activation options. Follow the on-screen instructions.
2022-07-25 20:03:20 +02:00
- That's all.
### Method 2 - Traditional
2023-11-23 12:16:37 +01:00
- Download the file from [GitHub](https://github.com/massgravel/Microsoft-Activation-Scripts/archive/refs/heads/master.zip) or [Bitbucket](https://bitbucket.org/WindowsAddict/microsoft-activation-scripts/get/master.zip)
2023-03-21 23:26:48 +01:00
- Right click on the downloaded zip file and extract
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`
2023-10-25 18:47:27 +02:00
- You will see the activation options, follow the on-screen instructions.
2022-07-25 20:03:20 +02:00
- That's all.
2023-01-11 12:19:43 +01:00
To run the scripts in unattended mode, check [here](command_line_switches.html)
2022-11-07 21:30:36 +01:00
2022-07-25 20:03:20 +02:00
------------------------------------------------------------------------
## Activations Summary
2023-10-03 12:30:57 +02:00
| Activation Type | Supported Product | Activation Period |
2023-09-30 22:23:51 +02:00
|:-----------------|:-------------------|:---------------------------------|
2023-10-03 12:30:57 +02:00
| HWID | Windows 10-11 | Permanent |
| Ohook | Office | Permanent |
| KMS38 | Windows 10-11-Server | Till the Year 2038 |
| Online KMS | Windows / Office | 180 Days. Lifetime With Renewal Task |
2022-07-25 20:03:20 +02:00
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
2023-01-11 12:19:43 +01:00
To activate unsupported products such as **Office on Mac**, check [here](unsupported_products_activation.html).
2022-11-07 21:30:36 +01:00
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
2023-09-25 15:45:25 +02:00
![](MAS_Ohook.png)
2022-07-25 20:03:20 +02:00
2023-03-16 19:09:16 +01:00
![](MAS_Troubleshoot.png)
2022-07-25 20:03:20 +02:00
------------------------------------------------------------------------
2023-08-10 00:52:29 +02:00
## Other Projects
- [IDM Activation Script (IAS)](idm-activation-script.html)
------------------------------------------------------------------------
2022-07-25 20:03:20 +02:00
Made with Love ❤️