Browse Source

Highlight alternative methods in readme

master
WindowsAddict 1 month ago
parent
commit
4e06a401b5
  1. 26
      README.md

26
README.md

@ -18,26 +18,15 @@
``` ```
irm https://get.activated.win | iex irm https://get.activated.win | iex
``` ```
- For **Windows 7** and later: If the above is blocked (by ISP/DNS), try this (needs updated Windows 10 or 11):
``` ```
iex ((New-Object Net.WebClient).DownloadString('https://get.activated.win')) iex (curl.exe -s --doh-url https://1.1.1.1/dns-query https://get.activated.win | Out-String)
``` ```
- For **Windows 7** and later:
<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) iex ((New-Object Net.WebClient).DownloadString('https://get.activated.win'))
``` ```
- If that fails or you have an older Windows, use the below-listed Method 2. - **Script not launching❓Use the below-listed Method 2.**
---
</details>
3. The activation menu will appear. **Choose the green-highlighted options** to activate Windows or Office. 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) ### Method 2 - Traditional (Windows Vista and later)
<details>
<summary>Click here to view</summary>
1. Download the file using one of the links below: 1. Download the file using one of the links below:
`https://github.com/massgravel/Microsoft-Activation-Scripts/archive/refs/heads/master.zip` `https://github.com/massgravel/Microsoft-Activation-Scripts/archive/refs/heads/master.zip`
or or
@ -60,8 +46,6 @@ or
5. You will see the activation options. Follow the on-screen instructions. 5. You will see the activation options. Follow the on-screen instructions.
6. That's all. 6. That's all.
</details>
--- ---
> [!TIP] > [!TIP]

Loading…
Cancel
Save