Skip to content

Instantly share code, notes, and snippets.

@erbanku
Created August 4, 2023 09:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erbanku/86b32eda7d4efe49bfbf5ec197c32b24 to your computer and use it in GitHub Desktop.
Save erbanku/86b32eda7d4efe49bfbf5ec197c32b24 to your computer and use it in GitHub Desktop.
Fix Windows No Internet Access Issue - (By the Way, Fuck GFW)
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]
@erbanku
Copy link
Author

erbanku commented Aug 4, 2023

Credit: win10可以上网,但显示无Internet,安全。是个地球图标? - 蒸馍你不福气的回答 - 知乎
https://www.zhihu.com/question/457021498/answer/2164225357

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