mirror of
https://github.com/massgravel/Microsoft-Activation-Scripts.git
synced 2024-11-16 20:14:37 -05:00
Shortened Powershell download code
This commit is contained in:
parent
22938f30e1
commit
d17d7496e0
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
## Microsoft Activation Scripts (MAS):
|
||||
|
||||
A collection of scripts for activating Microsoft products using HWID / KMS38 / Online KMS activation methods with a focus on open-source code, fewer antivirus detections and user-friendliness.
|
||||
A Windows and Office activator using HWID / KMS38 / Online KMS activation methods, with a focus on open-source code and fewer antivirus detections.
|
||||
|
||||
## Download / How to use it?
|
||||
|
||||
|
@ -8,7 +8,7 @@ A collection of scripts for activating Microsoft products using HWID / KMS38 / O
|
|||
|
||||
- On Windows 10/11, right-click on the windows start menu and select PowerShell or Terminal.
|
||||
- Copy-paste the below code and press enter\
|
||||
`iwr -useb https://massgrave.dev/get | iex`
|
||||
`irm https://massgrave.dev/get | iex`
|
||||
- You will see the activation options, and follow onscreen instructions.
|
||||
- That's all.
|
||||
|
||||
|
|
Loading…
Reference in a new issue