diff options
| author | WindowsAddict | 2022-08-27 03:41:11 +0000 |
|---|---|---|
| committer | GitHub | 2022-08-27 03:41:11 +0000 |
| commit | d17d7496e0f8c0fc80b97f42cfd4bb4e1008a8a5 (patch) | |
| tree | 629c4ff6a46fa7664fba6a71f0e2439ff6b8dd81 /README.md | |
| parent | 22938f30e12913dd1fb44a50186b92416a2935ad (diff) | |
| download | Microsoft-Activation-Scripts-d17d7496e0f8c0fc80b97f42cfd4bb4e1008a8a5.zip | |
Shortened Powershell download code
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 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. |
