Skip to content

Instantly share code, notes, and snippets.

@jasonren0403
Created September 10, 2021 16:07
Show Gist options
  • Select an option

  • Save jasonren0403/23f2b9c913b6914eef09d280b5385b42 to your computer and use it in GitHub Desktop.

Select an option

Save jasonren0403/23f2b9c913b6914eef09d280b5385b42 to your computer and use it in GitHub Desktop.
修复Win10右下角连接图标状态显示错误问题 | Fix wrong icon when connected to the Internet but shown "not connected" in Windows 10
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]
@LittleGrocery
Copy link

电脑可以连接网络,但是无Internet访问权限问题 Active Probe 电脑能联网显示无Internet访问权限 求助, win10 下 网络正常访问,但是显示无 Internet 访问

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment