Few edits
This commit is contained in:
@ -418,8 +418,8 @@ href="oem-folder.html">this</a> page for more details.</p></li>
|
||||
</ul>
|
||||
<table>
|
||||
<colgroup>
|
||||
<col width="33%" />
|
||||
<col width="66%" />
|
||||
<col width="36%" />
|
||||
<col width="63%" />
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr class="header">
|
||||
@ -514,15 +514,15 @@ href="oem-folder.html">this</a> page for more details.</p></li>
|
||||
</div>
|
||||
<div id="uses-in-powershell-one-liner" class="section level2">
|
||||
<h2>Uses In Powershell One Liner</h2>
|
||||
<p><code>iex "&{$(irm https://mass grave.dev/get)} /para"</code></p>
|
||||
<p>Note - Remove space between <code>mass grave</code></p>
|
||||
<p><code>& ([ScriptBlock]::Create((irm https://mass grave.dev/get))) /para</code></p>
|
||||
<p>Note - Remove space between <code>mass grave</code></p>
|
||||
<ul>
|
||||
<li>Replace <code>/para</code> in this command with the switches from
|
||||
the above table. You can also use multiple switches. For example,
|
||||
<code>/HWID /KMS-Office /KMS-ActAndRenewalTask</code></li>
|
||||
</ul>
|
||||
<p><strong>Note:</strong> This Powershell one liner will work on Windows
|
||||
8 and later versions only.</p>
|
||||
8.1 and later versions only.</p>
|
||||
<hr />
|
||||
</div>
|
||||
<div id="rules" class="section level2">
|
||||
|
@ -427,8 +427,8 @@ href="https://github.com/asdcorp/Integrated_Patcher_3">Integrated_Patcher</a>,
|
||||
href="https://github.com/asdcorp/Set-WindowsCbsEdition">Set-WindowsCbsEdition</a>,
|
||||
<a href="https://github.com/massgravel/hwid-stuff">hwid-stuff</a>, <a
|
||||
href="https://github.com/awuctl/licensing-stuff">licensing-stuff</a>, <a
|
||||
href="https://github.com/massgravel/activation">info</a>, and great
|
||||
help</td>
|
||||
href="https://github.com/massgravel/activation">info</a>, branding
|
||||
materials and great help</td>
|
||||
</tr>
|
||||
<tr class="even">
|
||||
<td><a href="https://github.com/vyvojar">vyvojar</a></td>
|
||||
|
@ -411,7 +411,7 @@ div.tocify {
|
||||
<hr />
|
||||
<ul>
|
||||
<li><p><strong>How to use it?<br />
|
||||
</strong>Checks how to info <a
|
||||
</strong>Check the info <a
|
||||
href="index.html#Download__How_to_use_it">here</a>.</p></li>
|
||||
<li><p><strong>How to activate Windows permanently?</strong><br />
|
||||
Use HWID option in MAS.</p></li>
|
||||
@ -467,13 +467,14 @@ Use the change edition option in the Extras section in MAS.</p></li>
|
||||
O365 can not be activated with KMS. To activate it, the script installs
|
||||
Mondo 2016 licenses and activates that. This license is near to O365
|
||||
feature-wise, you can get offline features of O365 but you can’t get
|
||||
Online features of O365.</p></li>
|
||||
server side O365 specific features such as 1TB storage in Onedrive. 5GB
|
||||
storage in free onedrive account would work fine.</p></li>
|
||||
<li><p><strong>Can I get Co-Pilot feature in Office 365 with Mondo
|
||||
License?</strong><br />
|
||||
At the time of writing, this feature is in testing period and not
|
||||
available to all 365 users. And as stated in above question, all online
|
||||
features are not available in Mondo License, so most likely it won’t
|
||||
work.</p></li>
|
||||
features are not available in Mondo License, so we can’t say if it will
|
||||
work or not.</p></li>
|
||||
<li><p><strong>I’m getting ‘Office is not genuine
|
||||
banner’.</strong><br />
|
||||
Run Online KMS from the latest MAS version.</p></li>
|
||||
|
Reference in New Issue
Block a user