MAS tag line and Powershell download code update
This commit is contained in:
parent
6520241efd
commit
58f0df3006
@ -1,3 +1,2 @@
|
|||||||
setwd("~/mas-docs")
|
setwd("~/mas-docs")
|
||||||
04243874
|
|
||||||
rmarkdown::render_site()
|
rmarkdown::render_site()
|
||||||
|
@ -397,9 +397,9 @@ div.tocify {
|
|||||||
<div id="intro" class="section level2">
|
<div id="intro" class="section level2">
|
||||||
<h2>Intro</h2>
|
<h2>Intro</h2>
|
||||||
<p><strong>Microsoft Activation Scripts (MAS)</strong></p>
|
<p><strong>Microsoft Activation Scripts (MAS)</strong></p>
|
||||||
<p>A collection of scripts for activating Microsoft products using HWID
|
<p>A Windows and Office activator using HWID / KMS38 / Online KMS
|
||||||
/ KMS38 / Online KMS activation methods with a focus on open-source
|
activation methods, with a focus on open-source code and fewer antivirus
|
||||||
code, fewer antivirus detections, and user-friendliness.</p>
|
detections.</p>
|
||||||
<hr />
|
<hr />
|
||||||
</div>
|
</div>
|
||||||
<div id="features" class="section level2">
|
<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
|
<li>On Windows 10/11, right-click on the windows start menu and select
|
||||||
PowerShell or Terminal.</li>
|
PowerShell or Terminal.</li>
|
||||||
<li>Copy-paste the below code and press enter<br />
|
<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
|
<li>You will see the activation options, and follow onscreen
|
||||||
instructions.</li>
|
instructions.</li>
|
||||||
<li>That’s all.</li>
|
<li>That’s all.</li>
|
||||||
@ -467,9 +467,9 @@ instructions.</li>
|
|||||||
<h2>Activations Summary</h2>
|
<h2>Activations Summary</h2>
|
||||||
<table>
|
<table>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col width="19%" />
|
<col width="23%" />
|
||||||
<col width="25%" />
|
<col width="26%" />
|
||||||
<col width="55%" />
|
<col width="49%" />
|
||||||
</colgroup>
|
</colgroup>
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="header">
|
<tr class="header">
|
||||||
|
6
index.md
6
index.md
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
**Microsoft Activation Scripts (MAS)**
|
**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.
|
- On Windows 10/11, right-click on the windows start menu and select PowerShell or Terminal.
|
||||||
- Copy-paste the below code and press enter\
|
- 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.
|
- You will see the activation options, and follow onscreen instructions.
|
||||||
- That's all.
|
- That's all.
|
||||||
|
|
||||||
@ -55,7 +55,7 @@ Last Release - v1.6 (25-July-2022)\
|
|||||||
## Activations Summary
|
## Activations Summary
|
||||||
|
|
||||||
| Activation Type | Supported Product | Activation Period |
|
| Activation Type | Supported Product | Activation Period |
|
||||||
|:----------------|:---------------------|:------------------------------------------------|
|
|:----------------|:------------------|:----------------------------------|
|
||||||
| HWID | Windows 10-11 | Permanent |
|
| HWID | Windows 10-11 | Permanent |
|
||||||
| KMS38 | Windows 10-11-Server | Until the year 2038 |
|
| KMS38 | Windows 10-11-Server | Until the year 2038 |
|
||||||
| Online KMS | Windows / Office | 180 Days. Lifetime Activation With Renewal Task |
|
| Online KMS | Windows / Office | 180 Days. Lifetime Activation With Renewal Task |
|
||||||
|
Loading…
Reference in New Issue
Block a user