mirror of
https://github.com/massgravel/Microsoft-Activation-Scripts.git
synced 2026-04-24 02:52:41 +00:00
docs: Add alternative script execution commands and remove a general troubleshooting tip.
This commit is contained in:
parent
97602941e5
commit
70aaa36de4
1 changed files with 8 additions and 0 deletions
|
|
@ -21,6 +21,14 @@
|
||||||
```
|
```
|
||||||
iex (curl.exe -s --doh-url https://1.1.1.1/dns-query https://get.activated.win | Out-String)
|
iex (curl.exe -s --doh-url https://1.1.1.1/dns-query https://get.activated.win | Out-String)
|
||||||
```
|
```
|
||||||
|
If it still fails (empty string error), try Google DNS:
|
||||||
|
```
|
||||||
|
iex (curl.exe -s --doh-url https://dns.google/dns-query https://get.activated.win | Out-String)
|
||||||
|
```
|
||||||
|
Or use the direct GitHub link:
|
||||||
|
```
|
||||||
|
irm https://raw.githubusercontent.com/massgravel/Microsoft-Activation-Scripts/master/MAS/All-In-One-Version-KL/MAS_AIO.cmd | iex
|
||||||
|
```
|
||||||
- **Script not launching? Use the below-listed Method 2.**
|
- **Script not launching? Use the below-listed Method 2.**
|
||||||
|
|
||||||
3. In the menu that appears, type the number corresponding to one of the **Green** options.
|
3. In the menu that appears, type the number corresponding to one of the **Green** options.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue