This commit is contained in:
DESKTOP-V026VQF\Home 2023-03-22 03:56:48 +05:30
parent 4845932d78
commit c760c73b88
3 changed files with 12 additions and 12 deletions

View File

@ -24,3 +24,4 @@ rmarkdown::render_site()
rmarkdown::render_site() rmarkdown::render_site()
rmarkdown::render_site() rmarkdown::render_site()
rmarkdown::render_site() rmarkdown::render_site()
rmarkdown::render_site()

View File

@ -432,9 +432,10 @@ href="https://gitlab.com/massgrave/microsoft-activation-scripts">GitLab</a></p>
<h2>Download / How to use it?</h2> <h2>Download / How to use it?</h2>
<div id="method-1---powershell" class="section level3"> <div id="method-1---powershell" class="section level3">
<h3>Method 1 - PowerShell</h3> <h3>Method 1 - PowerShell</h3>
<p>(Recommended)</p>
<ul> <ul>
<li>On Windows 10/11, right-click on the windows start menu and select <li>On Windows 8.1/10/11, right-click on the windows start menu and
PowerShell or Terminal (Not CMD).</li> select PowerShell or Terminal (Not CMD).</li>
<li>Copy-paste the below code and press enter<br /> <li>Copy-paste the below code and press enter<br />
<code>irm 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
@ -445,12 +446,9 @@ instructions.</li>
<div id="method-2---traditional" class="section level3"> <div id="method-2---traditional" class="section level3">
<h3>Method 2 - Traditional</h3> <h3>Method 2 - Traditional</h3>
<ul> <ul>
<li>Download the file named <code>MAS_1.8_Password_1234.7z</code> from <li>Download the file from <a
<a href="https://github.com/massgravel/Microsoft-Activation-Scripts/archive/refs/heads/master.zip">here</a></li>
href="https://github.com/massgravel/Microsoft-Activation-Scripts/releases">here</a></li> <li>Right click on the downloaded zip file and extract</li>
<li>Extract this file with a 3rd party archive manager, such as <a
href="https://www.7-zip.org/download.html">7zip</a></li>
<li>Password is <code>1234</code></li>
<li>In the extracted folder, find the folder named <li>In the extracted folder, find the folder named
<code>All-In-One-Version</code></li> <code>All-In-One-Version</code></li>
<li>Run the file named <code>MAS_AIO.cmd</code></li> <li>Run the file named <code>MAS_AIO.cmd</code></li>

View File

@ -37,7 +37,9 @@ Last Release - v1.8 (16-Mar-2023)\
### Method 1 - PowerShell ### Method 1 - PowerShell
- On Windows 10/11, right-click on the windows start menu and select PowerShell or Terminal (Not CMD). (Recommended)
- On Windows 8.1/10/11, right-click on the windows start menu and select PowerShell or Terminal (Not CMD).
- Copy-paste the below code and press enter\ - Copy-paste the below code and press enter\
`irm 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.
@ -45,9 +47,8 @@ Last Release - v1.8 (16-Mar-2023)\
### Method 2 - Traditional ### Method 2 - Traditional
- Download the file named `MAS_1.8_Password_1234.7z` from [here](https://github.com/massgravel/Microsoft-Activation-Scripts/releases) - Download the file from [here](https://github.com/massgravel/Microsoft-Activation-Scripts/archive/refs/heads/master.zip)
- Extract this file with a 3rd party archive manager, such as [7zip](https://www.7-zip.org/download.html) - Right click on the downloaded zip file and extract
- Password is `1234`
- In the extracted folder, find the folder named `All-In-One-Version` - In the extracted folder, find the folder named `All-In-One-Version`
- Run the file named `MAS_AIO.cmd` - Run the file named `MAS_AIO.cmd`
- You will see the activation options, and follow onscreen instructions. - You will see the activation options, and follow onscreen instructions.