When migrating some VM from vmware to HyperV, I noticed some strange behaviors that were confirmed by running the bginfo tool: some network adapters were hidden in the background, waiting to cause some weird errors someday (especially because of the MAC address cloning...)
Therefore, I found some articles to clean up and remove ghost network adapters:
Or manually like this:
- Open a command prompt
- Type set devmgr_show_nonpresent_devices=1, and then press Enter.
- Type Start DEVMGMT.MSC, and then press Enter.
- Click View, and then click Show Hidden Devices.
- Expand the Network Adapters tree.
- Right-click the dimmed network adapter, and then click Uninstall.