mirror of
https://github.com/massgravel/massgrave.dev
synced 2026-01-16 16:04:22 -05:00
Compare commits
2 Commits
6be7484ebf
...
8a8e9ffb60
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8a8e9ffb60 | ||
|
|
cc8bdb868f |
@@ -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.
|
||||
|
||||
|
||||
@@ -136,6 +136,10 @@
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.navbar__item.discord-button::before {
|
||||
margin: 3px 0 0 0 !important;
|
||||
}
|
||||
|
||||
.navbar__item.github-button::before {
|
||||
margin: 0 !important;
|
||||
}
|
||||
@@ -181,4 +185,4 @@ table {
|
||||
.tabs__item--active:hover {
|
||||
background-color: var(--ifm-color-primary-dark);
|
||||
border-color: var(--ifm-color-primary-light);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user