开源 Windows 和 Office 激活器,具有 HWID(Windows,数字许可证,联网)、Ohook(Office)、TSforge(Windows/ESU/Office)、KMS38(激活至2038年)和在线 KMS 激活方法以及高级故障排除功能。

如何激活 Windows / Office / 扩展更新 (ESU)?

方法 1 - PowerShell ❤️
1.打开 PowerShell
单击开始菜单,输入PowerShell,然后打开它。
2.复制并粘贴以下代码,然后按回车键。
对于Windows 8、10、11(联网首选):
irm https://get.activated.win | iex
对于Windows 7及更高版本:
iex ((New-Object Net.WebClient).DownloadString('https://get.activated.win'))
如果上述操作被阻止(被 ISP/DNS),请尝试以下操作(需要更新 Windows 10 或 11):
iex (curl.exe -s --doh-url https://1.1.1.1/dns-query https://get.activated.win | Out-String)
如果失败或者您使用的是旧版 Windows,请使用下面列出的方法2。
3.激活菜单将会出现。选择绿色突出显示的选项来激活 Windows 或 Office。
4.完毕!

方法 2 - 传统(Windows Vista 及更高版本)
1.使用以下链接之一下载文件:
https://github.com/massgravel/Microsoft-Activation-Scripts/archive/refs/heads/master.zip

https://git.activated.win/massgrave/Microsoft-Activation-Scripts/archive/master.zip
2.右键单击下载的 zip 文件并将其解压缩。
3.在解压的文件夹中,找到名为 All-In-One-Version 的文件夹。
4.运行名为 MAS_AIO.cmd 的文件。
5.您将看到激活选项。按照屏幕上的说明进行操作。
6.就这样。

要激活其他产品(如适用于 macOS 的 Office、Visual Studio、RDS CAL 和 Windows XP),请点击此处
要以无人值守模式运行脚本,请检查此处

Latest Version: 3.5
Release date: 10-Aug-2025

最后修改:2025 年 08 月 14 日
如果觉得我的文章对你有用,请随意赞赏