diff --git a/.Rhistory b/.Rhistory index 94f607a..2b00f34 100644 --- a/.Rhistory +++ b/.Rhistory @@ -4,3 +4,4 @@ rmarkdown::render_site() rmarkdown::render_site() setwd("~/mas-docs") rmarkdown::render_site() +rmarkdown::render_site() diff --git a/_site/bypass-russian-geoblock.html b/_site/bypass-russian-geoblock.html index 428b201..d3b17b2 100644 --- a/_site/bypass-russian-geoblock.html +++ b/_site/bypass-russian-geoblock.html @@ -407,17 +407,32 @@ div.tocify {

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.

+Microsoft will be discussed.


+
+

Windows Download

+

Russian users face an error when they try to download Windows ISO’s +from Official +Microsoft page.

+
+

Error

+
We are unable to complete your request at this time. Some users, entities and locations are banned from using this service. For this reason, leveraging anonymous or location hiding technologies when connecting to this service is not generally allowed. If you believe that you encountered this problem in error, please try again. If the problem persists you may contact Microsoft Support – Contact Us page for assistance. Refer to message code 715-123130 and d37047d7-7ce8-4a29-a5a2-2c882e106817.
+
+
+

Solution

+

https://massgrave.dev/msdl/

+

It uses shared sessions/proxy to generate official download links in +Russia and in all other blocked places.

+
+
+

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.
@@ -433,7 +448,7 @@ still keep showing the error.

"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
diff --git a/_site/genuine-installation-media.html b/_site/genuine-installation-media.html index 7f0bf29..609a13e 100644 --- a/_site/genuine-installation-media.html +++ b/_site/genuine-installation-media.html @@ -422,7 +422,8 @@ div.tocify { Windows 11 / 10 / 8.1 (Consumer) ❤️ Link1 - Link2 +href="https://massgrave.dev/msdl/">Link2 (Works in all blocked +places) Windows 11 / 10 (Business) diff --git a/bypass-russian-geoblock.md b/bypass-russian-geoblock.md index ca36398..aa0a9cd 100644 --- a/bypass-russian-geoblock.md +++ b/bypass-russian-geoblock.md @@ -6,7 +6,25 @@ pagetitle: 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. +In this page, methods to bypass Russian geoblock imposed by **Microsoft** will be discussed. + +------------------------------------------------------------------------ + +## Windows Download + +Russian users face an error when they try to download Windows ISO's from [Official Microsoft page](https://www.microsoft.com/software-download). + +### Error + +``` +We are unable to complete your request at this time. Some users, entities and locations are banned from using this service. For this reason, leveraging anonymous or location hiding technologies when connecting to this service is not generally allowed. If you believe that you encountered this problem in error, please try again. If the problem persists you may contact Microsoft Support – Contact Us page for assistance. Refer to message code 715-123130 and d37047d7-7ce8-4a29-a5a2-2c882e106817. +``` + +### Solution + + + +It uses shared sessions/proxy to generate official download links in Russia and in all other blocked places. ------------------------------------------------------------------------ @@ -16,8 +34,10 @@ Russian users face an error when they try to [download](genuine-installation-med ### 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. +``` +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. +``` ![](https://lookimg.com/images/2023/03/24/QTAO3s.png) @@ -25,14 +45,18 @@ Russian users face an error when they try to [download](genuine-installation-med 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" +``` +[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 +``` +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. diff --git a/genuine-installation-media.md b/genuine-installation-media.md index ce0c7a9..a2f6c38 100644 --- a/genuine-installation-media.md +++ b/genuine-installation-media.md @@ -8,7 +8,7 @@ All download links leads to genuine files only. | **Windows** | | |:---------------------------------|:-------------------------------------| -| Windows 11 / 10 / 8.1 (Consumer) ❤️ | [Link1](https://www.microsoft.com/software-download) - [Link2](https://ave9858.github.io/msdl/) | +| Windows 11 / 10 / 8.1 (Consumer) ❤️ | [Link1](https://www.microsoft.com/software-download) - [Link2](https://massgrave.dev/msdl/) (Works in all blocked places) | | Windows 11 / 10 (Business) | [Link](windows_business_links.html) | | Windows 10 Enterprise LTSC | [Link](windows_ltsc_links.html) | | Windows 7 | [Link](windows_7_links.html) |