我有 Windows 10,商店无法连接到互联网。有趣的是,我所有的浏览器(包括 Edge)都运行良好。不仅商店不工作,Cortana 也不行,而且我无法将 Microsoft 帐户连接到计算机。其他帐户的问题是相同的。
Windows store error code: 0x80072EFD
Run Code Online (Sandbox Code Playgroud)
这是一个屏幕截图:
如您所见,Chrome 运行良好(Firefox 也是如此,但它只是隐藏了),而 Windows 商店在互联网方面存在问题。
我希望编辑 Windows TCP/IP主机文件(位于c:\windows\system32\drivers\etc\hosts)。我想知道,这样做的最佳方法是什么(在 Windows XP 上)?
假设我想将站点 a.com 重定向到 google.com。我可以找到 a.com 的 IP 地址,但是编辑 HOSTS 文件的正确方法是什么?我正在考虑使用这种语法:
this.is.ip.address google.com
Run Code Online (Sandbox Code Playgroud)
但是,有两点:
Windows 何时将网络连接图标标记为无法访问 Internet?
我可以访问互联网,但图标说我没有。如果我运行疑难解答,它没有发现任何问题。但该图标仍然显示无法访问互联网(带感叹号的黄色三角形)。
更新
问题出现在局域网中的多台计算机上,因此与网卡无关。
还有问题与 Windows Store 操作有关:Windows 7 和 8.0 错误:Store:PC 未连接到 Internet,稍后再试
问题在 Windows 8.1 上也消失了,所以这是 Windows 8.0 的一个错误

我知道这个问题已经被问过很多次了,但我还没有找到任何真正解决这个问题的方法。
我使用VPN访问国际互联网,信息自由是一项基本人权,不幸的是我住在中国,所以我必须使用VPN来行使这项权利。
现在,尽管我可以正常访问任何被阻止的网站(例如www.google.com),但现在在连接 VPN 时,Windows 10 错误地报告“无互联网”。过去当 VPN 处于活动状态时,Windows 会正确报告“Internet 访问”,但不知何故现在却没有。
您可能认为这没什么大不了的,但我的 ISP 不断尝试断开我的 VPN,有时会成功,而网络连接状态指示器无法告诉我何时真正断开连接。
我当然用谷歌搜索了这个,一些结果建议进行以下注册表编辑并重新启动路由器:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet]
"ActiveDnsProbeContent"="8.8.8.8"
"ActiveDnsProbeContentV6"="2001:4860:4860::8844"
"ActiveDnsProbeHost"="dns.google"
"ActiveDnsProbeHostV6"="dns.google"
"ActiveWebProbeContent"="success"
"ActiveWebProbeContentV6"="success"
"ActiveWebProbeHost"="detectportal.firefox.com"
"ActiveWebProbeHostV6"="detectportal.firefox.com"
"ActiveWebProbePath"="success.txt"
"ActiveWebProbePathV6"="success.txt"
"CaptivePortalTimer"=dword:00000000
"CaptivePortalTimerBackOffIncrementsInSeconds"=dword:00000005
"CaptivePortalTimerMaxInSeconds"=dword:0000001e
"EnableActiveProbing"=dword:00000001
"PassivePollPeriod"=dword:0000000f
"StaleThreshold"=dword:0000001e
"WebTimeout"=dword:00000023
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet\ManualProxies]
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\NetworkConnectivityStatusIndicator]
@=""
Run Code Online (Sandbox Code Playgroud)
我尝试了一下,但没有成功。
我可以很好地 ping 测试中使用的服务器:
PS C:\Users\Xeni> ping detectportal.firefox.com
Pinging prod.detectportal.prod.cloudops.mozgcp.net [34.107.221.82] with 32 bytes of data:
Reply from 34.107.221.82: bytes=32 time=203ms TTL=120
Reply from 34.107.221.82: bytes=32 time=203ms TTL=120
Reply from 34.107.221.82: bytes=32 time=203ms TTL=120
Reply from …Run Code Online (Sandbox Code Playgroud) networking ×2
windows-10 ×2
hosts ×1
internet ×1
tcpip ×1
vpn ×1
windows ×1
windows-8 ×1
windows-xp ×1