diff --git a/.gitattributes b/.gitattributes index 42ba7d6..8749e12 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ # MAS export-ignore # LICENSE export-ignore -README.md export-ignore +# README.md export-ignore .gitattributes export-ignore diff --git a/README.md b/README.md index 1e8c394..773293b 100644 --- a/README.md +++ b/README.md @@ -18,15 +18,26 @@ ``` 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❓Use the below-listed Method 2.** + +
+ +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 the below-listed Method 2. + +--- + +
3. The activation menu will appear. **Choose the green-highlighted options** to activate Windows or Office. @@ -36,13 +47,21 @@ ### Method 2 - Traditional (Windows Vista and later) -1. Download the ZIP file from [GitHub](https://codeload.github.com/massgravel/Microsoft-Activation-Scripts/legacy.zip/master) or [Azure DevOps](http://dev.azure.com/massgrave/Microsoft-Activation-Scripts/_apis/git/repositories/Microsoft-Activation-Scripts/items?$format=zip). +
+ Click here to view + +1. Download the file using one of the links below: +`https://github.com/massgravel/Microsoft-Activation-Scripts/archive/refs/heads/master.zip` +or +`https://git.activated.win/massgrave/Microsoft-Activation-Scripts/archive/master.zip` 2. Right-click on the downloaded zip file and extract it. 3. In the extracted folder, find the folder named `All-In-One-Version`. 4. Run the file named `MAS_AIO.cmd`. 5. You will see the activation options. Follow the on-screen instructions. 6. That's all. +
+ --- > [!TIP]