summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWindowsAddict2025-03-17 22:30:45 +0000
committerWindowsAddict2025-03-17 22:30:45 +0000
commit453eb42639beb67215bddb591716349100f4a882 (patch)
tree140ee09f8eaf2950bc6892928f03772ecceadc10
parent774a534b88f5db337f89b4123a58e92533fbae50 (diff)
downloadmassgrave.dev-453eb42639beb67215bddb591716349100f4a882.zip
Update usage instructions
-rw-r--r--docs/intro.md31
1 files changed, 19 insertions, 12 deletions
diff --git a/docs/intro.md b/docs/intro.md
index 1dee14a..81df529 100644
--- a/docs/intro.md
+++ b/docs/intro.md
@@ -10,16 +10,16 @@ Open-source Windows and Office activator featuring HWID, Ohook, TSforge, KMS38,
---
-## Download / How to use it?
+### How to Activate Windows / Office?
-import Tabs from '@theme/Tabs';
-import TabItem from '@theme/TabItem';
+#### Method 1 - PowerShell (Windows 8 and later) ❤️
-<Tabs>
-<TabItem value="Method 1" label="Method 1 - PowerShell (Windows 8 and later) ❤️" default>
+:::info
-1. Open PowerShell (Not CMD). To do that, right-click on the Windows start menu and select PowerShell or Terminal.
-2. Copy and paste the code below and press enter
+1. **Open PowerShell**
+ To do that, press the Windows key + X, then select PowerShell or Terminal.
+
+2. **Copy and paste the code below, then press enter.**
```
irm https://get.activated.win | iex
```
@@ -27,12 +27,20 @@ Alternatively, you can use the following (It will be deprecated in the future.)
```
irm https://massgrave.dev/get | iex
```
-3. You will see the activation options. Choose [1] HWID for Windows activation. Choose [2] Ohook for Office activation.
+
+3. You will see the activation options.
+ Press [1] HWID for Windows activation.
+ Press [2] Ohook for Office activation.
+
4. That's all
-</TabItem>
-<TabItem value="Method 2" label="Method 2 - Traditional (Windows 7 and later)" default>
+:::
+
+#### Method 2 - Traditional (Windows 7 and later)
+<details>
+ <summary>Click here to view</summary>
+
1. Download the file using the links provided below.
`https://github.com/massgravel/Microsoft-Activation-Scripts/archive/refs/heads/master.zip`
or
@@ -43,8 +51,7 @@ or
5. You will see the activation options, follow the on-screen instructions.
6. That's all.
-</TabItem>
-</Tabs>
+</details>
---