diff options
Diffstat (limited to '_site/command_line_switches.html')
| -rw-r--r-- | _site/command_line_switches.html | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/_site/command_line_switches.html b/_site/command_line_switches.html index c67658f..20b3b4b 100644 --- a/_site/command_line_switches.html +++ b/_site/command_line_switches.html @@ -525,14 +525,18 @@ with this.</td> <div id="uses-in-powershell-one-liner" class="section level2">
<h2>Uses In Powershell One Liner</h2>
<p><code>& ([ScriptBlock]::Create((irm https://mass grave.dev/get))) /para</code></p>
-<p>Note - Remove the space between <code>mass grave</code></p>
+<p><strong>Notes</strong> - Remove the 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>
+<li>This Powershell one-liner will work on Windows 8.1 and later
+versions only.</li>
+<li>To change the edition through the command line, check <a
+href="change_edition.html#Manual_Edition_Change">here</a>. We didn’t
+automate it in MAS because it requires a reboot in some cases.</li>
</ul>
-<p><strong>Note:</strong> This Powershell one liner will work on Windows
-8.1 and later versions only.</p>
<hr />
</div>
<div id="rules" class="section level2">
@@ -542,8 +546,8 @@ the above table. You can also use multiple switches. For example, used.</p></li>
<li><p><code>/S</code> switch is not applicable in MAS separate files
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>All switches are case-insensitive, and work 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>
<li><p>KMS38 remove protection switch will take precedence over KMS38
|
