update
This commit is contained in:
@ -399,7 +399,7 @@ div.tocify {
|
||||
<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, less antivirus detection, and user-friendliness.</p>
|
||||
code, fewer antivirus detection, and user-friendliness.</p>
|
||||
<hr />
|
||||
</div>
|
||||
<div id="features" class="section level2">
|
||||
@ -415,7 +415,7 @@ code, less antivirus detection, and user-friendliness.</p>
|
||||
<li>Check Windows-Office Activation Status</li>
|
||||
<li>Available in All In One & Separate Files Version</li>
|
||||
<li>Fully Open Source</li>
|
||||
<li>Less antivirus detection’s</li>
|
||||
<li>Fewer antivirus detection</li>
|
||||
<li>Files are either transparent batch script or Official Microsoft
|
||||
file</li>
|
||||
</ul>
|
||||
@ -438,7 +438,7 @@ href="https://gitlab.com/massgrave/microsoft-activation-scripts">GitLab</a></p>
|
||||
<li>On Windows 10/11, right click on windows start menu, select
|
||||
PowerShell or Terminal.</li>
|
||||
<li>Copy-paste the below code and press enter<br />
|
||||
<code>iwr https://massgrave.dev/get | iex</code></li>
|
||||
<code>iwr -useb https://massgrave.dev/get | iex</code></li>
|
||||
<li>You will see the activation options, 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="23%" />
|
||||
<col width="52%" />
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr class="header">
|
||||
|
Reference in New Issue
Block a user