I have Windows 10 Update 20H2.
My network card name is:
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:
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:
- Remove an unused/hidden network connection so that an existing name can be reused.
- Remove the extra number after the name of Ethernet connection.
- Ten Forums - How to Rename a Network Adapter in Windows.
- Microsoft DevBlogs Scripting - Renaming Network Adapters by Using PowerShell.
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:
- From the command prompt:
C:>set devmgr_show_nonpresent_devices=1
C:>start devmgmt.msc
Then, select View from the drop down and select to Show Hidden Devices.
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".
A reboot of the machine should be performed following this action.
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.