Add alternative URL
This commit is contained in:
parent
a697bfa826
commit
8f41669157
@ -15,12 +15,22 @@ A Windows and Office activator using HWID / Ohook / KMS38 / Online KMS activatio
|
||||
|
||||
- Right-click on the Windows start menu and select PowerShell or Terminal (Not CMD).
|
||||
- Copy and paste the code below and press enter
|
||||
`irm https://get.activated.win | iex`
|
||||
```
|
||||
irm https://get.activated.win | iex
|
||||
```
|
||||
or
|
||||
```
|
||||
irm https://massgrave.dev/get | iex
|
||||
```
|
||||
- You will see the activation options. Follow the on-screen instructions.
|
||||
- That's all.
|
||||
|
||||
Note - On older Windows builds you may need to run the below command before,
|
||||
---
|
||||
|
||||
- On older Windows builds you may need to run the below command before,
|
||||
`[Net.ServicePointManager]::SecurityProtocol=[Net.SecurityProtocolType]::Tls12`
|
||||
- The Powershell method does not work on Windows 7. Use the Method 2 - Traditional instead.
|
||||
- The URL get.activated.win may be blocked by some DNS services because it is a new domain.
|
||||
|
||||
### Method 2 - Traditional
|
||||
|
||||
@ -35,6 +45,13 @@ To run the scripts in unattended mode, check [here](command_line_switches.md)
|
||||
|
||||
------------------------------------------------------------------------
|
||||
|
||||
## MAS Latest Release
|
||||
|
||||
Last Release - v2.6 (20-Apr-2024)
|
||||
[GitHub](https://github.com/massgravel/Microsoft-Activation-Scripts) / [Bitbucket](https://bitbucket.org/WindowsAddict/microsoft-activation-scripts)
|
||||
|
||||
------------------------------------------------------------------------
|
||||
|
||||
## Features
|
||||
|
||||
- **HWID (Digital License)** Method to Permanently Activate Windows
|
||||
@ -51,13 +68,6 @@ To run the scripts in unattended mode, check [here](command_line_switches.md)
|
||||
|
||||
------------------------------------------------------------------------
|
||||
|
||||
## MAS Latest Release
|
||||
|
||||
Last Release - v2.6 (20-Apr-2024)
|
||||
[GitHub](https://github.com/massgravel/Microsoft-Activation-Scripts) / [Bitbucket](https://bitbucket.org/WindowsAddict/microsoft-activation-scripts)
|
||||
|
||||
------------------------------------------------------------------------
|
||||
|
||||
## Activations Summary
|
||||
|
||||
| Activation Type | Supported Product | Activation Period |
|
||||
|
Loading…
Reference in New Issue
Block a user