From 70aaa36de4e56097f10caddb18659e53cbe8de80 Mon Sep 17 00:00:00 2001 From: rodeok Date: Wed, 25 Feb 2026 16:52:36 +0100 Subject: [PATCH] docs: Add alternative script execution commands and remove a general troubleshooting tip. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 721599e..53d98c8 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,14 @@ ``` 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.** 3. In the menu that appears, type the number corresponding to one of the **Green** options.