Hello, use Registry Editor, go to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet
and modify: EnableActiveProbing
then change "Value data" from "0" to "1"
and restart your computer
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am running on Windows 10 Enterprise, Version 2004, OS Build 19041.264.
I recently changed to the Windows Insider Program and updated Windows. In the taskbar, the Wi-Fi icon shows No Internet Access, but I have a stable internet connection wirelessly (Ex: I can browse the internet, ping IP Addresses, etc.). Another problem is when I try to open Cortana it also says that I have no internet connection (By the way, I can also open Microsoft's website).
As I know Windows checks internet connectivity with this URL: http://msftconnecttest.com/connecttest.txt. But this gives Error 404, File Not Found. Maybe it is because of this?
If you know the problem or an answer, please help. Thanks!
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
I did not say that NCSI has *never* had a bug.
But of course you are testing on a system that is fully up-to-date with our monthly updates.....correct?
In your URL list there's 2 distinct NCSI bugs. See (*) and (**)
- You have three separate URLs for KB4554364 which fixes bug (*). This has been public for some time, and should no longer be an issue if you keep your machine current with our monthly updates.
- How to install CABs
- Wifi connection issues troubleshooting page is not a bug, nor does it necessarily have anything to do with NCSI.
(**) https://borncity.com/win/2020/07/18/windows-10-v2004-ncsi-zeigt-kein-internet-obwohl-online/
(*) https://thewincentral.com/microsoft-releases-kb4554364-to-fix-windows-10-internet-connection-issue/
(*) https://www.catalog.update.microsoft.com/Search.aspx?q=KB4554364
? https://thewincentral.com/how-to-install-cab-files-on-windows-10-for-cumulative-updates/
Thanks Tom for the kind comments.
I have got a solution adding a key from PS
New-ItemProperty -Path “HKLM:\SOFTWARE\Policies\Microsoft\Windows\NetworkConnectivityStatusIndicator\” -Name UseGlobalDNS -PropertyType DWORD -Value 1 -Force
Glad to hear it worked!
Thanks Tom for the kind comments.
I have got a solution adding a key from PS
New-ItemProperty -Path “HKLM:\SOFTWARE\Policies\Microsoft\Windows\NetworkConnectivityStatusIndicator\” -Name UseGlobalDNS -PropertyType DWORD -Value 1 -Force