diff options
| author | Lyssa | 2025-12-28 06:05:50 +0000 |
|---|---|---|
| committer | Lyssa | 2025-12-28 06:05:50 +0000 |
| commit | 8a8e9ffb60378efdeeb7283efddf3eb2e1de1b81 (patch) | |
| tree | afd91d69dc91fa00845bbef59a5877b4810351c8 /docs/intro.md | |
| parent | cc8bdb868f6c74b2ba4b9e7e8aec904629cd2925 (diff) | |
| download | massgrave.dev-8a8e9ffb60378efdeeb7283efddf3eb2e1de1b81.zip | |
Diffstat (limited to 'docs/intro.md')
| -rw-r--r-- | docs/intro.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/intro.md b/docs/intro.md index 05f722a..b3b41b2 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -13,7 +13,7 @@ Open-source Windows and Office activator featuring HWID, Ohook, TSforge, and Onl ### How to Activate Windows / Office / Extended Updates (ESU)?
-#### Method 1 - PowerShell ❤️
+#### Method 1 - PowerShell ❤️ (Windows 8.1 and later)
:::info
@@ -21,7 +21,6 @@ Open-source Windows and Office activator featuring HWID, Ohook, TSforge, and Onl Click the **Start Menu**, type `PowerShell`, then open it.
2. **Copy and paste the code below, then press enter.**
- - For **Windows 8, 10, 11**: 📌
```
irm https://get.activated.win | iex
```
@@ -29,6 +28,10 @@ Open-source Windows and Office activator featuring HWID, Ohook, TSforge, and Onl ```
iex (curl.exe -s --doh-url https://1.1.1.1/dns-query https://get.activated.win | Out-String)
```
+ Older versions of Windows will require running this command beforehand:
+ ```
+ [Net.ServicePointManager]::SecurityProtocol=[Net.SecurityProtocolType]::Tls12
+ ```
3. The activation menu will appear. **Choose the green-highlighted options** to activate Windows or Office.
|
