Windows 10: Device Manager and teredo adapter

Discus and support Device Manager and teredo adapter in Windows 10 Drivers and Hardware to solve the problem; the device manager is not working. When I open the device manager and try to click the action bar it just says help and I don't know how to fix it.... Discussion in 'Windows 10 Drivers and Hardware' started by BenConcha, Oct 25, 2020.

  1. BenConcha Win User

    Device Manager and teredo adapter


    the device manager is not working. When I open the device manager and try to click the action bar it just says help and I don't know how to fix it. Another problem I have is that I can't connect to xbox parties. My computer could connect to xbox parties when I first got it but I sent it back as the audio stopped working and they reloaded the OS. Now I can't and I think its because I don't have the teredo adapter but I'm not sure Please help this is really annoying.

    :)
     
    BenConcha, Oct 25, 2020
    #1

  2. Teredo Adapter Not Found in the Device Manager

    Hi Igloo,

    Please follow the below steps to troubleshoot with the issue:

    Step 1. Modify TCPIPv6 Parameters through Windows Registry.

    1. Open Windows Registry Editor. To do that:

    Press “Windows” + “R” keys to load the Run dialog box.

    Type “regedit” and press Enter.

    2. Inside Windows Registry, navigate (from the left pane) and highlight this key.

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\TCPIP6\Parameters

    3. At the right pane, double-click to modify the DisabledComponents key.

    4. Set the DisabledComponents Value data to 0 (Zero) and select OK.

    5. Close Registry Editor.

    6. Restart your computer.

    (Windows should reinstall Teredo Tunneling adapter automatically.)

    7. Navigate to device management.

    8. Check if the Teredo tunneling adapter exists and working in device manager. To do that:

    From the View menu choose Show hidden devices.

    If the device manager's screen doesn't show any errors (and is without an exclamation mark) next to MS Teredo Tunneling Adapter then your problem is solved and the Teredo tunneling should work without problems.

    If you face a screen with a yellow exclamation mark next to Microsoft Teredo Tunneling adapter.

    Step 2: Uninstall all Teredo Tunneling Adapters & Interfaces.

    1. Right-Click and Uninstall the Teredo Tunneling Pseudo-Interface.

    2. Uninstall also all Microsoft Teredo Tunneling Adapters (e.g. Microsoft Teredo Tunneling Adapter #2 or #3 or #4, etc.)

    3. Re-install Microsoft Teredo Tunneling Adapter by following the steps from this tutorial: How to install Microsoft Teredo Tunneling Adapter

    4. If after re-installing teredo tunneling, you still have problems then proceed to Step 3

    Step 3. Enable Teredo Client using NETSH command

    1. Right click at Command Prompt and select Run as Administrator.

    2. At command prompt window type the following commands in this order and press Enter after typing each one of them.

    netsh

    int teredo

    set state disabled

    int ipv6

    set teredo client

    3. Close command prompt.

    5. Open Device manager.

    6. Select View > Show Hidden Devices. The Teredo Tunneling Pseudo Interface reappears and should be working without problems now.

    Registry disclaimer:

    To do so: Important this section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection,
    back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft

    How to back up and restore the registry in Windows

    http://support.microsoft.com/kb/322756/

    Please let us know if this will work.

    Thank you.
     
    RichardGuerzon, Oct 25, 2020
    #2
  3. Time Lady Win User
    Can't find this teredo adapter in Device Manager

    This is what Drivereasy page says:

    Fix 1: Install the Teredo adapter manually

    When you cannot find Microsoft Teredo Tunneling adapter in Device Manager, you can firstly manually install it to see it it presents.

    Here’s how you can install the Teredo adapter manually:

    On your keyboard, hold down the Windows logo key, then press R to bring up a Run box.

    Type devmgmt.msc and press Enter.

    Device Manager will then open. Click Action to select Add legacy hardware.

    Click Next.

    Tick on Install the hardware that I manually select from a list(Advanced), then click Next.

    Click Network adapters, then click Next.

    Click Microsoft then Microsoft Teredo Tunneling Adapter. Click Next.

    Click Next to start install the adapter.

    Click Finish.

    On Device Manager window, click View to select Show hidden devices.

    Double-click Network adapters. Check to see if Microsoft Teredo Tunneling Adapter is present there.

    a) If it does, congrats!

    b) If you still cannot see it, don’t worry, there’re something else you can try. Move on to the next fix.

    Fix 2: Re-enable the Teredo adapter

    The follow steps help you disable the Teredo adapter then enable it again.

    On your keyboard, hold down the Windows logo key, then press R to bring up a Run box.

    Type cmd, then press the Ctrl + Shift + Enter keys together.

    Click Yes when prompted by User Account Control.

    Type the following command and press Enter.

    netsh interface Teredo set state disable

    Once you do, restart your computer.

    Once your computer reboots, run Command Prompt as administrator as Step 1 to Step 3 shows.

    Type the following command and press Enter.

    netsh interface Teredo set state type=default

    Open a Run box as Step 1 shows.

    Type devmgmt.msc and press Enter.

    Click View to select Show hidden devices. Then double click Network adapters and check to see if the Teredo adapter shows up.

    a) If it does, great!

    b) If you still cannot see the adapter, don’t give up hope, check if Fix 3 helps you…

    Fix 3: Check if the Teredo adapter is disabled in your registry’s setting

    If both methods above fail to help you, there’s a good chance that some program alert your network settings to disable the Teredo Tunneling adapter.

    You can check if the Teredo adapter is disabled in your registry’s setting by these steps:

    On your keyboard, hold down the Windows logo key, then press R to bring up a Run box.

    Type cmd, then press the Ctrl + Shift + Enter keys together.

    Click Yes when prompted by User Account Control.

    Type the following command and press Enter.

    reg query HKL\Syste\CurrentControlSe\Service\iphlpsv\TeredoCheck

    Check to see if the output includes the following line: Type EG_DWORD 0x4

    a) If you see the line, then the Teredo adapter is disabled on your computer.

    You can enable it through typing the following command and pressing Enter to enable the adapter:

    netsh interface Teredo set state type=default

    b) If you don’t see the line, then move on to the next step.

    Type the following command and press Enter:

    reg query HKL\Syste\CurrentControlSe\Service\TcpIp\Parameters

    Check the value of the following line: DisabledComponents EGDWORD 0x…

    a) If the value is not 0x0, like DisabledComponents REG_DWORD 0x8e, the Teredo adapter is disabled on your computer.

    Type the following command and press Enter to enable the adapter:

    reg addHKLM\Sstem\CurrentContrlSet\Serices\Tpip6\Parameters /v DisabledComponents / REGDWORD /d 0x0

    b) If the value is 0x0, move on to the next step.

    Open a Run box as Step 1 shows.

    Type devmgmt.msc and press Enter.

    Click View to select Show hidden devices. Then double click Network adapters and check to see if the Teredo adapter shows up.
     
    Time Lady, Oct 25, 2020
    #3
  4. Device Manager and teredo adapter

    Microsoft Teredo Tunneling Adapter not Found

    Hi,

    It started off from teredo unable to qualify for Xbox connection.

    Then, I tried following tons of suggestions through showing hidden drivers in Device manager, changing DisabledComponents value to 0.

    However, I still cannot find Microsoft Teredo Tunneling Adapter.

    I tried to install it by adding legacy hardware with all ways, but there was no Microsoft Teredo Tunneling Adapter in the list of the Microsoft Network Adapter .
     
    Lumiere_EZH, Oct 25, 2020
    #4
