修复windows右下角网络连接图标显示小地球,onedrive无法正常同步的问题
标签搜索
侧边栏壁纸
  • 累计撰写 5 篇文章
  • 累计收到 1 条评论

修复windows右下角网络连接图标显示小地球,onedrive无法正常同步的问题

mistyrain
2024-12-11 / 0 评论 / 7 阅读 / 正在检测是否收录...

最终解决方式

更改windows注册表
参考链接:

  1. https://gist.github.com/jasonren0403/23f2b9c913b6914eef09d280b5385b42
  2. https://blog.csdn.net/Nature2022/article/details/123376957

    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet]
    "ActiveDnsProbeContent"="131.107.255.255"
    "ActiveDnsProbeContentV6"="fd3e:4f5a:5b81::1"
    "ActiveDnsProbeHost"="dns.msftncsi.com"
    "ActiveDnsProbeHostV6"="dns.msftncsi.com"
    "ActiveWebProbeContent"="Microsoft NCSI"
    "ActiveWebProbeContentV6"="Microsoft NCSI"
    "ActiveWebProbeHost"="www.msftncsi.com"
    "ActiveWebProbeHostV6"="ipv6.msftncsi.com"
    "ActiveWebProbePath"="ncsi.txt"
    "ActiveWebProbePathV6"="ncsi.txt"
    "EnableActiveProbing"=dword:00000001
    "PassivePollPeriod"=dword:0000000f
    "StaleThreshold"=dword:0000001e
    "WebTimeout"=dword:00000023
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet\ManualProxies]

    将以上代码存入txt文件中,然后命名为.reg文件双击运行后重启电脑即可。

尝试过的其他方法

修改注册表 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet 下的EnableActiveProbing为0,或者将其他的dns测试相关的网址改为www.baidu.com等方式
更改UWP loopback的内容
更改DNS
添加fake-ip
网络适配器处对于连接网络的ipv4处双击把dns和ip获取改为自动(短暂一次有效过)

0

评论 (0)

取消