Microsoft Windows and Office Activation (Online & Offline)
Open-source Windows and Office activator featuring HWID, Ohook, TSforge, and Online KMS activation methods, along with advanced troubleshooting.
Click the Start Menu, type
PowerShell, and open it.Copy and paste the code below and press Enter.
- For Windows 8.1, 10 and 11:If the above is blocked (by ISP/DNS), try this (needs updated Windows 10 or 11):
irm https://get.activated.win | iexiex (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.
- For Windows 8.1, 10 and 11:
In the menu that appears, type the number corresponding to one of the Green options.
- Download the script:
- MAS_AIO.cmd (Direct script)
- MAS_AIO.zip (If the direct script is blocked by your browser)
- Run the
MAS_AIO.cmdfile. - In the menu that appears, type the number corresponding to one of the Green options.
Tip
- Some ISPs/DNS providers block access to our domains. You can bypass this by enabling DNS-over-HTTPS (DoH) in your browser.
- Having trouble? Visit our troubleshooting page or raise an issue on GitHub.
Note
- The
irmcommand in PowerShell downloads a script from a specified URL, and theiexcommand 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.
Microsoft Activation Scripts (MAS)
An open-source Windows and Office activator featuring HWID, Ohook, TSforge, and Online KMS activation methods, along with advanced troubleshooting.
Activation Methods
- Method 1: PowerShell (Recommended)
- Method 2: Traditional (Offline)
This method is the most convenient and works on Windows 8.1, 10, and 11.
- Click the Start Menu, type
PowerShell, and open it. - Copy and paste the code below and press Enter.
irm https://get.activated.win | iex
- In the menu that appears, type the number corresponding to one of the Green options.
Having trouble? (Blocked by ISP or Old Windows)
- Some ISPs/DNS providers block access to our domains. You can bypass this by enabling DNS-over-HTTPS (DoH) in your browser.
- Having trouble? Connect with us here.
- To activate additional products such as Office for macOS, Visual Studio, RDS CALs, and Windows XP, see here.
- To run the scripts in unattended mode, see here.
- The
irmcommand in PowerShell downloads a script from a specified URL, and theiexcommand 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.
MAS Latest Release
Latest Release: v3.11 (2-May-2026)
GitHub / Azure DevOps / Self-hosted Git
Features
- HWID (Digital License): Permanently activate Windows.
- Ohook: Permanently activate Office.
- TSforge: Permanently activate Windows, ESU, and Office.
- Online KMS: Activate Windows/Office for 180 days (Lifetime with renewal task).
- Advanced activation troubleshooting.
- $OEM$ folders for pre-activation.
- Change Windows edition.
- Change Office edition.
- Check Windows/Office activation status.
- Available in All-In-One and separate file versions.
- Fully open source and based on batch scripts.
- Fewer antivirus detections.
Activations Summary
| Activation Type | Supported Product | Activation Period | Is Internet Needed? |
|---|---|---|---|
| HWID | Windows 10-11 | Permanent | Yes |
| Ohook | Office | Permanent | No |
| TSforge | Windows / ESU / Office | Permanent | Yes, needed on build 26100 and later |
| Online KMS | Windows / Office | 180 Days (Lifetime with renewal task) | Yes |
Comments
Post a Comment