From fc19b9e225fad7aceed52e66f6195e32f2173a3e Mon Sep 17 00:00:00 2001 From: DESKTOP-V026VQF\Home Date: Tue, 21 Feb 2023 20:27:42 +0530 Subject: Update --- .Rhistory | 10 + _site/fix-internet-connection.html | 561 ++++++++++++++++++++++++++++++ _site/genuine-installation-media.html | 8 +- _site/office-license-is-not-genuine.html | 4 +- _site/office_c2r_custom.html | 569 +++++++++++++++++++++++++++++++ _site/office_c2r_links.html | 6 +- _site/office_c2r_vl.html | 556 ------------------------------ fix-internet-connection.md | 74 ++++ genuine-installation-media.md | 18 +- office-license-is-not-genuine.md | 2 +- office_c2r_custom.md | 68 ++++ office_c2r_links.md | 4 +- office_c2r_vl.md | 54 --- 13 files changed, 1303 insertions(+), 631 deletions(-) create mode 100644 _site/fix-internet-connection.html create mode 100644 _site/office_c2r_custom.html delete mode 100644 _site/office_c2r_vl.html create mode 100644 fix-internet-connection.md create mode 100644 office_c2r_custom.md delete mode 100644 office_c2r_vl.md diff --git a/.Rhistory b/.Rhistory index 4135d38..6787a1c 100644 --- a/.Rhistory +++ b/.Rhistory @@ -2,3 +2,13 @@ setwd("~/mas-docs") rmarkdown::render_site() setwd("~/mas-docs") rmarkdown::render_site() +setwd("~/mas-docs") +rmarkdown::render_site() +rmarkdown::render_site() +rmarkdown::render_site() +rmarkdown::render_site() +rmarkdown::render_site() +rmarkdown::render_site() +rmarkdown::render_site() +setwd("~/mas-docs") +rmarkdown::render_site() diff --git a/_site/fix-internet-connection.html b/_site/fix-internet-connection.html new file mode 100644 index 0000000..5199e0e --- /dev/null +++ b/_site/fix-internet-connection.html @@ -0,0 +1,561 @@ + + + + + + + + + + + + + +fix-internet-connection + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+
+
+
+ +
+ + + + + + + + + +
+

Fix Issues In Connecting To Licensing Servers

+
+
    +
  • In some cases, HWID activation may fail because system couldn’t +connect to HWID licensing servers.

  • +
  • Activation script will inform you about this if that is the +case.

  • +
  • This may happen mostly either due to DNS or Issues in MS +licensing servers itself or Firewall rules in the system. Below you can +find listed fixes for it.

  • +
  • Which method to choose for the fix?
    +

    +
      +
    • If you are located in China then choose Modify Host +File option.
      +
    • +
    • If you are not in China then first try Fix DNS +option, and if that doesn’t work then try VPN +method.
    • +
  • +
  • If you are facing issues then reach out to us on our Discord.

  • +
+
+
+

Fix DNS

+
    +
  • Download the Fix_DNS.zip file from here.

  • +
  • Extract the zip file and right click on Fix_DNS.cmd +file and run it as admin.

  • +
  • Follow onscreen instructions.

  • +
  • Once done, try HWID Activation.

  • +
+
+
+
+

VPN

+
    +
  • You can install either of the below VPN to fix issue if script is +showing failed to connect licensing servers.

  • +
  • Cloudflare WARP - https://1.1.1.1/

  • +
  • Psiphon - https://psiphon.ca/

  • +
  • Once done, try HWID Activation.

  • +
+
+
+
+

Modify Host File

+
    +
  • Open Powershell or Terminal as admin (don’t open CMD).

  • +
  • Copy paste below lines and press enter,

  • +
+ +
$filePath = "C:\Windows\System32\drivers\etc\hosts"
+
+Set-ItemProperty -Path $filePath -Name IsReadOnly -Value $false
+
+Set-Content -Path $filePath -Value (Get-Content $filePath | ForEach-Object { $_ -replace "124.108.22.138 licensing.mp.microsoft.com", "" })
+
+Add-Content -Path $filePath -Value "124.108.22.138 licensing.mp.microsoft.com"
+
+Set-ItemProperty -Path $filePath -Name IsReadOnly -Value $true
+
    +
  • Done. Now try HWID Activation.
  • +
+

To restore it, run below commands.

