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 don't feel like reading 22 pages of posts. Has anyone found a solution yet?
No.
Nothing that works for everyone, anyway.
Some things work for some people, but oddly not others who do the exact same thing.
So, short answer - no.
Here's a more complete one that I use:
((dns.qry.name contains "www.msftconnecttest" || dns.qry.name contains "msftncsi") && dns.qry.type == 0x1)
|| http.host contains "connecttest"
|| ip.src == 13.107.4.52
|| http.host contains "msftncsi"
|| ((ip.dst == 13.107.4.52) && (tcp.flags.syn == 1))
If you are absolutely not seeing any DNS or HTTP coming from PID matching nlasvc then your active probing is not enabled. I know despite a lot of crazy history in this thread I can't even get my hands around I think you had registry values correct....but maybe not.
If you want to send me a private msg with your email I can get on a thread with you with instructions to start a trace and will look at it for you.
(I'm not in the business of going this deep with individuals on threads like this because it can tend to end in cascades of requests for help.....but I'm intrigued. Normally, I'm just perusing these threads for quick top-of-head suggestions...which are not seemingly working).
Thanks
Hey Tom. :)
Yes, I DO have active probing enabled, assuming that setting the DWORD to logic one means enabled, which is pretty much the case for 99.99% of everything: (1=on/enabled/true, 0=off/disabled/false)
.....assuming this is the correct registry entry, as I recall others playing with various other entries, so I hope this is the correct one. Please advise if I have the wrong one, but I think this is the one that needs to be set.
Thanks for the more complete filter - I will put that into Wireshark and see if I get any data back from that. Thanks for the PM offer - I will do that.