From 46a634bf80dd9ab87aab5d63c76d8b29260ac071 Mon Sep 17 00:00:00 2001 From: WindowsAddict Date: Fri, 17 May 2024 14:39:24 +0530 Subject: Add Tls12 command --- docs/intro.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'docs/intro.md') 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. -- cgit v1.2.3