This commit is contained in:
WindowsAddict 2023-05-29 14:35:06 +05:30
parent 3c666da689
commit ff5bf3ff18
5 changed files with 55 additions and 14 deletions

View File

@ -4,3 +4,4 @@ rmarkdown::render_site()
rmarkdown::render_site()
setwd("~/mas-docs")
rmarkdown::render_site()
rmarkdown::render_site()

View File

@ -407,17 +407,32 @@ div.tocify {
<h1>Bypass Russian Geoblock</h1>
<hr />
<p>In this page, methods to bypass Russian geoblock imposed by
<strong>Microsoft</strong> 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.</p>
<strong>Microsoft</strong> will be discussed.</p>
<hr />
<div id="windows-download" class="section level2">
<h2>Windows Download</h2>
<p>Russian users face an error when they try to download Windows ISOs
from <a href="https://www.microsoft.com/software-download">Official
Microsoft page</a>.</p>
<div id="error" class="section level3">
<h3>Error</h3>
<pre><code>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.</code></pre>
</div>
<div id="solution" class="section level3">
<h3>Solution</h3>
<p><a href="https://massgrave.dev/msdl/"
class="uri">https://massgrave.dev/msdl/</a></p>
<p>It uses shared sessions/proxy to generate official download links in
Russia and in all other blocked places.</p>
<hr />
</div>
</div>
<div id="office-download" class="section level2">
<h2>Office Download</h2>
<p>Russian users face an error when they try to <a
href="genuine-installation-media.html">download</a> Office C2R with
online installer or ODT.</p>
<div id="error" class="section level3">
<div id="error-1" class="section level3">
<h3>Error</h3>
<pre><code>Command not supported
We&#39;re sorry, we can&#39;t continue because we weren&#39;t able to download a required file. Please make sure you&#39;re connected to the internet or connect to a different network, then try again.</code></pre>
@ -433,7 +448,7 @@ still keep showing the error.</p>
&quot;CountryCode&quot;=&quot;std::wstring|RU&quot;</code></pre>
</div>
</div>
<div id="solution" class="section level3">
<div id="solution-1" class="section level3">
<h3>Solution</h3>
<p>Open command prompt as admin and enter,</p>
<pre><code>reg add &quot;HKCU\Software\Microsoft\Office\16.0\Common\ExperimentConfigs\Ecs&quot; /v &quot;CountryCode&quot; /t REG_SZ /d &quot;std::wstring|US&quot; /f</code></pre>

View File

@ -422,7 +422,8 @@ div.tocify {
<td align="left">Windows 11 / 10 / 8.1 (Consumer) ❤️</td>
<td align="left"><a
href="https://www.microsoft.com/software-download">Link1</a> - <a
href="https://ave9858.github.io/msdl/">Link2</a></td>
href="https://massgrave.dev/msdl/">Link2</a> (Works in all blocked
places)</td>
</tr>
<tr class="even">
<td align="left">Windows 11 / 10 (Business)</td>

View File

@ -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
<https://massgrave.dev/msdl/>
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.

View File

@ -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) |