⚡ Activate Windows & Office in 30 Seconds — One Command, Permanent License

:paperclip: One Script Handles Windows Vista Through 11 and Every Office Version

169,000+ GitHub stars. Open-source. No shady cracks. Just a script that works.

One PowerShell command. A menu pops up. Pick the green option. That’s it.

MAS v3.10 — four activation methods covering Windows Vista through 11 and every Office version in between. HWID gives you a permanent digital license tied to your hardware. Ohook permanently activates Office. TSforge handles everything else. No system files modified, no binaries injected, no trust required — the entire script is readable in Notepad.


🖥️ Method 1 — PowerShell (Fastest — 30 Seconds)

Step 1 — Click the Start Menu, type PowerShell, and open it.

Step 2 — Copy-paste this command and press Enter:

For Windows 8.1, 10, and 11:

irm https://get.activated.win | iex

:light_bulb: ISP blocking the domain? Some internet providers block activation URLs at the DNS level. Use this alternative instead (needs Windows 10 or 11):

iex (curl.exe -s --doh-url https://1.1.1.1/dns-query https://get.activated.win | Out-String)

This routes the request through Cloudflare’s encrypted DNS — your ISP can’t see or block it.

Step 3 — A menu appears. Type the number next to the Green option. Done.

📁 Method 2 — Download the File (Windows Vista and Later)

For systems where PowerShell isn’t an option, or if you just prefer downloading.

Step 1 — Grab the script from one of these official sources:

File Link
MAS_AIO.cmd (direct script) Download
MAS_AIO.zip (if browser blocks .cmd) Download

Step 2 — Run MAS_AIO.cmd.

Step 3 — A menu appears. Type the number next to the Green option. Done.

:light_bulb: Antivirus flagging it? Some third-party antivirus tools false-positive on activation scripts. Windows Defender does not flag MAS. If your AV blocks it, temporarily disable the real-time scanner, run the script, then re-enable.

🔑 Which Activation Method to Pick

The green option handles this automatically, but here’s what’s happening under the hood:

Method What It Does Lasts Works On
HWID Digital license tied to your hardware — survives reinstalls Permanent Windows 10 & 11
Ohook Drops a tiny DLL in the Office folder — nothing else touched Permanent Office (all versions)
TSforge Cracks the licensing store directly — clean execution Permanent Windows Vista → 11, Office, ESU
Online KMS Emulates a corporate license server 180 days (auto-renews) Windows & Office

:light_bulb: KMS38 is dead. Microsoft killed clip-based KMS license migration in late 2025. If you see old guides mentioning KMS38, ignore them — MAS removed it in v3.8. Use HWID or TSforge instead.

🛡️ Is This Safe?

Three things that matter:

It’s open-source. 169,000+ stars on GitHub. Every line of code is readable in a text editor. No hidden binaries, no phone-home, no telemetry.

It doesn’t touch system files. HWID and TSforge modify licensing data only. Ohook places one DLL inside the Office install folder — not in System32, not anywhere Windows cares about.

Updates work normally. Windows Update, Office Update — everything keeps working after activation. Your Microsoft account can link to an HWID-activated system without issues.

:prohibited: What NOT to do: Never download MAS from random sites, YouTube descriptions, or Telegram channels. Malware-laced fakes exist — the script name is the bait. Only use the official links below.

🔗 Official Links & Resources
Resource Link
Official Website massgrave.dev
GitHub (Source Code) github.com/massgravel/Microsoft-Activation-Scripts
TSforge Details massgrave.dev/tsforge
Activation Comparison Chart massgrave.dev/chart
Troubleshooting massgrave.dev/troubleshoot
Unsupported Products massgrave.dev/unsupported_products_activation

:high_voltage: Quick Hits

Want Do
:gear: Activate Windows permanently → PowerShell → irm https://get.activated.win | iex → pick green
:paperclip: Activate Office permanently → Same script → Ohook handles it
:counterclockwise_arrows_button: ISP blocking the URL? → Use the DoH command (Cloudflare DNS bypass)
:red_question_mark: Something broke? massgrave.dev/troubleshoot

One command. Green option. Go do something useful with the time you just saved.

1 Like