Add codeblock for the IRM code

This commit is contained in:
WindowsAddict 2024-02-28 15:54:01 +05:30
parent dd7764d38f
commit dc2c074a05
2 changed files with 17 additions and 11 deletions

View File

@ -439,8 +439,10 @@ href="https://bitbucket.org/WindowsAddict/microsoft-activation-scripts">Bitbucke
<ul>
<li>Right-click on the Windows start menu and select PowerShell or
Terminal (Not CMD).</li>
<li>Copy and paste the code below and press enter<br />
<code>irm https://massgrave.dev/get | iex</code></li>
<li>Copy and paste the code below and press enter</li>
</ul>
<pre><code>irm https://massgrave.dev/get | iex</code></pre>
<ul>
<li>You will see the activation options. Follow the on-screen
instructions.</li>
<li>Thats all.</li>
@ -453,7 +455,7 @@ instructions.</li>
href="https://github.com/massgravel/Microsoft-Activation-Scripts/archive/refs/heads/master.zip">GitHub</a>
or <a
href="https://bitbucket.org/WindowsAddict/microsoft-activation-scripts/get/master.zip">Bitbucket</a></li>
<li>Right click on the downloaded zip file and extract</li>
<li>Right-click on the downloaded zip file and extract</li>
<li>In the extracted folder, find the folder named
<code>All-In-One-Version</code></li>
<li>Run the file named <code>MAS_AIO.cmd</code></li>
@ -470,9 +472,9 @@ href="command_line_switches.html">here</a></p>
<h2>Activations Summary</h2>
<table>
<colgroup>
<col width="25%" />
<col width="27%" />
<col width="47%" />
<col width="22%" />
<col width="28%" />
<col width="49%" />
</colgroup>
<thead>
<tr class="header">

View File

@ -40,15 +40,19 @@ Last Release - v2.5 (16-Nov-2023)\
(Recommended)
- Right-click on the Windows start menu and select PowerShell or Terminal (Not CMD).
- Copy and paste the code below and press enter\
`irm https://massgrave.dev/get | iex`
- Copy and paste the code below and press enter
```
irm https://massgrave.dev/get | iex
```
- You will see the activation options. Follow the on-screen instructions.
- That's all.
### Method 2 - Traditional
- Download the file from [GitHub](https://github.com/massgravel/Microsoft-Activation-Scripts/archive/refs/heads/master.zip) or [Bitbucket](https://bitbucket.org/WindowsAddict/microsoft-activation-scripts/get/master.zip)
- Right click on the downloaded zip file and extract
- Right-click on the downloaded zip file and extract
- In the extracted folder, find the folder named `All-In-One-Version`
- Run the file named `MAS_AIO.cmd`
- You will see the activation options, follow the on-screen instructions.
@ -61,7 +65,7 @@ To run the scripts in unattended mode, check [here](command_line_switches.html)
## Activations Summary
| Activation Type | Supported Product | Activation Period |
|:-----------------|:-------------------|:---------------------------------|
|:----------------|:---------------------|:-------------------------------------|
| HWID | Windows 10-11 | Permanent |
| Ohook | Office | Permanent |
| KMS38 | Windows 10-11-Server | Till the Year 2038 |
@ -87,7 +91,7 @@ To activate unsupported products such as **Office on Mac**, check [here](unsuppo
## Other Projects
- https://github.com/WindowsAddict/IDM-Activation-Script
- <https://github.com/WindowsAddict/IDM-Activation-Script>
------------------------------------------------------------------------