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 >
< p align = "center" > Open-source Windows and Office activator featuring HWID, Ohook, TSforge, KMS38, and Online KMS activation methods, along with advanced troubleshooting.< / p >
< hr >
2025-08-10 17:22:28 +05:30
## How to Activate Windows / Office / Extended 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
2025-08-10 17:22:28 +05:30
1. **Open PowerShell**
Click the **Start Menu** , type `PowerShell` , then open it.
2025-06-01 20:27:57 +05:30
2025-08-10 17:22:28 +05:30
2. **Copy and paste the code below, then press enter.**
- For **Windows 8, 10, 11** : 📌
```
irm https://get.activated.win | iex
```
- For **Windows 7** and later:
```
iex ((New-Object Net.WebClient).DownloadString('https://get.activated.win'))
```
< details >
< summary > Script not launching❓Click here for info.< / summary >
2025-06-01 20:27:57 +05:30
2025-08-10 17:22:28 +05:30
---
2025-06-01 20:27:57 +05:30
2025-08-10 17:22:28 +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)
```
- If that fails or you have an older Windows, use the below-listed Method 2.
---
< / details >
3. The activation menu will appear. **Choose the green-highlighted options** to activate Windows or Office.
4. **Done!**
2025-06-01 20:27:57 +05:30
---
### Method 2 - Traditional (Windows Vista and later)
< details >
< summary > Click here to view< / summary >
1. Download the file using one of the links below:
`https://github.com/massgravel/Microsoft-Activation-Scripts/archive/refs/heads/master.zip`
or
`https://git.activated.win/massgrave/Microsoft-Activation-Scripts/archive/master.zip`
2. Right-click on the downloaded zip file and extract it.
3. In the extracted folder, find the folder named `All-In-One-Version` .
4. Run the file named `MAS_AIO.cmd` .
5. You will see the activation options. Follow the on-screen instructions.
6. That's all.
< / details >
---
2025-08-10 17:22:28 +05:30
> [!TIP]
> - Some ISPs/DNS 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
---
2025-08-10 17:22:28 +05:30
- To activate additional products such as **Office for macOS, Visual Studio, RDS CALs, and Windows XP** , check [here ](https://massgrave.dev/unsupported_products_activation ).
- To run the scripts in unattended mode, check [here ](https://massgrave.dev/command_line_switches ).
2025-06-01 20:27:57 +05:30
---
> [!NOTE]
>
> - 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 if manually downloading files.
> - Be cautious, as some spread malware disguised as MAS by using different URLs in the IRM command.
---
```
2025-08-11 02:29:59 +05:30
Latest Version: 3.5
Release date: 10-Aug-2025
2025-06-01 20:27:57 +05:30
```
### [Troubleshooting / Help](https://massgrave.dev/troubleshoot)
### [Download Original Windows & Office](https://massgrave.dev/genuine-installation-media)
### Homepage - [https://massgrave.dev/](https://massgrave.dev/)
< div align = "center" >
[![1.1]][1]
[![1.2]][2]
[![1.3]][3]
< / div >
< div align = "center" >
[![1.4]][4]
[![1.5]][5]
[![1.6]][6]
[![1.7]][7]
< / div >
[1.1]: https://massgrave.dev/img/logo_github.png (GitHub)
[1.2]: https://massgrave.dev/img/logo_azuredevops.png (AzureDevOps)
[1.3]: https://massgrave.dev/img/logo_gitea.png (Self-hosted Git)
[1.4]: https://massgrave.dev/img/logo_discord.png (Chat with us without signup)
[1.5]: https://massgrave.dev/img/logo_reddit.png (Reddit)
[1.6]: https://massgrave.dev/img/logo_bluesky.png (Bluesky)
[1.7]: https://massgrave.dev/img/logo_x.png (Twitter)
[1]: https://github.com/massgravel/Microsoft-Activation-Scripts
[2]: https://dev.azure.com/massgrave/_git/Microsoft-Activation-Scripts
[3]: https://git.activated.win/massgrave/Microsoft-Activation-Scripts
[4]: https://discord.gg/j2yFsV5ZVC
[5]: https://www.reddit.com/r/MAS_Activator
[6]: https://bsky.app/profile/massgrave.dev
[7]: https://twitter.com/massgravel
---
< p align = "center" > Made with Love ❤️< / p >