device manager (devmgmt.msc)

最後更新: 2018-11-29

 


Show hidden nic

 

一共有兩個 Step

[1] CLI: Start -> cmd

set devmgr_show_nonpresent_devices=1

devmgmt.msc

[2] GUI: View -> Show Hidden Devices

 


Remove hidden NIC by regetry

 

一共要刪除 3 個地方, 分別是

[1] "HKLM\SYSTEM\CurrentControlSet\Control\Network\ {4D36E972-E325-11CE-BFC1-08002BE10318}\GUIDs"

It contains numerous subkeys that correspond to GUIDs of each network adapter on the system.

Each subkey should have another subkey, 'Connection'.

The value of the Name key is the name of the network adapter.

Besides, you also need to delete the same GUID key under the registry keys below:

[2] "HKLM\SYSTEM\CurrentControlSet\services\Tcpip\Parameters\Adapters\GUIDs"

IpConfig -> Tcpip\Parameters\Interfaces\GUID

[3] "HKLM\SYSTEM\CurrentControlSet\services\Tcpip\Parameters\Interfaces\GUIDs"

After that, the network adapter would be deleted and that name would be freed up.

 


 

Creative Commons license icon Creative Commons license icon