summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWindowsAddict <[email protected]>2025-04-29 22:45:01 +0530
committerWindowsAddict <[email protected]>2025-04-29 22:45:01 +0530
commit69452365901e7686bc003cdf135af5fd8afee5ea (patch)
tree2c27c8cbc0221ffcb80a0f1cd8287efed533d408 /README.md
parent313f240448953cd5fe3c5631f4e4de502f23fc9a (diff)
parent5872b7df53cb1d0e4316860897a0725695dc4864 (diff)
downloadMicrosoft-Activation-Scripts-69452365901e7686bc003cdf135af5fd8afee5ea.zip
Merge branch 'dev'3.1
Diffstat (limited to 'README.md')
-rw-r--r--README.md45
1 files changed, 27 insertions, 18 deletions
diff --git a/README.md b/README.md
index 0fca6c6..b3fdf00 100644
--- a/README.md
+++ b/README.md
@@ -6,43 +6,54 @@
<hr>
-## Download / How to use it?
+## How to Activate Windows / Office?
### Method 1 - PowerShell (Windows 8 and later) ❤️
-1. Open PowerShell (Not CMD). To do that, right-click on the Windows start menu and select PowerShell or Terminal.
-2. Copy and paste the code below and press enter
+1. **Open PowerShell**
+ To do that, press the Windows key + X, then select PowerShell or Terminal.
+
+2. **Copy and paste the code below, then press enter.**
```
irm https://get.activated.win | iex
```
-Alternatively, you can use the following (It will be deprecated in the future.)
+Alternatively, you can use the following (this 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.
+
+3. You will see the activation options.
+ Press 1 HWID for Windows activation.
+ Press 2 Ohook for Office activation.
+
+4. That's all
---
-### Method 2 - Traditional (Windows 7 and later)
+### Method 2 - Traditional (Windows Vista and later)
<details>
- <summary>Click here for info</summary>
-
-1. Download the file using the links provided below.
+ <summary>Click here to view</summary>
+
+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
-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.
+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.
</details>
---
+- **[Office for macOS](https://massgrave.dev/office_for_mac)**
+- To run the scripts in unattended mode, check [here](https://massgrave.dev/command_line_switches).
+
+---
+
### Not working ❓
- If you are **unable to launch MAS** using the PowerShell method, please refer to **Method 2** listed above.
@@ -59,11 +70,9 @@ or
---
-To run the scripts in unattended mode, check [here](https://massgrave.dev/command_line_switches).
-
```
-Latest Version: 3.0
-Release date: 14-Feb-2025
+Latest Version: 3.1
+Release date: 29-Apr-2025
```
### [Troubleshooting / Help](https://massgrave.dev/troubleshoot)