EnableActiveProbing Changes State Every Reboot

Canprof

Member
Joined
Feb 22, 2015
Posts
6
Location
Ottawa, Canada
Registry entry at HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet\EnableActiveProbing changes state from 1 to 0 every time I reboot. When set to 0, Windows won't check to see if there is an active Internet connection, and thus shows "No Internet Connection" on the network icon in the system tray (even though the connection actually works). Aside from the annoyance of an incorrect fault showing, certain update or other functions apparently rely on this NCSI indication and won't run. I am dealing with this by resetting the parameter to 1 every reboot. Is there a way of correcting this?

Windows 8.1; Lenovo laptop; i7 processor 2.6 GHz; 8 GB RAM
 
(Windows 8.1 x64, every updates installed)

start - run: type services.msc (press enter)

Default status: running - startup type: automatic (trigger start)

From a (simple or elevated) command prompt:
Code:
sc qc wcmsvc
sc query wcmsvc

Possible output:
Read More:
 
OK. According to the Services list in Task manager, it is running. Both queries you gave returned precisely the code you show. The Run command also returned the same as you gave.
 
Yes. Norton Internet Security.

But I've had this laptop for about 2 years with the same firewall/antivirus configuration. The problem only started 3 months ago. The only change at the time was that I moved and changed ISPs.

As I said earlier, my connection works well; it is just the NCSI that stops. As I understand it, the connection manager pings a specific URL looking for a specific response. If it gets it, then it shows that Internet is available; if it does not get it, it shows Internet not available. The EnableActiveProbing parameter allows (tells?) it to ping. I keep setting it to a '1', but every reboot, something sets it to '0'. If I don't reset it manually, then NCSI stops working at the next reboot.
 
Just try to uninstall Norton and see if the problem disappears.
If it disappears, you can reinstall Norton, but if the problem will reappear, you will know that it is the responsible.

If the problem isn't it, you can try to start your computer in clean boot mode (click).
 
I guess I can try that, but I want to be sure we're talking about the same problem.

The Internet works. Pinging works. Everything works fine - except the "Internet Access" indicator in the system tray. Even this indicator works - if the EnableActiveProbing parameter is set to 1.

There has to be some other parameter or program that runs on reboot (either on shutdown or startup) that is resetting this parameter. I'm trying to track down what might alter this registry entry on its own.
 
Yes, that's what the clean boot should help to do.
Remove possible programs that interfere with Windows, then enable the programs one by one (this could brings to a number of reboots).

Antivirus software is usually the culprit for a variety of problems, that's why I'd start with it...
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top