summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/intro.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/intro.md b/docs/intro.md
index 1457eea..7b60456 100644
--- a/docs/intro.md
+++ b/docs/intro.md
@@ -8,7 +8,7 @@ sidebar_label: Intro
A Windows and Office activator using HWID / Ohook / KMS38 / Online KMS activation methods, with a focus on open-source code and fewer antivirus detections.
-------------------------------------------------------------------------
+---
## Download / How to use it?
@@ -18,18 +18,19 @@ A Windows and Office activator using HWID / Ohook / KMS38 / Online KMS activatio
- Right-click on the Windows start menu and select PowerShell or Terminal (Not CMD).
- Copy and paste the code below and press enter
-```
-irm https://massgrave.dev/get | iex
-```
+`irm https://massgrave.dev/get | iex`
- You will see the activation options. Follow the on-screen instructions.
- That's all.
+Note - On older Windows builds you may need to run the below command before,
+`[Net.ServicePointManager]::SecurityProtocol=[Net.SecurityProtocolType]::Tls12`
+
### Method 2 - Traditional
-- Download the file from [GitHub](https://github.com/massgravel/Microsoft-Activation-Scripts/archive/refs/heads/master.zip) or [Bitbucket](https://bitbucket.org/WindowsAddict/microsoft-activation-scripts/get/master.zip)
+- Download the file under the code button from [GitHub](https://github.com/massgravel/Microsoft-Activation-Scripts) or [Bitbucket](https://bitbucket.org/WindowsAddict/microsoft-activation-scripts)
- Right-click on the downloaded zip file and extract
- In the extracted folder, find the folder named `All-In-One-Version`
-- Run the file named `MAS_AIO.cmd`
+- Run the file named `MAS_AIO-CRC32_XXXXXXXX.cmd`
- You will see the activation options, follow the on-screen instructions.
- That's all.