From ecbeed428342074d3c3fc62524124c833364553d Mon Sep 17 00:00:00 2001
From: WindowsAddict
Date: Thu, 25 Sep 2025 02:23:25 +0530
Subject: Highlight alternative methods
---
docs/intro.md | 21 +++++++--------------
1 file changed, 7 insertions(+), 14 deletions(-)
(limited to 'docs/intro.md')
diff --git a/docs/intro.md b/docs/intro.md
index 0b781b6..ba5cc0a 100644
--- a/docs/intro.md
+++ b/docs/intro.md
@@ -24,21 +24,15 @@ Open-source Windows and Office activator featuring HWID, Ohook, TSforge, KMS38,
```
irm https://get.activated.win | iex
```
+ If the above is blocked (by ISP/DNS), try this (needs updated Windows 10 or 11):
+ ```
+ iex (curl.exe -s --doh-url https://1.1.1.1/dns-query https://get.activated.win | Out-String)
+ ```
- For **Windows 7** and later:
```
iex ((New-Object Net.WebClient).DownloadString('https://get.activated.win'))
```
-
-
-**Script not launching❓Click here for info.**
-
-- If the above is blocked (by ISP/DNS), try this (needs **updated Windows 10 or 11**):
- ```
- iex (curl.exe -s --doh-url https://1.1.1.1/dns-query https://get.activated.win | Out-String)
- ```
-- If that fails or you have an older Windows, use [**Method 2**](intro.md#method-2---traditional-windows-vista-and-later).
-
-
+ - **Script not launching❓Use [**Method 2**](intro.md#method-2---traditional-windows-vista-and-later).**
3. The activation menu will appear. **Choose the green-highlighted options** to activate Windows or Office.
@@ -48,8 +42,7 @@ Open-source Windows and Office activator featuring HWID, Ohook, TSforge, KMS38,
#### Method 2 - Traditional (Windows Vista and later)
-
- Click here to view
+:::info
1. Download the file using one of the links below:
`https://github.com/massgravel/Microsoft-Activation-Scripts/archive/refs/heads/master.zip`
@@ -61,7 +54,7 @@ or
5. You will see the activation options. Follow the on-screen instructions.
6. That's all.
-
+:::
---
--
cgit v1.2.3