Windows上奇怪的Wi-Fi适配器

时间:2016-04-22 10:39:22

标签: windows-8.1 adapter

我在ipconfig /all上有以下适配器:

Wireless LAN adapter חיבור מקומי* 7:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Microsoft Hosted Network Virtual Adapter
   Physical Address. . . . . . . . . : CENSORED :)
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes

Wireless LAN adapter חיבור מקומי* 5:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Microsoft Wi-Fi Direct Virtual Adapter #2

   Physical Address. . . . . . . . . : CENSORED :)
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes

我不认为他们在那里做了什么好事。有没有办法删除它们?

如果重要的话,我在Windows 8.1上。

1 个答案:

答案 0 :(得分:1)

您可以在Windows 8.1上禁用NIC

这是一个教程:

Network Adapter (NIC) - Enable or Disable in Windows

这是用于删除虚拟网络适配器:

Add or remove a virtual network adapter

您也可以在cmd提示符下以管理员身份尝试此操作:

 netsh wlan stop hostednetwork
 netsh wlan set hostednetwork mode=disallow