惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

人人都是产品经理
人人都是产品经理
MongoDB | Blog
MongoDB | Blog
Google DeepMind News
Google DeepMind News
L
LangChain Blog
J
Java Code Geeks
MyScale Blog
MyScale Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
WordPress大学
WordPress大学
小众软件
小众软件
Microsoft Security Blog
Microsoft Security Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
月光博客
月光博客
aimingoo的专栏
aimingoo的专栏
F
Fortinet All Blogs
I
InfoQ
博客园 - 聂微东
量子位
A
About on SuperTechFans
S
SegmentFault 最新的问题
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Apple Machine Learning Research
Apple Machine Learning Research
Hugging Face - Blog
Hugging Face - Blog
云风的 BLOG
云风的 BLOG
H
Help Net Security

博客园 - Bigben

foobar2000 sacd 和 生成文件名参考 文本生成扩散模型示例/教学项目 从零开始构建一个基于Gemini 3的AI智能体 正则表达式笔记 chromium Profiling 浏览器设置非隐身模式 香港高级音响展下载 2004-2024 香港高级视听展原音精选SACD 下载 博文阅读密码验证 - 博客园 博文阅读密码验证 - 博客园 小米刷机,降级,从14降到12.0.11触摸没反应又刷成12.5.6可以 c++协程原理刨析(asyncio 代码解析 c++20协程 网络库实现 coroutine) c代码自动生成类图 uml understand 对 uri分析获取mime type和 raw data download功能的下载注册与cdp 监听 Observer模式的很好示范 chrome headless启动 Image decoding on the web skia 中一个消息机制,单例的实现 SkMessageBus canvaskit.js 生成的 博文阅读密码验证 - 博客园
windows激活
Bigben · 2025-11-25 · via 博客园 - Bigben

主菜单里面 

6 是改windows的版本:家庭版,专业版。改之前不能开启暂停更新。改之后,执行第一项 HWID。

3,激活office啥的

一般是powershell执行:

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

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 Updates (ESU)?

Method 1 - PowerShell ❤️

  1. Open PowerShell
    Click the Start Menu, type PowerShell, then open it.

  2. Copy and paste the code below, then press enter.

    • For Windows 8, 10, 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)
    • For Windows 7 and later:
      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.

  4. Done!


Method 2 - Traditional (Windows Vista and later)

  1. Download the script: MAS_AIO.cmd or the full ZIP.
  2. Run the file named MAS_AIO.cmd.
  3. You will see the activation options. Follow the on-screen instructions.
  4. That's all.

Tip


  • To activate additional products such as Office for macOS, Visual Studio, RDS CALs, and Windows XP, check here.
  • To run the scripts in unattended mode, check here.

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.

Latest Version: 3.9
Release date: 19-Nov-2025

Homepage - https://massgrave.dev/