Microsoft-Activation-Scripts

massgravel / Microsoft-Activation-Scripts

开源Windows和Office激活工具,支持HWID、Ohook、TSforge等多种激活方式,并集成了高级故障排查功能。

Batchfile 安全 桌面/移动应用 激活工具 Windows Office 开源脚本 系统工具

为什么值得看

编辑点评

这是GitHub上最流行的激活脚本之一,自动化程度高,激活方式覆盖广泛,社区活跃且更新及时。但需注意,使用激活工具涉及版权法律风险,并可能触发安全软件警报,建议仅在个人测试或学习场景下谨慎使用,切勿用于商业或企业环境。

Star 趋势

近 7 日
  • Star 总数191,003
  • 今日新增+70
  • 7 日增速-24%
  • Fork18,175

同类项目

同场景 · 安全 / 桌面/移动应用

项目文档

来自 GitHub README · master 分支

Microsoft Activation Scripts (MAS)

Open-source Windows and Office activator featuring HWID, Ohook, TSforge, and Online KMS activation methods, along with advanced troubleshooting.


How to Activate Windows / Office / Extended Security Updates (ESU)?

Method 1 - PowerShell ❤️

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

  2. Copy and paste the code below and press Enter.
    - For Windows 8.1, 10 and 11: irm https://get.activated.win | iex 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)

    • Script not launching? Use the below-listed Method 2.
  3. In the menu that appears, type the number corresponding to one of the Green options.


Method 2 - Traditional (Windows Vista and later)

  1. Download the script:
  2. Run the MAS_AIO.cmd file.
  3. In the menu that appears, type the number corresponding to one of the Green options.

[!TIP] - Some ISPs/DNS providers block access to our domains. You can bypass this by enabling DNS-over-HTTPS (DoH) in your browser. - Having trouble? Visit our troubleshooting page or raise an issue on GitHub.

[!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 is trustworthy when manually downloading files.
  • Be cautious of third parties spreading malware disguised as MAS by altering the URL in the PowerShell command.

Homepage - https://massgrave.dev/


Latest Version: 3.12
Release date: 04-Jul-2026

文档抓取自 GitHub 仓库 README,版权归原作者所有;已过滤徽章等噪音并经安全消毒后展示。