Add Tls12 command

This commit is contained in:
WindowsAddict 2024-05-17 14:39:24 +05:30
parent 45c550d372
commit 46a634bf80
2 changed files with 12 additions and 6 deletions

View File

@ -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.

View File

@ -94,3 +94,8 @@ table {
font-family: var(--ifm-font-family-monospace);
font-size: var(--ifm-code-font-size);
}
.markdown h1:first-child {
--ifm-h1-font-size: 2.2rem;
}