Administrator
发布于 2023-10-20 / 86 阅读 / 0 评论 / 0 点赞

Windows 新的数字权利激活方式

新的数字权利激活方式

Github 上 Microsoft-Activation-Scripts 发布了v2.3 修复版

https://github.com/massgravel/Microsoft-Activation-Scripts

管理员身份运行 PowerShell,执行以下命令,选择 1 HWID 即可。

irm https://massgrave.dev/get | iex

2025/8/16 更新

info

  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
      
    • For Windows 7 and later:

      iex ((New-Object Net.WebClient).DownloadString('https://get.activated.win'))
      

Script not launching❓Click here for info.

  1. The activation menu will appear. Choose the green-highlighted options to activate Windows or Office.

  2. Done!


评论