Clean up README.md a bit

This commit is contained in:
Lyssa
2026-01-15 16:14:29 +04:00
committed by GitHub
parent da0b2800d9
commit 31a79148b1

View File

@ -6,15 +6,14 @@
<hr> <hr>
## How to Activate Windows / Office / Extended Updates (ESU)? ## How to Activate Windows / Office / Extended Security Updates (ESU)?
### Method 1 - PowerShell ❤️ ### Method 1 - PowerShell ❤️
1. **Open PowerShell** 1. Click the **Start Menu**, type `PowerShell`, and open it.
Click the **Start Menu**, type `PowerShell`, then open it.
2. **Copy and paste the code below, then press enter.** 2. Copy and paste the code below and press **Enter.**
- For **Windows 8, 10, 11**: 📌 - For **Windows 8.1, 10 and 11**:
``` ```
irm https://get.activated.win | iex irm https://get.activated.win | iex
``` ```
@ -22,90 +21,64 @@
``` ```
iex (curl.exe -s --doh-url https://1.1.1.1/dns-query https://get.activated.win | Out-String) iex (curl.exe -s --doh-url https://1.1.1.1/dns-query https://get.activated.win | Out-String)
``` ```
- For **Windows 7** and later: - **Script not launching? Use the below-listed Method 2.**
```
iex ((New-Object Net.WebClient).DownloadString('https://get.activated.win'))
```
- **Script not launching❓Use the below-listed Method 2.**
3. The activation menu will appear. **Choose the green-highlighted options** to activate Windows or Office. 3. In the menu that appears, type the number corresponding to one of the **Green** options.
4. **Done!**
--- ---
### Method 2 - Traditional (Windows Vista and later) ### Method 2 - Traditional (Windows Vista and later)
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) or the [full ZIP](https://dev.azure.com/massgrave/Microsoft-Activation-Scripts/_apis/git/repositories/Microsoft-Activation-Scripts/items?$format=zip). 1. Download the script:
2. Run the file named `MAS_AIO.cmd`. * [**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)
3. You will see the activation options. Follow the on-screen instructions. * [**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)
4. That's all. 2. Run the `MAS_AIO.cmd` file.
3. In the menu that appears, type the number corresponding to one of the **Green** options.
--- ---
> [!TIP] > [!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. > - 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). > - **Having trouble**? Visit our [troubleshooting page](https://massgrave.dev/troubleshoot) or raise an issue on [GitHub](https://github.com/massgravel/Microsoft-Activation-Scripts/issues).
---
- 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).
---
> [!NOTE] > [!NOTE]
> >
> - The IRM command in PowerShell downloads a script from a specified URL, and the IEX command executes it. > - 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. > - Always double-check the URL before executing the command and verify the source is trustworthy when manually downloading files.
> - Be cautious, as some spread malware disguised as MAS by using different URLs in the IRM command. > - Be cautious of third parties spreading malware disguised as MAS by altering the URL in the PowerShell command.
--- ---
```
Latest Version: 3.9
Release date: 19-Nov-2025
```
### [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"> <div align="center">
### Homepage - [https://massgrave.dev/](https://massgrave.dev/)
[![1.1]][1] [![1.1]][1]
[![1.2]][2] [![1.2]][2]
[![1.3]][3] [![1.3]][3]
</div>
<div align="center">
[![1.4]][4] [![1.4]][4]
[![1.5]][5] [![1.5]][5]
[![1.6]][6] [![1.6]][6]
[![1.7]][7] [![1.7]][7]
</div> [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)
[1.1]: https://massgrave.dev/img/logo_github.png (GitHub) [1.5]: https://massgrave.dev/img/logo_github.png (GitHub)
[1.2]: https://massgrave.dev/img/logo_azuredevops.png (AzureDevOps) [1.6]: https://massgrave.dev/img/logo_azuredevops.png (AzureDevOps)
[1.3]: https://massgrave.dev/img/logo_gitea.png (Self-hosted Git) [1.7]: 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]: https://discord.gg/j2yFsV5ZVC
[1.5]: https://massgrave.dev/img/logo_reddit.png (Reddit) [2]: https://www.reddit.com/r/MAS_Activator
[1.6]: https://massgrave.dev/img/logo_bluesky.png (Bluesky) [3]: https://bsky.app/profile/massgrave.dev
[1.7]: https://massgrave.dev/img/logo_x.png (Twitter) [4]: https://twitter.com/massgravel
[5]: https://github.com/massgravel/Microsoft-Activation-Scripts
[1]: https://github.com/massgravel/Microsoft-Activation-Scripts [6]: https://dev.azure.com/massgrave/_git/Microsoft-Activation-Scripts
[2]: https://dev.azure.com/massgrave/_git/Microsoft-Activation-Scripts [7]: https://git.activated.win/Microsoft-Activation-Scripts
[3]: https://git.activated.win/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> Latest Version: 3.9
Release date: 19-Nov-2025