diff options
Diffstat (limited to '_site')
| -rw-r--r-- | _site/index.html | 14 |
1 files changed, 7 insertions, 7 deletions
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 { <div id="intro" class="section level2">
<h2>Intro</h2>
<p><strong>Microsoft Activation Scripts (MAS)</strong></p>
-<p>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.</p>
+<p>A Windows and Office activator using HWID / KMS38 / Online KMS
+activation methods, with a focus on open-source code and fewer antivirus
+detections.</p>
<hr />
</div>
<div id="features" class="section level2">
@@ -438,7 +438,7 @@ href="https://gitlab.com/massgrave/microsoft-activation-scripts">GitLab</a></p> <li>On Windows 10/11, right-click on the windows start menu and select
PowerShell or Terminal.</li>
<li>Copy-paste the below code and press enter<br />
-<code>iwr -useb https://massgrave.dev/get | iex</code></li>
+<code>irm https://massgrave.dev/get | iex</code></li>
<li>You will see the activation options, and follow onscreen
instructions.</li>
<li>That’s all.</li>
@@ -467,9 +467,9 @@ instructions.</li> <h2>Activations Summary</h2>
<table>
<colgroup>
-<col width="19%" />
-<col width="25%" />
-<col width="55%" />
+<col width="23%" />
+<col width="26%" />
+<col width="49%" />
</colgroup>
<thead>
<tr class="header">
|
