首页 技术 正文
技术 2022年11月9日
0 收藏 329 点赞 4,424 浏览 2512 个字

微软商店(Microsoft Store)的 Code: 0x80072EE7 Check Your Connection问题,和Edge的Can’t Reach this page的问题。网上找了很多方法都不好使。什么sfc,Powershell什么的,都没用。

还是在知乎上发现了一个解决办法。

https://www.zhihu.com/question/35512810  死亡疲劳的答案。

作者:死亡疲劳
链接:https://www.zhihu.com/question/35512810/answer/68108972
来源:知乎
著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。

Hello,

Thank you for contacting us.

Unfortunately, Microsoft has completely broken backward compatibility for Metro subsystem so it will take some time to add Metro support to Proxifier.

>> I run the proxifier,it works well on the desktop,but the metro apps are all cannot connect to the internet
>>

This is a known problem. At the moment I can offer you the following workaround.

1.
In the system registry go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\WinSock2\Parameters\NameSpace_Catalog5\Catalog_Entries
Search through numeric child entries like 000000000001, etc and find one that has Enabled parameter = 0.
It should also has LibraryPath=%SystemRoot%\System32\mswsock.dll
Change Enable parameter to 1.

在系统注册表里进入到KEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\WinSock2\Parameters\NameSpace_Catalog5\Catalog_Entries,在该项目下找到类似 000000000001这样的项目栏(比如我的就是000000000005中),在其中找到一个该项含有LibraryPath=%SystemRoot%\System32\mswsock.dll这样一个项目栏,将里面的Enable项的值改为1。

2.
Do the same for HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\WinSock2\Parameters\NameSpace_Catalog5\Catalog_Entries64.
(64-bit Windows only).

如果你安装的是64位系统,那么你还需要在HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\WinSock2\Parameters\NameSpace_Catalog5\Catalog_Entries64中做上述同样的事情。(仅限于64位系统,32位没有该项)

3.
Reboot your computer. Proxifier will warn you that Winsock settings are incorrect. Ignore this message – click “No”.

After that Metro (Windows Store) apps should work fine. Although they will still bypass Proxifier.

If you are going to test this, please let me know whether this fix works properly for you. Are there any side-effects for Desktop (normal) applications running with Proxifier.
I will really appreciate your feedback.

Thanks,
Sergey,
Proxifier Support

Ticket: http://support.proxifier.com/Tickets/Ticket/View/1041
Ticket ID: JZT-337-10208

===== Ticket History =====
===============================================================

alex x (Client) Posted On: 29 October 2012 08:57 AM

===============================================================
When I install the proxifier and run it ,I found the software is the
one I finding for a long time ,it great!So,At first,I should say thanks for
your work! But recently ,I update my computer to windows 8,there’s a
problem occured.when I run the proxifier,it works well on the desktop,but
the metro apps are all cannot connect to the internet,I tried some ways,but
it doesn’t work,so i send a email to you for help.
Thanks!!!

经过测试,把注册表里两个Enable改成1之后,马上就能上网了。

相关推荐
python开发_常用的python模块及安装方法
adodb:我们领导推荐的数据库连接组件bsddb3:BerkeleyDB的连接组件Cheetah-1.0:我比较喜欢这个版本的cheeta…
日期:2022-11-24 点赞:878 阅读:9,083
Educational Codeforces Round 11 C. Hard Process 二分
C. Hard Process题目连接:http://www.codeforces.com/contest/660/problem/CDes…
日期:2022-11-24 点赞:807 阅读:5,558
下载Ubuntn 17.04 内核源代码
zengkefu@server1:/usr/src$ uname -aLinux server1 4.10.0-19-generic #21…
日期:2022-11-24 点赞:569 阅读:6,407
可用Active Desktop Calendar V7.86 注册码序列号
可用Active Desktop Calendar V7.86 注册码序列号Name: www.greendown.cn Code: &nb…
日期:2022-11-24 点赞:733 阅读:6,180
Android调用系统相机、自定义相机、处理大图片
Android调用系统相机和自定义相机实例本博文主要是介绍了android上使用相机进行拍照并显示的两种方式,并且由于涉及到要把拍到的照片显…
日期:2022-11-24 点赞:512 阅读:7,816
Struts的使用
一、Struts2的获取  Struts的官方网站为:http://struts.apache.org/  下载完Struts2的jar包,…
日期:2022-11-24 点赞:671 阅读:4,899