iiTzDubby
2021-10-04T11:49:10+00:00
[url]https://www.bilibili.com/video/BV1v44y1x7zM?spm_id_from=333.851.b_7265636f6d6d656e64.1[/url]
[flash]https://www.bilibili.com/video/BV1v44y1x7zM?spm_id_from=333.851.b_7265636f6d6d656e64.1[/flash]
方法1(自行建立reg注册表文档导入):
管理员运行Powershell运行以下命令改到新的探测页面:
win11实测WLAN图标变地球,但网络连接正常。
[flash]https://www.bilibili.com/video/BV1v44y1x7zM?spm_id_from=333.851.b_7265636f6d6d656e64.1[/flash]
方法1(自行建立reg注册表文档导入):
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]
方法2:[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]
管理员运行Powershell运行以下命令改到新的探测页面:
Set-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet -Name ActiveWebProbeContent Microsoft NCSI
Set-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet -Name ActiveWebProbeContentV6 Microsoft NCSI
Set-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet -Name ActiveWebProbeHost www.msftncsi.com
Set-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet -Name ActiveWebProbeHostV6 ipv6.msftncsi.com
Set-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet -Name ActiveWebProbePath ncsi.txt
Set-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet -Name ActiveWebProbePathV6 ncsi.txt
Get-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet
运行完成后,断开网络重新连线,运行会报错,不影响。Set-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet -Name ActiveWebProbeContentV6 Microsoft NCSI
Set-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet -Name ActiveWebProbeHost www.msftncsi.com
Set-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet -Name ActiveWebProbeHostV6 ipv6.msftncsi.com
Set-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet -Name ActiveWebProbePath ncsi.txt
Set-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet -Name ActiveWebProbePathV6 ncsi.txt
Get-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet
win11实测WLAN图标变地球,但网络连接正常。