Microsoft Activation Scripts (MAS)
Introduction
microsoft–activation–scripts-mas
Open-source Windows and Office activator featuring HWID, Ohook, TSforge, KMS38, and Online KMS activation methods, along with advanced troubleshooting.
How to Activate Windows / Office / Extended Updates (ESU)?
Method 1 - PowerShell ā¤ļø
In this tutorial, I will show you how to activate Windows and Office tools using only PowerShell.
Step 1: Make sure you have internet connection.
Step 2: Open Windows Powershell and run as Administrator.
Step 3: Copy the command below and paste it into PowerShell.
| |
Step 4: Press Enter.
Step 5: Wait until you see the Activation tool.
Step 6: To select what you want to activate, just press the number on your keyboard..
Method 2 - Traditional (Windows Vista and later)
- Download the script:Ā MAS_AIO.cmdĀ or theĀ full ZIP.
- Run the file namedĀ
MAS_AIO.cmd. - You will see the activation options. Follow the on-screen instructions.
- That’s all.
Tip
- Some ISPs/DNS 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.
- 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.
| |