Massgrave

Microsoft_Activation_Scripts (MAS)

A Windows and Office activator using HWID / KMS38 / Online KMS activation methods, with a focus on open-source code and fewer antivirus detections

Method 1 - PowerShell

(Recommended) 1. On Windows 8.1/10/11, right-click on the windows start menu and select PowerShell or Terminal (Not CMD). 2. Copy-paste the below code and press enter

   irm https://massgrave.dev/get | iex
  1. You will see the activation options, and follow onscreen instructions.
  2. That’s all.

Method 2 - Traditional

  1. Download the file from here
  2. Right click on the downloaded zip file and extract
  3. In the extracted folder, find the folder named All-In-One-Version
  4. Run the file named MAS_AIO.cmd
  5. You will see the activation options, and follow onscreen instructions.
  6. That’s all.

To run the scripts in unattended mode, check here

Command Line Switches

Switches List

You can use the below switches in MAS AIO, separate files version and in Powershell one-liner to run in unattended mode.

Uses In Powershell One Liner

iex "&{$(irm https://massgrave.dev/get)} /para"

Replace /para in this command with the switches from the above table. You can also use multiple switches.

For example, /HWID /KMS-Office /KMS-ActAndRenewalTask

Note: This Powershell one liner will work on Windows 8 and later versions only.

Rules

Script will run in unattended mode if any switch is used.

/S switch is not applicable in MAS separate files version scripts.

All switches are case-insensitive, works in any order, but must be separated with spaces.

/KMS Uninstall switch will take precedence over other KMS switches.

/KMS38 remove protection switch will task precedence over KMS38 activation.