Compare commits

..

No commits in common. "453eb42639beb67215bddb591716349100f4a882" and "e6eb30c93e22cb03ff90fbe5eed848c98df42162" have entirely different histories.

2 changed files with 13 additions and 28 deletions

View File

@ -10,16 +10,16 @@ Open-source Windows and Office activator featuring HWID, Ohook, TSforge, KMS38,
---
### How to Activate Windows / Office?
## Download / How to use it?
#### Method 1 - PowerShell (Windows 8 and later) ❤️
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
:::info
<Tabs>
<TabItem value="Method 1" label="Method 1 - PowerShell (Windows 8 and later) ❤️" default>
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.**
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
```
irm https://get.activated.win | iex
```
@ -27,20 +27,12 @@ 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.
Press [1] HWID for Windows activation.
Press [2] Ohook for Office activation.
3. You will see the activation options. Choose [1] HWID for Windows activation. Choose [2] Ohook for Office activation.
4. That's all
:::
</TabItem>
<TabItem value="Method 2" label="Method 2 - Traditional (Windows 7 and later)" default>
#### Method 2 - Traditional (Windows 7 and later)
<details>
<summary>Click here to view</summary>
1. Download the file using the links provided below.
`https://github.com/massgravel/Microsoft-Activation-Scripts/archive/refs/heads/master.zip`
or
@ -51,7 +43,8 @@ or
5. You will see the activation options, follow the on-screen instructions.
6. That's all.
</details>
</TabItem>
</Tabs>
---

View File

@ -2,15 +2,7 @@
:::danger[Tip]
## Read and follow the blue lines in the script.
---
### 阅读并遵循脚本中的蓝色线路。
### Читайте и следуйте синим линиям в сценарии.
### Leia e siga as linhas azuis no roteiro.
# Read and follow the blue lines in the script.
:::