×

注意!页面内容来自https://github.com/massgravel/Microsoft-Activation-Scripts,本站不储存任何内容,为了更好的阅读体验进行在线解析,若有广告出现,请及时反馈。若您觉得侵犯了您的利益,请通知我们进行删除,然后访问 原网页

Skip to content
<> /* Override primer focus outline color for marketing header dropdown links for better contrast */ [data-color-mode="light"] .HeaderMenu-dropdown-link:focus-visible, [data-color-mode="light"] .HeaderMenu-trailing-link a:focus-visible { outline-color: var(--color-accent-fg); }

massgravel/Microsoft-Activation-Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

509 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MAS Logo

Microsoft Activation Scripts (MAS)

Open-source Windows and Office activator featuring HWIDOhookTSforgeand Online KMS activation methodsalong with advanced troubleshooting.


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

Method 1 - PowerShell ❤️

  1. Click the Start Menutype PowerShelland open it.

  2. Copy and paste the code below and press Enter.

    • For Windows 8.110 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 appearstype 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 appearstype the number corresponding to one of the Green options.

Tip

Note

  • The irm command in PowerShell downloads a script from a specified URLand 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.

1.1 1.2 1.3 1.4 1.5 1.6 1.7


Latest Version: 3.10
Release date: 28-Jan-2026