summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWindowsAddict2022-08-12 21:47:16 +0000
committerGitHub2022-08-12 21:47:16 +0000
commit6791e7a73fefa53794e0d405156c59ab2eadcc9f (patch)
tree847ea5450bcff3b2efdc6cdeb7ac73dadd23ac64
parentf0fefb7baa2098e6ca62abf2d5f7490951a91ee8 (diff)
downloadMicrosoft-Activation-Scripts-6791e7a73fefa53794e0d405156c59ab2eadcc9f.zip
Update README.md
-rw-r--r--README.md39
1 files changed, 30 insertions, 9 deletions
diff --git a/README.md b/README.md
index 532ea85..56a38a5 100644
--- a/README.md
+++ b/README.md
@@ -1,21 +1,42 @@
- **Microsoft Activation Scripts (MAS):**
+## Microsoft Activation Scripts (MAS):
- A collection of scripts for activating Microsoft products using HWID / KMS38 / Online KMS activation methods
- with a focus on open-source code, fewer antivirus detections and user-friendliness.
-
+A collection of scripts for activating Microsoft products using HWID / KMS38 / Online KMS activation methods with a focus on open-source code, fewer antivirus detections and user-friendliness.
- **[Download Link](https://github.com/massgravel/Microsoft-Activation-Scripts/releases)** <br/>
+## Download / How to use it?
- Latest Version: 1.6
- Release date: 25-July-2022
+### Method 1 - PowerShell
+
+- On Windows 10/11, right-click on the windows start menu and select PowerShell or Terminal.
+- Copy-paste the below code and press enter\
+ `iwr -useb https://massgrave.dev/get | iex`
+- You will see the activation options, and follow onscreen instructions.
+- That's all.
+
+### Method 2 - Traditional
+
+- Download the file named `MAS_1.6_Password_1234.7z` from [here](https://github.com/massgravel/Microsoft-Activation-Scripts/releases)
+- Extract this file with a 3rd party archive manager, such as [7zip](https://www.7-zip.org/download.html)
+- Password is `1234`
+- In the extracted folder, find the folder named `All-In-One-Version`
+- Run the file named `MAS_AIO.cmd`
+- You will see the activation options, and follow onscreen instructions.
+- That's all.
+
+
+```
+Latest Version: 1.6
+Release date: 25-July-2022
+```
+
+### For more details, check Homepage: https://massgrave.dev/
- **For more details, check Homepage:** https://massgrave.dev/ <br/>
<a href="https://discord.gg/gjJEfq7ux8">
<img src="https://discordapp.com/api/guilds/746721520931569757/widget.png?style=banner3" />
</a>
-<hr />
+
+---