summaryrefslogtreecommitdiff
path: root/index.md
diff options
context:
space:
mode:
authorWindowsAddict2024-02-28 10:24:01 +0000
committerWindowsAddict2024-02-28 10:24:01 +0000
commitdc2c074a0596878caefa215c25592995fc8e7d1f (patch)
tree1aa2e1dc245c48c2925879f96c3aba275b8a027f /index.md
parentdd7764d38fe5aa519ebc3cfc8f5e1319b0a3da38 (diff)
downloadmassgrave.dev-dc2c074a0596878caefa215c25592995fc8e7d1f.zip
Add codeblock for the IRM code
Diffstat (limited to 'index.md')
-rw-r--r--index.md14
1 files changed, 9 insertions, 5 deletions
diff --git a/index.md b/index.md
index 668ab6f..3448513 100644
--- a/index.md
+++ b/index.md
@@ -40,15 +40,19 @@ Last Release - v2.5 (16-Nov-2023)\
(Recommended)
- 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`
+- Copy and paste the code below and press enter
+
+```
+irm https://massgrave.dev/get | iex
+```
+
- You will see the activation options. Follow the on-screen instructions.
- That's all.
### 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)
-- Right click on the downloaded zip file and extract
+- 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`
- You will see the activation options, follow the on-screen instructions.
@@ -61,7 +65,7 @@ To run the scripts in unattended mode, check [here](command_line_switches.html)
## Activations Summary
| Activation Type | Supported Product | Activation Period |
-|:-----------------|:-------------------|:---------------------------------|
+|:----------------|:---------------------|:-------------------------------------|
| HWID | Windows 10-11 | Permanent |
| Ohook | Office | Permanent |
| KMS38 | Windows 10-11-Server | Till the Year 2038 |
@@ -87,7 +91,7 @@ To activate unsupported products such as **Office on Mac**, check [here](unsuppo
## Other Projects
-- https://github.com/WindowsAddict/IDM-Activation-Script
+- <https://github.com/WindowsAddict/IDM-Activation-Script>
------------------------------------------------------------------------