I suggest the following short solution for noobie.
Disable: Save the following text in the disable.reg file, and then double-click on it. This will be changed accordingly in the registry:
Windows Registry Editor Version 5.00 ; Use this if delaying startup of NlaSvc does not work ; Use this if delaying startup of NlaSvc does not work
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet] "EnableActiveProbing"=dword:00000000
Enable: Save the following text in the enable.reg file, and then double-click on it. This will be changed accordingly in the registry:
Windows Registry Editor Version 5.00 ; Use this if delaying startup of NlaSvc does not work ; Use this if delaying startup of NlaSvc does not work
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet] "EnableActiveProbing"=dword:00000001
source share