Removing Old/Extra Network Connections (NOT Wireless!)

Discussion in 'Windows 10' started by DeathStalker77, Aug 14, 2015.

  1. DeathStalker77

    DeathStalker77 MDL Senior Member

    Joined:
    Nov 8, 2009
    Messages:
    424
    Likes Received:
    29
    Trophy Points:
    10
    I've been having issues since getting my new modem, and I've got additional Network names that I'd like to clean out. Actually, I'd like to clean out ALL network references and start clean (without having to re-install Windows!).

    Right now my Connections show "HOME 4". This is all ethernet, NOT wireless, and my ethernet adapter shows as "Network 4".

    I'd like to clean everything.

    Thanks much for any assistance!
     
  2. MrMagic

    MrMagic MDL Guru

    Joined:
    Feb 13, 2012
    Messages:
    6,020
    Likes Received:
    4,147
    Trophy Points:
    210
  3. DeathStalker77

    DeathStalker77 MDL Senior Member

    Joined:
    Nov 8, 2009
    Messages:
    424
    Likes Received:
    29
    Trophy Points:
    10
    #3 DeathStalker77, Aug 14, 2015
    Last edited: Aug 14, 2015
    (OP)
    That appears to be for devices in Device Manager ..... not sure it's the same thing .....


    =================

    No, it is not - it does not show the info that I am looking for.
     
  4. DeathStalker77

    DeathStalker77 MDL Senior Member

    Joined:
    Nov 8, 2009
    Messages:
    424
    Likes Received:
    29
    Trophy Points:
    10
    Come one people, this can't be THAT hard. I tried removing a registry entry that was *supposed* to do it - didn't work - I removed the drivers, rebooted, re-installed, and I STILL get "Network 4", not "Network".
     
  5. bleedlikeme

    bleedlikeme MDL Novice

    Joined:
    Jul 24, 2015
    Messages:
    22
    Likes Received:
    5
    Trophy Points:
    0
    Device Manager >> View >> 'Show hidden devices'

    Expand Network adapters section

    Delete grayed-out (or unused) items
     

    Attached Files:

  6. DeathStalker77

    DeathStalker77 MDL Senior Member

    Joined:
    Nov 8, 2009
    Messages:
    424
    Likes Received:
    29
    Trophy Points:
    10
    Ok, if that's it, why am I showing "Network 11" and only a #2 hidden?
     
  7. kinotium

    kinotium MDL Novice

    Joined:
    Nov 27, 2010
    Messages:
    9
    Likes Received:
    3
    Trophy Points:
    0
    <Insert registry editor warning here>

    Network profiles can be deleted from registry, they live in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Signatures\Unmanaged also holds one or more keys per network profiles. I don't know if cleaning these will reset the counter, but you can try.
     
  8. Carlos Detweiller

    Carlos Detweiller MDL Spinning Tortoise

    Joined:
    Dec 21, 2012
    Messages:
    4,514
    Likes Received:
    4,542
    Trophy Points:
    150
    #8 Carlos Detweiller, Aug 20, 2015
    Last edited by a moderator: Apr 20, 2017
    After deleting old network adapters, I had to manipulate an additional setting in Registry (I don't know if the GUID varies, but you should find it):

    Code:
    HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\Descriptions
    All network adapters (physical and virtual) are listed, each with a REG_MULTI_SZ value like "1 2 3 4", more or less numbers. Those represent the numbers that are used, for example, having a "1" for an adapter means the next will spawn with "#2" at the end. I had to remove all numbers from my NIC to have it re-detected without any number.