This commit is contained in:
2022-11-07 12:30:36 -08:00
parent 4bb0e5702a
commit fc4cb1da66
46 changed files with 2099 additions and 655 deletions

View File

@ -327,6 +327,9 @@ div.tocify {
<li>
<a href="troubleshoot.html">Troubleshoot</a>
</li>
<li>
<a href="genuine-installation-media.html">Download Windows/Office</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Docs
@ -344,6 +347,10 @@ div.tocify {
<a href="online_kms.html">Online KMS Activation</a>
</li>
<li class="divider"></li>
<li>
<a href="command_line_switches.html">Command Line Switches</a>
</li>
<li class="divider"></li>
<li>
<a href="check_activation_status.html">Check Activation Status</a>
</li>
@ -363,11 +370,11 @@ div.tocify {
</li>
<li class="divider"></li>
<li>
<a href="genuine-installation-media.html">Download Genuine Installation Media</a>
<a href="office-license-is-not-genuine.html">Office License Is Not Genuine</a>
</li>
<li class="divider"></li>
<li>
<a href="office-license-is-not-genuine.html">Office License Is Not Genuine</a>
<a href="unsupported_products_activation.html">Unsupported Products Activation</a>
</li>
<li class="divider"></li>
<li>
@ -468,50 +475,9 @@ reg add &quot;HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtecti
if Retail Office is installed and later converted to VL. The office
doesnt perform any such checks if the proper installation of the VL
office is done.</p>
<p>Please find below a guide on how to properly install Volume C2R
Office.</p>
<p><strong>Clear previous installation of Office:</strong></p>
<ul>
<li><p>Uninstall the office with App and Features option in Windows
settings.</p></li>
<li><p>Run <code>Full_Scrub.cmd</code> file from <a
href="https://forums.mydigitallife.net/posts/1466365/">Office
Scrubber</a> (<a
href="https://github.com/abbodi1406/WHD/tree/master/scripts">Mirror</a>)
by abbodi1406 and reboot the system.<br />
Full Scrub is optional, you can skip this step if you want to save
outlook-related data.<br />
Its recommended to at-least run <code>Remove_Licenses.cmd</code> file
from this package.</p></li>
</ul>
<p><strong>Install Office 2021 VL with Official method:</strong></p>
<p>Please note that in the official VL office installation method, there
is no ISO or any one-click solution available. Below is the simplest
guide to installing VL office.</p>
<ul>
<li><p>Download <a
href="https://officecdn.microsoft.com/pr/wsus/setup.exe">Office
Deployment Tool</a> (ODT)</p></li>
<li><p>Copy the downloaded <code>setup.exe</code> file to the root of
the C drive, i.e. <code>C:\setup.exe</code></p></li>
<li><p>Goto <a
href="https://config.office.com/deploymentsettings">config.office.com</a></p></li>
<li><p>Select
<code>Office LTSC Professional Plus 2021 - Volume License</code> in the
office suites section. You can add Visio and Project apps if you need
them. Customize other things and leave them as default where you dont
understand something.</p></li>
<li><p>Once you go through all the options, click on the export button
and it will download a file named
<code>Configuration.xml</code></p></li>
<li><p>Copy the downloaded <code>Configuration.xml</code> file to the
root of the C drive, i.e. <code>C:\Configuration.xml</code></p></li>
<li><p>Open the command prompt as admin and run the below commands</p>
<pre><code>cd /d C:\
setup.exe /configure Configuration.xml</code></pre></li>
</ul>
<p>It will now download and install Office. You can activate it with
your preferred method.</p>
<p>Please the guide <a
href="https://massgrave.dev/genuine-installation-media.html#Download_Office_20192021_VL">here</a>
for VL Office installation.</p>
<hr />
</div>
<div id="change-update-channel" class="section level3">