2025-06-01 20:27:57 +05:30
<p align="center"><img src="https://massgrave.dev/img/logo_small.png" alt="MAS Logo"></p>
<h1 align="center">Microsoft Activation Scripts (MAS)</h1>
2025-11-12 04:31:44 +05:30
<p align="center">Open-source Windows and Office activator featuring HWID, Ohook, TSforge, and Online KMS activation methods, along with advanced troubleshooting.</p>
2025-06-01 20:27:57 +05:30
<hr>
2026-01-15 16:14:29 +04:00
## How to Activate Windows / Office / Extended Security Updates (ESU)?
2025-06-01 20:27:57 +05:30
2025-08-10 17:22:28 +05:30
### Method 1 - PowerShell ❤️
2025-06-01 20:27:57 +05:30
2026-01-15 16:14:29 +04:00
1. Click the **Start Menu ** , type `PowerShell` , and open it.
2025-06-01 20:27:57 +05:30
2026-01-15 16:14:29 +04:00
2. Copy and paste the code below and press **Enter. **
- For **Windows 8.1, 10 and 11 ** :
2025-08-10 17:22:28 +05:30
```
irm https://get.activated.win | iex
```
2025-09-25 02:31:37 +05:30
If the above is blocked (by ISP/DNS), try this (needs updated Windows 10 or 11):
```
iex (curl.exe -s --doh-url https://1.1.1.1/dns-query https://get.activated.win | Out-String)
```
2026-01-15 16:14:29 +04:00
- **Script not launching? Use the below-listed Method 2.**
2025-08-10 17:22:28 +05:30
2026-01-15 16:14:29 +04:00
3. In the menu that appears, type the number corresponding to one of the **Green ** options.
2025-06-01 20:27:57 +05:30
---
### Method 2 - Traditional (Windows Vista and later)
2026-01-15 16:14:29 +04:00
1. Download the script:
* [**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&download=true ) (Direct script)
* [**MAS_AIO.zip** ](https://dev.azure.com/massgrave/Microsoft-Activation-Scripts/_apis/git/repositories/Microsoft-Activation-Scripts/items?$format=zip ) (If the direct script is blocked by your browser)
2. Run the `MAS_AIO.cmd` file.
3. In the menu that appears, type the number corresponding to one of the **Green ** options.
2025-06-01 20:27:57 +05:30
---
2025-08-10 17:22:28 +05:30
> [!TIP]
2026-01-15 16:14:29 +04:00
> - Some ISPs/DNS providers block access to our domains. You can bypass this by enabling [DNS-over-HTTPS (DoH)](https://developers.cloudflare.com/1.1.1.1/encryption/dns-over-https/encrypted-dns-browsers/) in your browser.
> - **Having trouble**? Visit our [troubleshooting page](https://massgrave.dev/troubleshoot) or raise an issue on [GitHub](https://github.com/massgravel/Microsoft-Activation-Scripts/issues).
2025-06-01 20:27:57 +05:30
> [!NOTE]
>
2026-01-15 16:14:29 +04:00
> - The `irm` command in PowerShell downloads a script from a specified URL, and the `iex` command executes it.
> - Always double-check the URL before executing the command and verify the source is trustworthy when manually downloading files.
> - Be cautious of third parties spreading malware disguised as MAS by altering the URL in the PowerShell command.
2025-06-01 20:27:57 +05:30
---
<div align="center">
2026-01-15 16:14:29 +04:00
### Homepage - [https://massgrave.dev/](https://massgrave.dev/)
2025-06-01 20:27:57 +05:30
[![1.1]][1]
[![1.2]][2]
[![1.3]][3]
[![1.4]][4]
[![1.5]][5]
[![1.6]][6]
[![1.7]][7]
2026-01-15 16:14:29 +04:00
[1.1]: https://massgrave.dev/img/logo_discord.png (Chat with us without signup)
[1.2]: https://massgrave.dev/img/logo_reddit.png (Reddit)
[1.3]: https://massgrave.dev/img/logo_bluesky.png (Bluesky)
[1.4]: https://massgrave.dev/img/logo_x.png (Twitter)
2025-06-01 20:27:57 +05:30
2026-01-15 16:14:29 +04:00
[1.5]: https://massgrave.dev/img/logo_github.png (GitHub)
[1.6]: https://massgrave.dev/img/logo_azuredevops.png (AzureDevOps)
[1.7]: https://massgrave.dev/img/logo_gitea.png (Self-hosted Git)
2025-06-01 20:27:57 +05:30
2026-01-15 16:14:29 +04:00
[1]: https://discord.gg/j2yFsV5ZVC
[2]: https://www.reddit.com/r/MAS_Activator
[3]: https://bsky.app/profile/massgrave.dev
[4]: https://twitter.com/massgravel
[5]: https://github.com/massgravel/Microsoft-Activation-Scripts
[6]: https://dev.azure.com/massgrave/_git/Microsoft-Activation-Scripts
[7]: https://git.activated.win/Microsoft-Activation-Scripts
2025-06-01 20:27:57 +05:30
---
2026-01-15 16:14:29 +04:00
Latest Version: 3.9
Release date: 19-Nov-2025