Tech Explorer Logo

Search Content

Windows/Office One-click Permanent Activation Tool MAS Tutorial [Latest]

1 min read
Cover image for Windows/Office One-click Permanent Activation Tool MAS Tutorial [Latest]

MAS Tool Introduction

Microsoft Activation Scripts (MAS) is an open-source Windows and Office activation tool that supports multiple activation methods including HWID, Ohook, KMS38, and online KMS.

Key Features:

  • Multiple activation methods: HWID, Ohook, KMS38, online KMS
  • Completely open source with transparent code
  • Supports all Windows versions (7/8/8.1/10/11)
  • Supports all Office versions
  • No installation required, one-click activation
  • Supports both command line and GUI

Quick Start

  1. Right-click the Windows Start menu, select PowerShell or Terminal (Note: not CMD)
  2. Copy and run the following command:
irm https://get.activated.win | iex
  1. In the activation options:
    • Select 1) HWID to activate Windows
    • Select 2) Ohook to activate Office

If the above command doesn’t work, try the alternative command:

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

Method 2: Traditional Method (for Windows 7 and newer)

  1. Download the ZIP file from either:

    • https://github.com/massgravel/Microsoft-Activation-Scripts/archive/refs/heads/master.zip
    • https://git.activated.win/massgrave/Microsoft-Activation-Scripts/archive/master.zip
  2. Extract the downloaded file

  3. Navigate to the All-In-One-Version folder

  4. Run MAS_AIO.cmd

  5. Follow the on-screen prompts to select activation options

Important Notes

  • The PowerShell IRM command downloads the script, and IEX executes it
  • Carefully verify the URL before use
  • Some DNS services might block get.activated.win domain (as it’s new)
  • Be cautious of fake MAS tools using different URLs

Activation Methods Explained

MethodApplicable ToFeatures
HWIDWindowsPermanent activation
OhookOfficePermanent activation
KMS38WindowsLong-term activation
Online KMSWindows/OfficeRequires periodic renewal

Resources

Disclaimer: This tutorial is for educational purposes only. Please ensure you understand the risks and responsibilities before use.

Share