This commit is contained in:
2023-09-25 19:15:25 +05:30
parent d9dde9ba37
commit 14b71bc223
69 changed files with 2972 additions and 1244 deletions

View File

@ -339,6 +339,9 @@ div.tocify {
<li>
<a href="hwid.html">HWID Activation</a>
</li>
<li>
<a href="ohook.html">Ohook Activation</a>
</li>
<li>
<a href="kms38.html">KMS38 Activation</a>
</li>
@ -360,9 +363,6 @@ div.tocify {
<li>
<a href="change_edition.html">Change Edition</a>
</li>
<li>
<a href="install_hwid_key.html">Install HWID Key</a>
</li>
<li class="divider"></li>
<li>
<a href="bypass-russian-geoblock.html">Bypass Russian Geoblock</a>
@ -418,8 +418,8 @@ href="oem-folder.html">this</a> page for more details.</p></li>
</ul>
<table>
<colgroup>
<col width="36%" />
<col width="63%" />
<col width="33%" />
<col width="66%" />
</colgroup>
<thead>
<tr class="header">
@ -434,77 +434,87 @@ href="oem-folder.html">this</a> page for more details.</p></li>
</tr>
<tr class="even">
<td><code>/HWID-NoEditionChange</code></td>
<td>Dont change edition if not supported by HWID</td>
<td>Some editions dont support HWID, script by default change edition
to nearest available to enable HWID activation. This switch can be used
to stop this change. You dont need to add <code>/HWID</code> switch
with this.</td>
</tr>
<tr class="odd">
<td></td>
<td></td>
</tr>
<tr class="even">
<td><code>/Ohook</code></td>
<td>Install Ohook to activate Office</td>
</tr>
<tr class="odd">
<td><code>/Ohook-Uninstall</code></td>
<td>Uninstall Ohook</td>
</tr>
<tr class="even">
<td></td>
<td></td>
</tr>
<tr class="odd">
<td><code>/KMS38</code></td>
<td>Activate with KMS38</td>
</tr>
<tr class="odd">
<tr class="even">
<td><code>/KMS38-RemoveProtection</code></td>
<td>Remove KMS38 protection</td>
</tr>
<tr class="even">
<tr class="odd">
<td><code>/KMS38-NoEditionChange</code></td>
<td>Dont change edition if not supported by KMS38</td>
<td>Some editions dont support KMS38, script by default change edition
to nearest available to enable KMS38 activation. This switch can be used
to stop this change. You dont need to add <code>/KMS38</code> switch
with this.</td>
</tr>
<tr class="even">
<td></td>
<td></td>
</tr>
<tr class="odd">
<td></td>
<td></td>
</tr>
<tr class="even">
<td><code>/KMS-Windows</code></td>
<td>Activate Windows with Online KMS</td>
</tr>
<tr class="odd">
<tr class="even">
<td><code>/KMS-Office</code></td>
<td>Activate Office with Online KMS</td>
</tr>
<tr class="even">
<tr class="odd">
<td><code>/KMS-WindowsOffice</code></td>
<td>Activate Windows &amp; Office with Online KMS</td>
</tr>
<tr class="odd">
<tr class="even">
<td><code>/KMS-RenewalTask</code></td>
<td>Install Online KMS renewal task</td>
</tr>
<tr class="even">
<td><code>/KMS-ActAndRenewalTask</code></td>
<td>Install Online KMS activation &amp; renewal tasks (Use this)</td>
</tr>
<tr class="odd">
<td><code>/KMS-ActAndRenewalTask</code></td>
<td>Install Online KMS activation &amp; renewal tasks (Recommended)</td>
</tr>
<tr class="even">
<td><code>/KMS-Uninstall</code></td>
<td>Uninstall Online KMS</td>
</tr>
<tr class="even">
<tr class="odd">
<td><code>/KMS-KeepvNext</code></td>
<td>Dont override Office C2R vNext license</td>
</tr>
<tr class="odd">
<tr class="even">
<td><code>/KMS-Debug</code></td>
<td>Create Debug log in Online KMS Activation</td>
</tr>
<tr class="even">
<tr class="odd">
<td><code>/KMS-Logger</code></td>
<td>Create simple log in Online KMS Activation</td>
</tr>
<tr class="odd">
<td></td>
<td></td>
</tr>
<tr class="even">
<td><code>/Insert-HWID-Key</code></td>
<td>Insert Windows HWID key</td>
<td></td>
<td></td>
</tr>
<tr class="odd">
<td></td>
<td></td>
</tr>
<tr class="even">
<td><code>/S</code></td>
<td>Run operations in silent mode (no output)</td>
</tr>