From 4cbcda9bc31b1ebb40331f8b41c5c6e84de3b0b4 Mon Sep 17 00:00:00 2001 From: DESKTOP-V026VQF\Home Date: Sat, 25 Mar 2023 03:28:02 +0530 Subject: Bypass Russian geoblock info --- .Rhistory | 1 + _site.yml | 2 + _site/bypass-russian-geoblock.html | 530 +++++++++++++++++++++++++++++ _site/change_edition.html | 3 + _site/changelog.html | 3 + _site/check_activation_status.html | 3 + _site/command_line_switches.html | 3 + _site/contactus.html | 3 + _site/credits.html | 3 + _site/faq.html | 15 +- _site/fix-wpa-registry.html | 3 + _site/genuine-installation-media.html | 3 + _site/hwid.html | 21 +- _site/index.html | 3 + _site/install_hwid_key.html | 3 + _site/kms38.html | 3 + _site/licensing-servers-issue.html | 3 + _site/oem-folder.html | 3 + _site/office-license-is-not-genuine.html | 3 + _site/office_c2r_custom.html | 6 + _site/office_c2r_links.html | 6 + _site/online_kms.html | 3 + _site/troubleshoot.html | 3 + _site/unsupported_products_activation.html | 3 + bypass-russian-geoblock.md | 41 +++ faq.md | 5 +- hwid.md | 6 +- office_c2r_custom.md | 2 + office_c2r_links.md | 2 + 29 files changed, 672 insertions(+), 16 deletions(-) create mode 100644 _site/bypass-russian-geoblock.html create mode 100644 bypass-russian-geoblock.md diff --git a/.Rhistory b/.Rhistory index 0e8cf8f..4b51fbf 100644 --- a/.Rhistory +++ b/.Rhistory @@ -27,3 +27,4 @@ rmarkdown::render_site() rmarkdown::render_site() rmarkdown::render_site() rmarkdown::render_site() +rmarkdown::render_site() diff --git a/_site.yml b/_site.yml index ceebfcd..ca8122b 100644 --- a/_site.yml +++ b/_site.yml @@ -32,6 +32,8 @@ navbar: - text: "Install HWID Key" href: install_hwid_key.html - text: "---------" + - text: "Bypass Russian Geoblock" + href: bypass-russian-geoblock.html - text: "Office License Is Not Genuine" href: office-license-is-not-genuine.html - text: "Fix WPA Registry" diff --git a/_site/bypass-russian-geoblock.html b/_site/bypass-russian-geoblock.html new file mode 100644 index 0000000..a26f750 --- /dev/null +++ b/_site/bypass-russian-geoblock.html @@ -0,0 +1,530 @@ + + + + + + + + + + + + + +Bypass Russian Geoblock + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+
+
+
+ +
+ + + + + + + + + +
+

Bypass Russian Geoblock

+
+

In this page, methods to bypass Russian geoblock imposed by +Microsoft will be discussed. We will start with Office +download restrictions and later will try to cover techbench and insider +preview download link generation if a free and reliable method can be +found.

+
+
+

Office Download

+

Russian users face an error when they try to download Office C2R with +online installer or ODT.

+
+

Error

+
Command not supported
+We're sorry, we can't continue because we weren't able to download a required file. Please make sure you're connected to the internet or connect to a different network, then try again.
+

+
+

How Microsoft is blocking it?

+

It’s primarily checking Russian IP address and basis on that above +error is shown to users. However that’s not the end of it. Once it find +out that Russian IP is used then installer creates a below registry key +to remember it. After that if you even use a VPN then installer will +still keep showing the error.

+
[HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\ExperimentConfigs\Ecs]
+"CountryCode"="std::wstring|RU"
+
+
+
+

Solution

+

Open command prompt as admin and enter,

+
reg add "HKCU\Software\Microsoft\Office\16.0\Common\ExperimentConfigs\Ecs" /v "CountryCode" /t REG_SZ /d "std::wstring|US" /f
+

After that office installer won’t show any such errors. You can apply +this before or after running the Office installer and you can download +Office without any VPN and with your Russian IP address.

+
+

Please let us know if you face any +issues. Thanks to Paul +Mercer for help in getting Russian IP and co-testing.

