|
|
本帖最后由 2012swd 于 2026-1-29 19:37 编辑
How to Activate Windows / Office / Extended Updates (ESU)? Method 1 - PowerShell(Recommended)
This method is the most convenient and works on Windows 8.1, 10, and 11.
1.Open PowerShell
2.Copy and paste the code below and press enter.
irm https://get.activated.win | iex
3.In the menu that appears, type the number corresponding to one of the Green options.
*Some ISPs block the URL. Use this command to bypass DNS blocks (Windows 10/11 only):
iex (curl.exe -s --doh-url https://1.1.1.1/dns-query https://get.activated.win | Out-String)
*If you are on an old build of Windows 8.1 or 10, run this command before the main command:
[Net.ServicePointManager]::SecurityProtocol=[Net.SecurityProtocolType]::Tls12
Method 2
Use this method if you prefer downloading a file or cannot use the PowerShell method.
1.Download the script: MAS_AIO.cmd.(访问码:u6s6)
2.Run the MAS_AIO.cmd file.
3.In the menu that appears, type the number corresponding to one of the Green options.
MAS Latest Release
Latest Release: v3.10 (28-Jan-2026)
GitHub / Azure DevOps / Self-hosted Git
|
|