+
$filePath = "C:\Windows\System32\drivers\etc\hosts"
+
+Set-ItemProperty -Path $filePath -Name IsReadOnly -Value $false
+
+Set-Content -Path $filePath -Value (Get-Content $filePath | ForEach-Object { $_ -replace "124.108.22.138 licensing.mp.microsoft.com", "" })
+
+Set-ItemProperty -Path $filePath -Name IsReadOnly -Value $true
+
+
+
+ + + + +
+
+ +
+ + + + + + + + + + + + + + + + diff --git a/_site/genuine-installation-media.html b/_site/genuine-installation-media.html index 3e591b7..6230334 100644 --- a/_site/genuine-installation-media.html +++ b/_site/genuine-installation-media.html @@ -438,14 +438,14 @@ href="https://opendirectory.luzea.de/luzea/Windows_10_Enterprise_LTSC_2021/">Lin -Office C2R Retail +Office C2R Installers (Retail) Link1 (Easy to install) -Office C2R VL -Link1 (Advanced, -allows customization) +Office C2R Custom Install (Retail / VL) +Link1 (Requires more +steps, allows customization) Office MSI VL (Old versions) diff --git a/_site/office-license-is-not-genuine.html b/_site/office-license-is-not-genuine.html index 43cefde..eaec9ce 100644 --- a/_site/office-license-is-not-genuine.html +++ b/_site/office-license-is-not-genuine.html @@ -472,8 +472,8 @@ reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtecti if Retail Office is installed and later converted to VL. The office doesn’t perform any such checks if the proper installation of the VL office is done.

-

Please the guide here for VL Office -installation.

+

Please the guide here for VL +Office installation.


diff --git a/_site/office_c2r_custom.html b/_site/office_c2r_custom.html new file mode 100644 index 0000000..ed03e62 --- /dev/null +++ b/_site/office_c2r_custom.html @@ -0,0 +1,569 @@ + + + + + + + + + + + + + +office_c2r_custom + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+
+
+
+ +
+ + + + + + + + + +
+

Office C2R O365/2019/2021 Custom Install

+
+
+

Notes

+
    +
  • If the below guide is confusing to you then the simplest option +for you is to use Office C2R +Installer.

  • +
  • Retail Office (O365 with Mondo 2016 KMS License installed by +Activation script):
    +Pros - Latest feature updates
    +Cons - On Office repair or Windows major feature updates, you will need +to run activation script again.

  • +
  • Volume Office (2021):
    +Pros - You won’t need to run activation script again on Office repair or +Windows major feature updates.
    +Cons - No latest feature updates

  • +
  • Please note that in the official C2R office custom installation +method, there is no ISO or any one-click solution available. Below is +the simplest guide to installing the customized office.

  • +
+
+
+
+

Custom Installation Guide

+

First clear previous installation of Office,

+
    +
  • Uninstall the office with App and Features option in Windows +settings.

  • +
  • Run OfficeScrubber.cmd file from Office +Scrubber by abbodi1406 and select +[R] Remove all Licenses option. You can skip this step if +Office was never installed on the system.

  • +
+

Once done,

+
    +
  • Download Office +Deployment Tool (ODT)

  • +
  • Copy the downloaded setup.exe file to the root of +the C drive, i.e. C:\setup.exe

  • +
  • Goto config.office.com

  • +
  • If you want Retail Office then select +Microsoft 365 Apps for enterprise in the office suites +section.

  • +
  • If you want Volume Office then select +Office LTSC Professional Plus 2021 - Volume License (Don’t +select SPLA version) in the office suites section.

  • +
  • You can add Visio and Project apps if you need them. Don’t select +language which is not available for +Project/Visio if you are installing these apps.

  • +
  • Customize other things and leave them as default where you don’t +understand something.

  • +
  • Once you go through all the options, click on the export button +and it will download a file named +Configuration.xml

  • +
  • Copy the downloaded Configuration.xml file to the +root of the C drive, i.e. C:\Configuration.xml

  • +
  • Open the command prompt as admin and run the below commands

    +
    cd /d C:\
    +setup.exe /configure Configuration.xml
  • +
+

It will now download and install Office. You can activate it with +your preferred method.

+
+
+
+

Alternative Methods

+ +
+
+
+

Need help?

+
    +
  • Reach out on our Discord +(signup not required).
  • +
+
+
+ + + + +
+
+ +
+ + + + + + + + + + + + + + + + diff --git a/_site/office_c2r_links.html b/_site/office_c2r_links.html index 8fb98da..26a2d2b 100644 --- a/_site/office_c2r_links.html +++ b/_site/office_c2r_links.html @@ -398,8 +398,8 @@ div.tocify {
-