diff --git a/MAS/Separate-Files-Version/Activators/Online_KMS_Activation.cmd b/MAS/Separate-Files-Version/Activators/Online_KMS_Activation.cmd index 91882ad..71a08e2 100644 --- a/MAS/Separate-Files-Version/Activators/Online_KMS_Activation.cmd +++ b/MAS/Separate-Files-Version/Activators/Online_KMS_Activation.cmd @@ -9,7 +9,9 @@ :: This is a fork of @abbodi1406's KVA forums.mydigitallife.net/posts/838808 ::_____________________________________ :: -:: Homepage: mass grave [.] dev +:: This script is a part of 'Microsoft-Activation-Scripts' (MAS) project. +:: +:: Homepage: mass grave[.]dev :: Email: windowsaddict@protonmail.com :: ::================================================================================================= diff --git a/README.md b/README.md index 8866138..2daa2b2 100644 --- a/README.md +++ b/README.md @@ -18,22 +18,12 @@ - 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://get.activated.win | iex -``` -or -``` -irm https://massgrave.dev/get | iex -``` +`irm https://get.activated.win | iex` - You will see the activation options. Follow the on-screen instructions. - That's all. ---- - -- On older Windows builds you may need to run the below command before, +Note - On older Windows builds you may need to run the below command before, `[Net.ServicePointManager]::SecurityProtocol=[Net.SecurityProtocolType]::Tls12` -- The Powershell method does not work on Windows 7. Use the Method 2 - Traditional instead. -- The URL get.activated.win may be blocked by some DNS services because it is a new domain. ### Method 2 - Traditional