From d1dca45710203de32fc7bfe0b3a67061dd135bbd Mon Sep 17 00:00:00 2001 From: WindowsAddict Date: Fri, 8 Nov 2024 21:06:48 +0530 Subject: [PATCH] Update ReadMe --- README.md | 61 +++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 43 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 38744e5..d0a3f9a 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,7 @@

Microsoft Activation Scripts (MAS)

-

A Windows and Office activator using HWID / Ohook / KMS38 / Online KMS activation methods, with a focus on open-source code and fewer antivirus detections.

- -

- Chat with us without signup - MAS on Reddit - Follow us on X -

+

Open-source Windows and Office activator featuring HWID, Ohook, KMS38, and Online KMS activation methods, along with advanced troubleshooting.


@@ -21,32 +15,47 @@ ``` irm https://get.activated.win | iex ``` -or (deprecated, will be retired on Dec 31 2024, use above instead) +3. You will see the activation options. Choose (1) HWID for Windows activation. Choose (2) Ohook for Office activation. +4. That's all. + +
+ More options + +- Alternatively, you can use the following (It will be deprecated in the future.) ``` irm https://massgrave.dev/get | iex ``` -3. You will see the activation options. Choose [1] HWID for Windows activation. Choose [2] Ohook for Office activation. -4. That's all. +- The URL `get.activated.win` might be blocked by some DNS services because it is a new domain. + +
--- -- On older Windows builds you may need to run the below command before, -`[Net.ServicePointManager]::SecurityProtocol=[Net.SecurityProtocolType]::Tls12` -- The Powershell method does not work on Windows 7. Use the Method 2 - Traditional instead. -- The URL get.activated.win may be blocked by some DNS services because it is a new domain. - ### Method 2 - Traditional (Windows 7 and later) -1. Download the file under the code button from [GitHub](https://github.com/massgravel/Microsoft-Activation-Scripts) / [Azure DevOps](https://dev.azure.com/massgrave/_git/Microsoft-Activation-Scripts) / [Self-hosted Git](https://git.activated.win/massgrave/Microsoft-Activation-Scripts) +
+ Info + +1. Download the file under the code button from [GitHub](https://github.com/massgravel/Microsoft-Activation-Scripts) or [Azure DevOps](https://dev.azure.com/massgrave/_git/Microsoft-Activation-Scripts) or [Self-hosted Git](https://git.activated.win/massgrave/Microsoft-Activation-Scripts) 2. Right-click on the downloaded zip file and extract 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. -To run the scripts in unattended mode, check [here](https://massgrave.dev/command_line_switches) +
-
+--- + +> [!NOTE] +> +> - The IRM command in PowerShell downloads a script from a specified URL, and the IEX command executes it. +> - Always double-check the URL before executing the command and verify the source if manually downloading files. +> - Be cautious, as some spread malware disguised as MAS by using different URLs in the IRM command. + +--- + +To run the scripts in unattended mode, check [here](https://massgrave.dev/command_line_switches). ``` Latest Version: 2.7 @@ -56,6 +65,22 @@ Release date: 6-Sep-2024 ### [Troubleshooting / Help](https://massgrave.dev/troubleshoot) ### [Download Original Windows & Office](https://massgrave.dev/genuine-installation-media) ### Homepage - [https://massgrave.dev/](https://massgrave.dev/) +
+ +[![1.1]][1] +[![1.2]][2] +[![1.3]][3] +[![1.4]][4] + +[1.1]: https://massgrave.dev/img/logo_discord.png (Chat with us without signup) +[1.2]: https://massgrave.dev/img/logo_github.png (GitHub) +[1.3]: https://massgrave.dev/img/logo_reddit.png (Reddit) +[1.4]: https://massgrave.dev/img/logo_x.png (Follow on 𝕏/Twitter) + +[1]: https://discord.gg/tVFN4N84PP +[2]: https://github.com/massgravel/Microsoft-Activation-Scripts +[3]: https://www.reddit.com/r/MAS_Activator +[4]: https://twitter.com/massgravel ---