Hi ,
Check the iphlpsvc registry path:
- Press the Search box on the taskbar, type cmd, and then open the Command prompt.
- Run the following command from the Admin command prompt:
reg query HKLM\System\CurrentControlSet\Services\iphlpsvc\Teredo
If the output includes the following line,
Teredo has been disabled:
Type REG_DWORD 0x4
On the right, open the command prompt (admin) run the commands:
netsh int teredo set state disable
netsh int teredo set state type=default
netsh int teredo set state enterpriseclient
One at a time, then run Interfarce, take a screenshot and post it here
Thanks