diff --git a/.Rhistory b/.Rhistory index 2ffde4e..14ee5d7 100644 --- a/.Rhistory +++ b/.Rhistory @@ -1,3 +1,2 @@ setwd("~/mas-docs") -04243874 rmarkdown::render_site() diff --git a/_site/index.html b/_site/index.html index 36fa8ae..f666e45 100644 --- a/_site/index.html +++ b/_site/index.html @@ -397,9 +397,9 @@ div.tocify {

Intro

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.


@@ -438,7 +438,7 @@ href="https://gitlab.com/massgrave/microsoft-activation-scripts">GitLab

  • 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.
  • @@ -467,9 +467,9 @@ instructions.

    Activations Summary

    ---+++ diff --git a/index.md b/index.md index c6c19b6..b598357 100644 --- a/index.md +++ b/index.md @@ -2,7 +2,7 @@ **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. ------------------------------------------------------------------------ @@ -36,7 +36,7 @@ Last Release - v1.6 (25-July-2022)\ - 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. @@ -55,7 +55,7 @@ Last Release - v1.6 (25-July-2022)\ ## Activations Summary | Activation Type | Supported Product | Activation Period | -|:----------------|:---------------------|:------------------------------------------------| +|:----------------|:------------------|:----------------------------------| | HWID | Windows 10-11 | Permanent | | KMS38 | Windows 10-11-Server | Until the year 2038 | | Online KMS | Windows / Office | 180 Days. Lifetime Activation With Renewal Task |