27

我禁用了我的Microsoft Virtual WiFi Miniport网络适配器Control Panel\Network and Internet\Network Connections

只需右键单击微型端口网卡并单击禁用,它就消失了。现在我该如何启用它?禁用网卡后,netsh wlan start hostednetwork不再工作。回应是,

The hosted network couldn't be started. The group or resource is not in the correct state to perform the requested operation.

在我禁用适配器之前,它工作得很好,无论如何,这里的输出是 netsh wlan show drivers,

Interface name: Wi-Fi

Driver                    : Qualcomm Atheros AR9285 Wireless Network Adapter
Vendor                    : Qualcomm Atheros Communications Inc.
Provider                  : Microsoft
Date                      : 7/3/2012
Version                   : 3.0.0.130
INF file                  : C:\Windows\INF\netathrx.inf
Files                     : 2 total
                            C:\Windows\system32\DRIVERS\athrx.sys
                            C:\Windows\system32\drivers\vwifibus.sys
Type                      : Native Wi-Fi Driver
Radio types supported     : 802.11b 802.11g 802.11n
FIPS 140-2 mode supported : Yes
802.11w Management Frame Protection supported : Yes
Hosted network supported  : Yes
Authentication and cipher supported in infrastructure mode:
                            Open            None
                            Open            WEP-40bit
                            Open            WEP-104bit
                            Open            WEP
                            WPA-Enterprise  TKIP
                            WPA-Personal    TKIP
                            WPA2-Enterprise TKIP
                            WPA2-Personal   TKIP
                            Vendor defined  TKIP
                            WPA2-Enterprise Vendor defined
                            Vendor defined  Vendor defined
                            WPA-Enterprise  CCMP
                            WPA-Personal    CCMP
                            WPA2-Enterprise CCMP
                            Vendor defined  CCMP
                            WPA2-Enterprise Vendor defined
                            Vendor defined  Vendor defined
                            WPA2-Personal   CCMP
                            Vendor defined  Vendor defined
Authentication and cipher supported in ad-hoc mode:
                            Open            None
                            Open            WEP-40bit
                            Open            WEP-104bit
                            Open            WEP
                            WPA2-Personal   CCMP
                            Vendor defined  Vendor defined

netsh wlan show hostednetwork,

托管网络设置

Mode                   : Allowed
SSID name              : "aczire"
Max number of clients  : 100
Authentication         : WPA2-Personal
Cipher                 : CCMP

托管网络状态

Status                 : Not available

执行后,

netsh wlan set hostednetwork mode=allow

The hosted network mode has been set to allow.

但再次进入,

netsh wlan show hostednetwork

托管网络设置

Mode                   : Allowed
SSID name              : "aczire"
Max number of clients  : 100
Authentication         : WPA2-Personal
Cipher                 : CCMP

托管网络状态

Status                 : Not available

netsh wlan show settings

无线局域网设置

Show blocked networks in visible network list: No
Only use GP profiles on GP-configured networks: No
Hosted network mode allowed in WLAN service: Yes
Allow shared user credentials for network authentication: Yes
Block period: Not Configured.
Auto configuration logic is enabled on interface "Wi-Fi"

知道如何重新启用 Microsoft Virtual WiFi Miniport 适配器(在 Windows 8 Pro RTM 中)?我无能为力,请帮助:(

4

9 回答 9

53

你去你的“设备管理器”,找到你的“网络适配器”,然后应该找到虚拟wifi适配器,然后右键单击它并启用它。之后,您以管理员权限启动 cmd,然后尝试:

netsh wlan start hostednetwork
于 2012-12-03T07:27:37.917 回答
16

从接受的答案:

你去你的“设备管理器”,找到你的“网络适配器”,然后应该找到虚拟wifi适配器,然后右键单击它并启用它

也许您的设备被隐藏了 - 首先您应该从设备管理器中取消隐藏它,然后从设备管理器工具中重新启用适配器。

于 2013-03-25T01:06:44.897 回答
3

我遇到了确切的问题,在网络连接或设备管理器中找不到托管的网络适配器。所以我所做的是禁用和启用 wifi 适配器,之后托管的网络适配器应该列在设备管理器中,然后你只需从那里启用适配器。

于 2013-04-18T03:56:33.883 回答
2

在网络设置中禁用适配器后,我遇到了同样的问题。但是当我转到系统->设备管理器并从“网络适配器”中找到它并重新启用它时。然后一切都恢复正常。

于 2012-12-20T10:42:04.383 回答
2

在我的情况下,我必须卸载并重新安装无线适配器驱动程序才能执行命令

于 2013-05-30T23:55:49.713 回答
2

在设备管理器中,您可以选择查看 > 显示隐藏的设备

于 2016-06-06T11:21:43.303 回答
0

Microsoft Virtual WiFi Miniport应该自动启动并绑定到底层功能驱动程序。尝试禁用并重新启用AR9285驱动程序。

于 2012-12-01T19:42:32.767 回答
0

尝试添加此修补程序:hotfixv4.microsoft.com/Windows%207/Windows%20Server2008%20R2%20SP1/sp2/Fix362872/7600/free/427221_intl_i386_zip.exe

于 2013-04-06T12:26:44.107 回答
0

http://www.instructables.com/id/How-to-Set-Up-a-Wireless-Hotspot-Windows-7/step1/Step-1-Enabling-the-Microsoft-Virtual-WiFi-Minipor/

然后在命令提示符(ADMIN)中执行

netsh wlan 启动托管网络

于 2014-03-27T01:33:56.537 回答