+
+
+
+ + + + +
+
+ +
+ + + + + + + + + + + + + + + + diff --git a/_site/change_edition.html b/_site/change_edition.html index 4da8a37..d9dea72 100644 --- a/_site/change_edition.html +++ b/_site/change_edition.html @@ -362,6 +362,9 @@ div.tocify { Install HWID Key
  • +
  • + Bypass Russian Geoblock +
  • Office License Is Not Genuine
  • diff --git a/_site/changelog.html b/_site/changelog.html index fb31c06..05f9bb3 100644 --- a/_site/changelog.html +++ b/_site/changelog.html @@ -362,6 +362,9 @@ div.tocify { Install HWID Key
  • +
  • + Bypass Russian Geoblock +
  • Office License Is Not Genuine
  • diff --git a/_site/check_activation_status.html b/_site/check_activation_status.html index 38cc5e8..b70f21d 100644 --- a/_site/check_activation_status.html +++ b/_site/check_activation_status.html @@ -362,6 +362,9 @@ div.tocify { Install HWID Key
  • +
  • + Bypass Russian Geoblock +
  • Office License Is Not Genuine
  • diff --git a/_site/command_line_switches.html b/_site/command_line_switches.html index 817dbab..5752f32 100644 --- a/_site/command_line_switches.html +++ b/_site/command_line_switches.html @@ -362,6 +362,9 @@ div.tocify { Install HWID Key
  • +
  • + Bypass Russian Geoblock +
  • Office License Is Not Genuine
  • diff --git a/_site/contactus.html b/_site/contactus.html index 48c5c03..0dfa4d2 100644 --- a/_site/contactus.html +++ b/_site/contactus.html @@ -362,6 +362,9 @@ div.tocify { Install HWID Key
  • +
  • + Bypass Russian Geoblock +
  • Office License Is Not Genuine
  • diff --git a/_site/credits.html b/_site/credits.html index e1b76a0..9453882 100644 --- a/_site/credits.html +++ b/_site/credits.html @@ -362,6 +362,9 @@ div.tocify { Install HWID Key
  • +
  • + Bypass Russian Geoblock +
  • Office License Is Not Genuine
  • diff --git a/_site/faq.html b/_site/faq.html index fc6e7d8..662845e 100644 --- a/_site/faq.html +++ b/_site/faq.html @@ -362,6 +362,9 @@ div.tocify { Install HWID Key
  • +
  • + Bypass Russian Geoblock +
  • Office License Is Not Genuine
  • @@ -417,10 +420,11 @@ Windows is deactivated.
    Run HWID activation to activate Pro. Each edition requires separate activation.

  • How to remove HWID activation?
    -You can not. Once a system is activated, this activation cannot be -removed because the license is stored in the Microsoft servers and not -in the user’s system. MS checks the hardware ID (HWID) and if a license -is found in their database, the system will automatically +You can not remove it, same as you can not remove official Windows +digital (HWID) license. Once a system is activated, this activation +cannot be removed because the license is stored in the Microsoft servers +and not in the user’s system. MS checks the hardware ID (HWID) and if a +license is found in their database, the system will automatically activate.

  • How to remove KMS38 activation?
    Check here.

  • @@ -453,6 +457,9 @@ Yes.

  • Can I update Windows/Office after activation?
    Yes.

  • +
  • I’m in Russia and Office is not +downloading.
    +Check this guide.

  • How to change Windows 10/11 Home to Pro?
    Use the change edition option in the Extras section in MAS.

  • Can I activate Office 365?
    diff --git a/_site/fix-wpa-registry.html b/_site/fix-wpa-registry.html index 3dda467..bdf46fa 100644 --- a/_site/fix-wpa-registry.html +++ b/_site/fix-wpa-registry.html @@ -362,6 +362,9 @@ div.tocify { Install HWID Key

  • +
  • + Bypass Russian Geoblock +
  • Office License Is Not Genuine
  • diff --git a/_site/genuine-installation-media.html b/_site/genuine-installation-media.html index 4aabe76..eb68042 100644 --- a/_site/genuine-installation-media.html +++ b/_site/genuine-installation-media.html @@ -362,6 +362,9 @@ div.tocify { Install HWID Key
  • +
  • + Bypass Russian Geoblock +
  • Office License Is Not Genuine
  • diff --git a/_site/hwid.html b/_site/hwid.html index e943c44..760e34d 100644 --- a/_site/hwid.html +++ b/_site/hwid.html @@ -362,6 +362,9 @@ div.tocify { Install HWID Key
  • +
  • + Bypass Russian Geoblock +
  • Office License Is Not Genuine
  • @@ -409,7 +412,8 @@ div.tocify {
  • How to use it? Please find the instructions here.

  • This activation is supported for Windows 10/11 only.

  • -
  • This activation does not store any files in your system.

  • +
  • This activation does not store or modify/patch any files in your +system.

  • This activation is a permanent activation for your system Hardware.

  • On a system, this activation can be created for all the supported @@ -418,8 +422,8 @@ issues.

  • Once a system is activated, this activation cannot be removed because the license is stored in the Microsoft servers and not in the user’s system. MS checks the hardware ID (HWID) and if a license is -found in their database, the system will automatically -activate.

  • +found in their database, the system will automatically activate. This is +how official digital license works.

  • Any significant changes in the Hardware (such as a motherboard) may deactivate the system. It is possible to reactivate a system that was deactivated because of significant hardware changes, IF your @@ -668,11 +672,12 @@ support activation on non-azure systems.

  • How to remove HWID?


    diff --git a/_site/index.html b/_site/index.html index d912078..5d23810 100644 --- a/_site/index.html +++ b/_site/index.html @@ -362,6 +362,9 @@ div.tocify { Install HWID Key
  • +
  • + Bypass Russian Geoblock +
  • Office License Is Not Genuine
  • diff --git a/_site/install_hwid_key.html b/_site/install_hwid_key.html index 652bd8b..4e4fa6d 100644 --- a/_site/install_hwid_key.html +++ b/_site/install_hwid_key.html @@ -362,6 +362,9 @@ div.tocify { Install HWID Key
  • +
  • + Bypass Russian Geoblock +
  • Office License Is Not Genuine
  • diff --git a/_site/kms38.html b/_site/kms38.html index 29dd058..b10c194 100644 --- a/_site/kms38.html +++ b/_site/kms38.html @@ -362,6 +362,9 @@ div.tocify { Install HWID Key
  • +
  • + Bypass Russian Geoblock +
  • Office License Is Not Genuine
  • diff --git a/_site/licensing-servers-issue.html b/_site/licensing-servers-issue.html index 71384db..539e371 100644 --- a/_site/licensing-servers-issue.html +++ b/_site/licensing-servers-issue.html @@ -362,6 +362,9 @@ div.tocify { Install HWID Key
  • +
  • + Bypass Russian Geoblock +
  • Office License Is Not Genuine
  • diff --git a/_site/oem-folder.html b/_site/oem-folder.html index 3b883b2..9c7ebda 100644 --- a/_site/oem-folder.html +++ b/_site/oem-folder.html @@ -362,6 +362,9 @@ div.tocify { Install HWID Key
  • +
  • + Bypass Russian Geoblock +
  • Office License Is Not Genuine
  • diff --git a/_site/office-license-is-not-genuine.html b/_site/office-license-is-not-genuine.html index 90e27f0..4572d5f 100644 --- a/_site/office-license-is-not-genuine.html +++ b/_site/office-license-is-not-genuine.html @@ -362,6 +362,9 @@ div.tocify { Install HWID Key
  • +
  • + Bypass Russian Geoblock +
  • Office License Is Not Genuine
  • diff --git a/_site/office_c2r_custom.html b/_site/office_c2r_custom.html index cfe9a58..a9e45d1 100644 --- a/_site/office_c2r_custom.html +++ b/_site/office_c2r_custom.html @@ -362,6 +362,9 @@ div.tocify { Install HWID Key
  • +
  • + Bypass Russian Geoblock +
  • Office License Is Not Genuine
  • @@ -421,6 +424,9 @@ 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.

  • +
  • Russian users needs to follow this guide to bypass geoblock in +Office downloading.


  • diff --git a/_site/office_c2r_links.html b/_site/office_c2r_links.html index b58089f..bc97bba 100644 --- a/_site/office_c2r_links.html +++ b/_site/office_c2r_links.html @@ -362,6 +362,9 @@ div.tocify { Install HWID Key
  • +
  • + Bypass Russian Geoblock +
  • Office License Is Not Genuine
  • @@ -439,6 +442,9 @@ use this ODT method of Office installation.

  • Troubleshoot: