Remove the Number `(2)` / `2` from the Ethernet and Network Card on Windows 10

I have Windows 10 Update 20H2.

My network card name is:

enter image description here

As you can see it is called Ethernet 2 and Intel(R) Ethernet Connection (2) I219-V.

I wonder how can IK remove the 2 from Ethernet 2 and the (2) form the network card.

I tried:

enter image description here

By entering netsh interface set interface name="Ethernet 2" newname="Ethernet".
Yet I got: You were not connected because a duplicate name exists on the network. If joining a domain, go to System in Control Panel to change the computer name and try again. If joining a workgroup, choose another workgroup name..

Regarding the numeration of the Network card, I have no idea how to remove it.

Any idea?

Things I have Tried:

This is the result of Get-NetAdapter | format-list:

Name : Ethernet 2
InterfaceDescription : Intel(R) Ethernet Connection I219-V
InterfaceIndex : 15
MacAddress : E0-D5-5E-44-A5-54
MediaType : 802.3
PhysicalMediaType : 802.3
InterfaceOperationalStatus : Up
AdminStatus : Up
LinkSpeed(Mbps) : 100
MediaConnectionState : Connected
ConnectorPresent : True
DriverInformation : Driver Date 2019-09-05 Version 12.18.9.11 NDIS 6.50
3

1 Answer

Go to service manager. Select "show hidden devices". You can then delete the old, unused devices that are interfering. See below:

To identify and remove the ghost devices from the Windows Device Manager, do the following:

  1. From the command prompt:

C:>set devmgr_show_nonpresent_devices=1

C:>start devmgmt.msc

  1. Then, select View from the drop down and select to Show Hidden Devices.

  2. At this point, any ghost network interface devices will be seen with lighter, transparent icon and can be removed. This is done by right-clicking the ghost tape device and selecting " Uninstall".

  3. A reboot of the machine should be performed following this action.

  4. Prior to re-configuring any devices, ensure no additional ghost entries have been created following the reboot. Repeat the procedure if needed, or consult Microsoft if the source of the entries cannot be found and they cannot be removed from the operating system.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like