Inaccurate "No Internet" Indicator
Fix connectivity check/activity probe
Atticus
Last Update 3 bulan yang lalu
The Issue
In some instances, Windows will display a "No Internet" indicator regardless of network connectivity, IP configuration, and ability to browse the web. Although in these cases the networking stack is [mostly] functioning properly, this will sometimes interfere with tasks such as software installations. This issue typically relates to the Windows connectivity checks/activity probes, and can be resolved by modifying the respective registry keys.
The Resolution
Warning: Modifying your registry keys can damage your operating system and potentially render your system non-operational. If you are not familiar/aware of what you are doing, please avoid making changes to the system registry.
Method 1 - Manual Configuration
1. In the Registry Editor, navigate to:
2. Replicate the following items/values:
| Name | Type | Data |
|---|---|---|
| (Default) | REG_SZ | (value not set) |
| ActiveDnsProbeContent | REG_SZ | 131.107.255.255 |
| ActiveDnsProbeContentV6 | REG_SZ | fd3e:4f5a:5b81::1 |
| ActiveDnsProbeHost | REG_SZ | dns.msftncsi.com |
| ActiveDnsProbeHostV6 | REG_SZ | dns.msftncsi.com |
| ActiveWebProbeContent | REG_SZ | Microsoft Connect Test |
| ActiveWebProbeContentV6 | REG_SZ | Microsoft Connect Test |
| ActiveWebProbeHost | REG_SZ | www.msftconnecttest.com |
| ActiveWebProbeHostV6 | REG_SZ | ipv6.msftconnecttest.com |
| ActiveWebProbePath | REG_SZ | connecttest.txt |
| ActiveWebProbePathV6 | REG_SZ | connecttest.txt |
| CaptivePortalTimer | REG_DWORD | 0x00000000 (0) |
| CaptivePortalTimerBackOffIncrementsInSeconds | REG_DWORD | 0x00000005 (5) |
| CaptivePortalTimerMaxInSeconds | REG_DWORD | 0x0000001e (30) |
| EnableActiveProbing | REG_DWORD | 0x00000001 (1) |
| PassivePollPeriod | REG_DWORD | 0x0000000f (15) |
| StaleThreshold | REG_DWORD | 0x0000001e (30) |
| WebTimeout | REG_DWORD | 0x00000023 (35) |
3. Close the Registry Editor and restart the computer
Method 2 - Registry File
1. Create a new file titled UpdateNlaSvc.reg
2. Edit the new .reg file in notepad, and copy the following into the file:
3. Save the file, close the notepad, and navigate to the .reg file's location.
4. Double click on the .reg file, and click Yes/Allow on any prompts that are displayed.
5. After the confirmation dialog is displayed, confirm and then restart the computer.
