我在Control Panel\Network and Internet\Network Connections中禁用了Microsoft Virtual WiFi Miniport网络适配器。
只需右键单击微型端口网卡,然后单击禁用,它就消失了。现在我该如何启用它呢?禁用nic后,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 definednetsh 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 availablenetsh wlan show settings
无线LAN设置
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"你知道如何重新启用微软虚拟WiFi微端口适配器(在Windows8Pro RTM中)吗?我无计可施,请帮帮忙:
发布于 2012-12-03 15:27:38
你去你的“设备管理器”,找到你的“网络适配器”,然后应该找到虚拟wifi适配器,然后右击它并启用它。在此之后,您使用管理员权限启动cmd,然后尝试:
netsh wlan start hostednetwork发布于 2013-03-25 09:06:45
根据已接受的答案:
你去你的“设备管理器”,找到你的“网络适配器”,然后应该找到虚拟wifi适配器,然后右击它并启用它。
也许您的设备是隐藏的-首先,您应该从设备管理器中将其取消隐藏,然后从设备管理器工具中重新启用适配器。
发布于 2013-04-18 11:56:34
我遇到了确切的问题,我在网络连接或设备管理器中找不到托管的网络适配器。所以我所做的就是禁用和启用wifi适配器,然后托管的网络适配器应该在设备管理器中列出,然后您只需从那里启用适配器。
https://stackoverflow.com/questions/13656694
复制相似问题