Cant acess internet.
Yes, that is why your internet is having issues, and luckily(or unluckily) this is something that is known to happen occasionally with this MS driver. Here is what you will want to do to fix it:
1. Open command prompt with administrator credentials (Find CMD and right-click - Run as Administrator).
2. Enter netsh environment. Type "netsh" and ENTER.
3. "int teredo" and ENTER
4. "set state disabled" and ENTER.
5. Open Device Manager and uninstall "Teredo Tunneling Pseudo-Interface".
6. Open command prompt with administrator credentials once again.
7. netsh + ENTER.
8. "int ipv6" + ENTER
9. "set teredo client" + ENTER
10. Open Device Manager and Scan for new hardware.
11. Select "Show hidden devices" from the View menu. It should now be present without error.
This should resolve the issue - if you still see an error, then there is one further step to take:
In the start menu search bar type in REGEDIT to open the registry editor. Navigate through the following:
HKEY_LOCAL_MACHINE\SYSTEM\CURRENTCONTROLSET\SERVICES\TCPIP6\PARAMETERS. In the right pane, right click Disabled Components and select edit. Set the DWord value to "0" - Then reboot computer.
EDIT: -----The following commands fixed the OP's problem(after fixing the teredo protocol)-----
netsh winsock reset catalog
netsh int ip reset reset.log hit

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now