diff options
| author | WindowsAddict | 2024-05-17 09:09:24 +0000 |
|---|---|---|
| committer | WindowsAddict | 2024-05-17 09:09:24 +0000 |
| commit | 46a634bf80dd9ab87aab5d63c76d8b29260ac071 (patch) | |
| tree | 0bbe8c96e31895e40df3c569f127c5bd158be4a0 /docs/intro.md | |
| parent | 45c550d3725a37b2bcecfb0d021ca2a7f717153f (diff) | |
| download | massgrave.dev-46a634bf80dd9ab87aab5d63c76d8b29260ac071.zip | |
Add Tls12 command
Diffstat (limited to 'docs/intro.md')
| -rw-r--r-- | docs/intro.md | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/intro.md b/docs/intro.md index 1457eea..7b60456 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -8,7 +8,7 @@ sidebar_label: Intro A Windows and Office activator using HWID / Ohook / KMS38 / Online KMS activation methods, with a focus on open-source code and fewer antivirus detections. ------------------------------------------------------------------------- +--- ## Download / How to use it? @@ -18,18 +18,19 @@ 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://massgrave.dev/get | iex -``` +`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, +`[Net.ServicePointManager]::SecurityProtocol=[Net.SecurityProtocolType]::Tls12` + ### Method 2 - Traditional -- Download the file from [GitHub](https://github.com/massgravel/Microsoft-Activation-Scripts/archive/refs/heads/master.zip) or [Bitbucket](https://bitbucket.org/WindowsAddict/microsoft-activation-scripts/get/master.zip) +- Download the file under the code button from [GitHub](https://github.com/massgravel/Microsoft-Activation-Scripts) or [Bitbucket](https://bitbucket.org/WindowsAddict/microsoft-activation-scripts) - Right-click on the downloaded zip file and extract - In the extracted folder, find the folder named `All-In-One-Version` -- Run the file named `MAS_AIO.cmd` +- Run the file named `MAS_AIO-CRC32_XXXXXXXX.cmd` - You will see the activation options, follow the on-screen instructions. - That's all. |