Thema:

Device Manager and teredo adapter

Loading...
  1. Device Manager and teredo adapter - Similar Threads - Device Manager teredo

  2. Missing Microsoft Teredo Tunneling Adapter from Device Manager

    in Windows 10 Gaming
    Missing Microsoft Teredo Tunneling Adapter from Device Manager: Hello,I've been facing an issue with my network check thing in the xbox companion app on windows 11When entering into Device Manager/View/Show Hidden Devices/Expand Network adapters Teredo not there.However doing netsh interface teredo show state in cmd shows me some info...
  3. Missing Microsoft Teredo Tunneling Adapter from Device Manager

    in Windows 10 Software and Apps
    Missing Microsoft Teredo Tunneling Adapter from Device Manager: Hello,I've been facing an issue with my network check thing in the xbox companion app on windows 11When entering into Device Manager/View/Show Hidden Devices/Expand Network adapters Teredo not there.However doing netsh interface teredo show state in cmd shows me some info...
  4. Dont have a Teredo tunneling adapter in device manager

    in Windows 10 Ask Insider
    Dont have a Teredo tunneling adapter in device manager: i need it for fh4 to play w my friends can someone help please? submitted by /u/xxxmasterracexxx [link] [comments] https://www.reddit.com/r/Windows10/comments/k6p9vv/dont_have_a_teredo_tunneling_adapter_in_device/
  5. Teredo Adapters not available for download in device manager

    in Windows 10 Gaming
    Teredo Adapters not available for download in device manager: Hi, Im posting regarding an issue with the teredo adapter. Looking at my device manager, with "Show hidden devices" ticked I cannot see the teredo adapter there, I go to "Action > Add Legacy Hardware > Search for and install the hardware automatically > Network Devices >...
  6. Teredo Adapter Not Found in the Device Manager

    in Windows 10 Gaming
    Teredo Adapter Not Found in the Device Manager: I recently got the game pass and started playing Forza Horizon 4 everything was working amazing until one day i couldnt connect to the online mode. Ive gone tough alot of tutorials and came to the conclusion that i may not even have the Teredo Adapter installed. So i checked...
  7. Teredo tunneling adapter is missing from device manager

    in Windows 10 Software and Apps
    Teredo tunneling adapter is missing from device manager: Teredo tunneling adapter is missing from device manager so i cannot play online games. I have tried all posted solutions and still nothing works....
  8. Microsoft Teredo Tunneling Adapter Device

    in Windows 10 Installation and Upgrade
    Microsoft Teredo Tunneling Adapter Device: i tried install Teredo tunneling adapter and it wont let me install it, or i dont find that on my pc - im trying play the forza horizon 4 on pc https://answers.microsoft.com/en-us/windows/forum/all/microsoft-teredo-tunneling-adapter-device/ad797406-5376-400c-8329-a08fd7c9e9a1
  9. Can't find this teredo adapter in Device Manager

    in Windows 10 Drivers and Hardware
    Can't find this teredo adapter in Device Manager: [ATTACH] It doesn't show in device mangaer under network adaptations, It doesn't show under "add legacy hardware" Please help https://answers.microsoft.com/en-us/windows/forum/all/cant-find-this-teredo-adapter-in-device-manager/7c503da2-8a47-4696-ace1-e242ef5001ab
  10. microsoft teredo tunneling adapter not showing up in the device manager

    in Windows 10 Drivers and Hardware
    microsoft teredo tunneling adapter not showing up in the device manager: Hi, I'm trying to install the Teredo Tunneling Adapter and it's not showing up in my Device Manager tab under Network Adapters. I've checked under show hidden devices as well and it's still not there. When I go to add legacy device and navigate to network drivers and then to...