How to remove a Ghost Network Adapter entry from Win 7

videobruce

New member
Member
VIP
Local time
5:26 PM
Messages
182
I believe the term is "Ghost" Adapter where a non-existent Network Adapter is listed in the O/S and it doesn't exist preventing re-naming an existing active adapter. The error is that there is another adapter somewhere with the same name. It doesn't show in Device Manager even if you check View/Show Hidden Adapters.
There are other programs that do show the entry; System Informer (formally Process Hacker) can show Ghost adapters under Options/Network Devices/Show hidden adapters.

I found this site, but the Registry hack (3/4 down on the page) didn't work since the 3rd entry location that needed to be removed didn't have that bogus entry listed;

How to Remove Hidden/Ghost Network Adapters in Windows | Windows OS Hub

I wound up C&P the Registry ID number of the Ghost adapter into a Registry search box and it returned something like 140 entries. No, I'm not kidding. Gotta love M$.
Any ideas how to get rid of this non-existing entry?? Granted, the existing NIC does work, I just don't like the bogus "#2" added the the name of the active entry.

- - - Updated - - -

The text is here;

Remove Network Adapter Settings from the Registry

If after removing the ghost NIC in the Device Manager you still cannot assign the old IP address to a new adapter, remove the IP configuration of the old NIC from the registry.
The IP settings of your network interfaces are located under the registry key HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces.
This registry key contains some {Interface GUID} keys. Check them one by one until you find the interface, which IPAddress value contains the IP address assigned to the old network interface.
The IPAddress parameter may contain more than one IP address since in Windows you can assign multiple IP addresses (aliases) to a single network adapter.
Remember the name of the registry key (it is the identifier of the network adapter). Remove the keys:

HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Adapters\{your_NIC_ID}
HKLM\SYSTEM\CurrentControlSet\Services\{your_NIC_ID}
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network{your_NIC_ID}

Restart your computer and try to assign the old static IP address to a new network adapter.
 

My Computers

System One System Two

  • Computer type
    Laptop
    Computer Manufacturer/Model Number
    Toshiba
    OS
    Win7 x64
    CPU
    AMD
  • Computer type
    PC/Desktop
    System Manufacturer/Model Number
    AMD based MB
    OS
    Win 7 Pro x64
    CPU
    AMD FX-8350
    Motherboard
    Gigabyte GA-970A-D3P
    Memory
    16GB
    Graphics Card(s)
    nVidia GeForce 1060
    Monitor(s) Displays
    25"
    Screen Resolution
    1920x1200
    Hard Drives
    two SSD;
    two 4TB HDD
    PSU
    700watt Seasonic
    Internet Speed
    300MB up & down
    Browser
    Firefox
    Other Info
    BD Recorder
Whats the details of the network adapter? Sometimes it ca be for good reason
 

My Computer

Computer type
PC/Desktop
OS
win 8 32 bit
Realtek PCIe GbE Family Controller #2 is the way it's listed in DM.
Realtek driver version 8-28-2018
 

My Computers

System One System Two

  • Computer type
    Laptop
    Computer Manufacturer/Model Number
    Toshiba
    OS
    Win7 x64
    CPU
    AMD
  • Computer type
    PC/Desktop
    System Manufacturer/Model Number
    AMD based MB
    OS
    Win 7 Pro x64
    CPU
    AMD FX-8350
    Motherboard
    Gigabyte GA-970A-D3P
    Memory
    16GB
    Graphics Card(s)
    nVidia GeForce 1060
    Monitor(s) Displays
    25"
    Screen Resolution
    1920x1200
    Hard Drives
    two SSD;
    two 4TB HDD
    PSU
    700watt Seasonic
    Internet Speed
    300MB up & down
    Browser
    Firefox
    Other Info
    BD Recorder
Back
Top