启用/禁用微软虚拟无线微型端口(Enabling/Disabling Microsoft Virtu

2019-08-03 09:27发布

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

只需右键点击该微型端口NIC,并点击禁用,它走了。 现在,我怎么能允许吗? 禁用后,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 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"

不知道如何重新启用微软虚拟无线微型端口适配器(在Windows 8专业版RTM)? 我在我束手无策,请帮助:(

Answer 1:

你去你的“设备管理器”,找到你的“网络适配器”,然后会发现虚拟WiFi适配器,然后右键单击它并启用它。 在这之后,你开始用管理员权限的CMD,然后尝试:

netsh wlan start hostednetwork


Answer 2:

从接受的答案:

你去你的“设备管理器”,找到你的“网络适配器”,然后会发现虚拟WiFi适配器,然后右键单击它并使它

也许你的设备处于隐藏状态 - 首先,你应该从设备管理器取消隐藏它,然后重新启用从设备管理器工具适配器。



Answer 3:

我有确切的问题,我无法找到网络连接或设备管理托管的网络适配器。 所以我所做的就是禁用和在此之后,托管的网络适配器,应在设备管理器中列出启用WiFi适配器,那么你只需要在那里启用适配器。



Answer 4:

我有同样的问题我在网络设置禁用适配器后。 但是,当我去到系统 - >设备管理器,从“网络适配器”,找到它重新启用它。 然后一切再次工作。



Answer 5:

在我而言,我不得不卸载并重新安装无线适配器驱动程序,以便能够执行命令



Answer 6:

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



Answer 7:

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



Answer 8:

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



Answer 9:

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

然后在命令提示执行(管理员)

Netsh的WLAN开始hostednetwork



文章来源: Enabling/Disabling Microsoft Virtual WiFi Miniport