When working in a virtualized Microsoft environment, such as with Hyper-V, and after making changes to the virtual networking, you may end up with multiple hidden network adapters that are in need of removing. If you restore a VM image from a backup, you may start to see network adapters named "MS Virtual Bus Network Adapter #2" when what you want to see is "MS Virtual Bus Network Adapter" with no number appended to the end.
This is sometimes caused when the old virtual network adapter within device manager goes into a hidden state but is still recognized by the OS as in use, and it can lock the IP address as well as cause other oddball network issues.
To remove the hidden network adapters from device manager, you need to launch device manager from a command line with the following commands:
set devmgr_show_nonpresent_devices=1
start devmgr.msc
Once device manager starts, from the file menu expand the View and select "Show Hidden Devices". After, expand the "Network Adapters" node and you should then be able to remove any unused hidden adapters.
Subscribe to:
Post Comments (Atom)
-
If you need to access files or folders on a network share, you may need to browse UNC paths from the Windows Command Line. UNC stands for Un...
-
Volume Shadow Copy (VSS) is a feature in Windows that allows you to create snapshots of your system at different points in time. These snap...
-
Removing a domain user account from a Windows 10 domain joined workstation requires a few steps to ensure that the process is completed prop...
No comments:
Post a Comment