summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWindowsAddict <[email protected]>2025-09-25 02:31:37 +0530
committerWindowsAddict <[email protected]>2025-09-25 02:31:37 +0530
commit4e06a401b5601f7290d7940798c3e74d29030153 (patch)
treeee650c2abfeb075356a2b15eb0f398ef8d22e5ad /README.md
parentb74d1155b980ea9beb49462f5d539d0dc61d2807 (diff)
downloadMicrosoft-Activation-Scripts-4e06a401b5601f7290d7940798c3e74d29030153.zip
Highlight alternative methods in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md26
1 files changed, 5 insertions, 21 deletions
diff --git a/README.md b/README.md
index 773293b..987e065 100644
--- a/README.md
+++ b/README.md
@@ -18,26 +18,15 @@
```
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'))
```
-
-<details>
-
-<summary>Script not launching❓Click here for info.</summary>
-
----
-
-- 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 the below-listed Method 2.
-
----
-
-</details>
+ - **Script not launching❓Use the below-listed Method 2.**
3. The activation menu will appear. **Choose the green-highlighted options** to activate Windows or Office.
@@ -47,9 +36,6 @@
### Method 2 - Traditional (Windows Vista and later)
-<details>
- <summary>Click here to view</summary>
-
1. Download the file using one of the links below:
`https://github.com/massgravel/Microsoft-Activation-Scripts/archive/refs/heads/master.zip`
or
@@ -60,8 +46,6 @@ or
5. You will see the activation options. Follow the on-screen instructions.
6. That's all.
-</details>
-
---
> [!TIP]