IUU6

IUU6's Blog

From the root, begin anew.
github

One solution to the problem of Windows showing as not connected to the internet after being connected

Problem Cause#

The appearance of "Network Connection Status" is related to the way Windows determines the current device's internet connection status.

When a computer is connected to a wired or wireless network, Windows sends a request to a specific Microsoft server. If the server successfully receives the request, it will return a value to confirm that the "device already has normal network access"; if Windows does not receive the value returned by the Microsoft server after the request, it will be judged as "No Internet Access".

Microsoft modified this server in a version update, causing some people to not be able to connect, so we just need to change it back!

Solution#

First, save the following code as a reg file, then merge and restart to apply the changes

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet]

"ActiveWebProbeContent"="Microsoft NCSI"
"ActiveWebProbeContentV6"="Microsoft NCSI"
"ActiveWebProbeHost"="www.msftncsi.com"
"ActiveWebProbeHostV6"="ipv6.msftncsi.com"
"ActiveWebProbePath"="ncsi.txt"
"ActiveWebProbePathV6"="ncsi.txt"

"EnableActiveProbing"=dword:00000001
Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.