diff options
Diffstat (limited to '_site/command_line_switches.html')
| -rw-r--r-- | _site/command_line_switches.html | 33 |
1 files changed, 18 insertions, 15 deletions
diff --git a/_site/command_line_switches.html b/_site/command_line_switches.html index c263492..6731e51 100644 --- a/_site/command_line_switches.html +++ b/_site/command_line_switches.html @@ -11,7 +11,7 @@ -<title>command_line_switches</title>
+<title>Command Line Switches</title>
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
@@ -363,10 +363,6 @@ div.tocify { </li>
<li class="divider"></li>
<li>
- <a href="unreadable-codes-in-mas-aio.html">Unreadable Codes In MAS AIO</a>
- </li>
- <li class="divider"></li>
- <li>
<a href="office-license-is-not-genuine.html">Office License Is Not Genuine</a>
</li>
<li class="divider"></li>
@@ -411,8 +407,8 @@ href="oem-folder.html">this</a> page for more details.</p></li> </ul>
<table>
<colgroup>
-<col width="36%" />
-<col width="64%" />
+<col width="31%" />
+<col width="68%" />
</colgroup>
<thead>
<tr class="header">
@@ -467,7 +463,7 @@ href="oem-folder.html">this</a> page for more details.</p></li> </tr>
<tr class="even">
<td><code>/KMS-ActAndRenewalTask</code></td>
-<td>Install Online KMS activation & renewal tasks</td>
+<td>Install Online KMS activation & renewal tasks (Use this)</td>
</tr>
<tr class="odd">
<td><code>/KMS-Uninstall</code></td>
@@ -509,10 +505,19 @@ href="oem-folder.html">this</a> page for more details.</p></li> <h2>Uses In Powershell One Liner</h2>
<p><code>& ([ScriptBlock]::Create((irm https://massgrave.dev/get))) /para</code></p>
<ul>
-<li>Replace <code>/para</code> in the this command with the switches
-from the above table. You can use multiple switches. Example,</li>
+<li>Replace <code>/para</code> in this command with the switches from
+the above table. You can use multiple switches. For example, if you want
+to activate Windows and Office both with the best method possible then
+use,</li>
</ul>
-<p><code>& ([ScriptBlock]::Create((irm https://massgrave.dev/get))) /HWID /KMS-Office</code></p>
+<p><code>& ([ScriptBlock]::Create((irm https://massgrave.dev/get))) /HWID /KMS38 /KMS-WindowsOffice /KMS-ActAndRenewalTask</code></p>
+<p>If you just want to activate Windows with HWID and Office with KMS
+then,</p>
+<p><code>& ([ScriptBlock]::Create((irm https://massgrave.dev/get))) /HWID /KMS-Office /KMS-ActAndRenewalTask</code></p>
+<p>If you just wants to activate Windows with HWID then,</p>
+<p><code>& ([ScriptBlock]::Create((irm https://massgrave.dev/get))) /HWID</code></p>
+<p><strong>Note:</strong> This Powershell one liner will work on Windows
+8 and later versions only.</p>
<hr />
</div>
<div id="rules" class="section level2">
@@ -525,7 +530,7 @@ version scripts.</p></li> <li><p>All switches are case-insensitive, works in any order, but must
be separated with spaces.</p></li>
<li><p>KMS Uninstall switch will take precedence over other KMS
-switches</p></li>
+switches.</p></li>
<li><p>KMS38 remove protection switch will task precedence over KMS38
activation.</p></li>
</ul>
@@ -534,9 +539,7 @@ activation.</p></li> <div id="need-help" class="section level2">
<h2>Need help?</h2>
<ul>
-<li>Reach out to us on <a
-href="https://discord.gg/gjJEfq7ux8">Discord</a> (signup not
-required)</li>
+<li>Check <a href="troubleshoot.html">here</a>.</li>
</ul>
</div>
</div>
|
