我这主要是因为校园网太拉稀了,去微软的路被封了几条,用校园网的朋友基本都中招了,无法打开热点。
Win10的验证有没有网络的原理是:ping一个地址,如果这个地址相应并且能给出正确的文本答复,则判断为有网络。
某些ISP偏偏其他网上的好好的,就这个网址ping不通。
这时候就可以修改注册表,让它去ping别的地址。
新建一个文本文本,将后缀名重命名为.reg,粘贴以下代码:
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet] "ActiveDnsProbeContentV6"="fd3e:4f5a:5b81::1" "ActiveDnsProbeHostV6"="dns.msftncsi.com" "CaptivePortalTimer"=dword:00000000 "CaptivePortalTimerBackOffIncrementsInSeconds"=dword:00000005 "CaptivePortalTimerMaxInSeconds"=dword:0000001e "EnableActiveProbing"=dword:00000001 "PassivePollPeriod"=dword:0000000f "StaleThreshold"=dword:0000001e "WebTimeout"=dword:00000023 "ActiveDnsProbeContent"="110.242.68.3" "ActiveDnsProbeHost"="www.baidu.com" "ActiveWebProbeContent"="Microsoft NCSI" "ActiveWebProbeContentV6"="Microsoft NCSI" "ActiveWebProbeHost"="www.msftncsi.com" "ActiveWebProbeHostV6"="ipv6.msftncsi.com" "ActiveWebProbePath"="ncsi.txt" "ActiveWebProbePathV6"="ncsi.txt" [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet\ManualProxies]
信任并运行,重启电脑或者重启网络一般来说就行了。
不会的这里提供百度盘:
链接:https://pan.baidu.com/s/1zFUzBd_gGA3gOq5jFwQfVA
提取码:jxnq 信任并运行。
还不行?这时候就是dns在作妖了,再修改dns即可。方法这里不表。去百度问问。