How to make Windows App Store go through a proxy? This little trick tells you

Publish: 2023-03-19 | Modify: 2023-03-19

In the previous article "3 Solutions to Fix Windows Store Not Opening" mentioned in the article, we mentioned the methods to solve the problem of Windows Store not opening. However, sometimes the speed of the Windows Store is extremely slow and almost unusable.

So, is there a way to access the Windows Store through a proxy? Recently, xiaoz found that using ss can also allow the Windows Store to access through a proxy, but special settings are required.

image

Accessing the Windows Store through a Proxy

When using ss to access the Internet, it was found that there is a conflict between ss and the Windows Store. Once the PAC mode of ss is used, the Windows Store cannot be opened.

After searching online, we found the following information on Github:

In fact, not only the Windows Store cannot be used, but also UWP cannot be used. The root cause is that the UWP sandbox environment is not connected to the local network by default. You can use loopback software to cancel network protection (you can cancel the UWP software you want to cancel), so that you can use the proxy.

The key to the above information is "cancel network protection using loopback software to make UWP software go through the proxy". Therefore, we need to use a tool called "Fiddler Classic".

Install Fiddler Classic and open it, find WinConfig in the upper left corner.

image

Find "MicroSoft Store" below, check it and save.

image

In this way, the Windows Store can be accessed through the ss proxy.

image

If you use other proxy tools, the methods and principles are the same, and you can try the above methods.

This article refers to part of the content from: https://github.com/2dust/v2rayN/issues/1083


Comments