mirror of
https://github.com/massgravel/Microsoft-Activation-Scripts.git
synced 2025-12-06 07:50:38 +00:00
Compare commits
No commits in common. "c37609eabe501a01b79f06f079a2e8f997bfc1a2" and "b74d1155b980ea9beb49462f5d539d0dc61d2807" have entirely different histories.
c37609eabe
...
b74d1155b9
2 changed files with 22 additions and 6 deletions
2
.gitattributes
vendored
2
.gitattributes
vendored
|
|
@ -1,4 +1,4 @@
|
|||
# MAS export-ignore
|
||||
# LICENSE export-ignore
|
||||
README.md export-ignore
|
||||
# README.md export-ignore
|
||||
.gitattributes export-ignore
|
||||
|
|
|
|||
26
README.md
26
README.md
|
|
@ -18,15 +18,26 @@
|
|||
```
|
||||
irm https://get.activated.win | iex
|
||||
```
|
||||
If the above is blocked (by ISP/DNS), try this (needs updated Windows 10 or 11):
|
||||
```
|
||||
iex (curl.exe -s --doh-url https://1.1.1.1/dns-query https://get.activated.win | Out-String)
|
||||
```
|
||||
- For **Windows 7** and later:
|
||||
```
|
||||
iex ((New-Object Net.WebClient).DownloadString('https://get.activated.win'))
|
||||
```
|
||||
- **Script not launching❓Use the below-listed Method 2.**
|
||||
|
||||
<details>
|
||||
|
||||
<summary>Script not launching❓Click here for info.</summary>
|
||||
|
||||
---
|
||||
|
||||
- If the above is blocked (by ISP/DNS), try this (needs **updated Windows 10 or 11**):
|
||||
```
|
||||
iex (curl.exe -s --doh-url https://1.1.1.1/dns-query https://get.activated.win | Out-String)
|
||||
```
|
||||
- If that fails or you have an older Windows, use the below-listed Method 2.
|
||||
|
||||
---
|
||||
|
||||
</details>
|
||||
|
||||
3. The activation menu will appear. **Choose the green-highlighted options** to activate Windows or Office.
|
||||
|
||||
|
|
@ -36,6 +47,9 @@
|
|||
|
||||
### Method 2 - Traditional (Windows Vista and later)
|
||||
|
||||
<details>
|
||||
<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
|
||||
|
|
@ -46,6 +60,8 @@ or
|
|||
5. You will see the activation options. Follow the on-screen instructions.
|
||||
6. That's all.
|
||||
|
||||
</details>
|
||||
|
||||
---
|
||||
|
||||
> [!TIP]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue