# 🛠️ Step-by-Step Walkthrough of MassGravel/Microsoft-Activation-Scripts

One of the most common questions in forums and tech communities is:
“How do I use Microsoft Activation Script by MassGravel without activation risk?”
This article gives a step-by-step walkthrough of massgravel/microsoft-activation-scripts, focusing on educational testing labs.
Step 1: Clone the Repository
Use Git to pull the source code directly from
Step 2: Inspect Before Execution
The benefit of MAS is full transparency. You can:
Analyze variables and commands
Check for outbound network connections
Understand how the activation script master branch on GitHub is structured
👉 This promotes safe usage of Microsoft activation scripts in sandbox environments.
Step 3: Virtual Testing
To follow best practices:
Deploy Windows in a virtual machine
Disable internet access if needed
Monitor script behavior using Process Monitor or Wireshark
Step 4: Choose Activation Mode
You’ll see a menu with three main options:
HWID Activation – lifetime Windows activation
KMS38 – activate Windows until 2038
Online KMS – activates Office and Windows for 180 days
Each method is explained in the script with full source available in the GitHub MAS repo.
Step 5: Validate Results
After activation:
🧩 Why Use It?
Compared to tools like KMSPico or AutoKMS, this script:
Is open-source
Doesn’t hide code in binaries
Is safer for educational labs and sandboxing
🔎 Check out more at activatescripts.net for updated tutorials and testing guidelines.