windows - 无法启动托管网络

标签 windows windows-7 windows-7-x64 netsh

当我尝试运行 netsh wlan start hostednetwork 时,我收到以下消息:

C:\Windows\system32>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.

我以管理员权限运行它,所以它不是臭名昭著的

C:\Users\Kevin>netsh wlan start hostednetwork
You must run this command from a command prompt with administrator privilege.

如何让托管网络“处于正确状态”?

最佳答案

这发生在您通过控制面板 -> 网络适配器 -> 右键单击​​虚拟连接上的按钮 -> 禁用

要解决此问题,请转到设备管理器(Windows 键 + x + m 在 Windows 8 上,Windows 键 + x 然后 m 在 Windows 10 上),然后打开网络适配器树,右键单击 Microsoft 托管网络虚拟适配器上的按钮并单击启用。

现在尝试使用具有管理员权限的命令 netsh wlan start hostednetwork。它应该有效。

注意:如果您没有看到名称为“Microsoft Hosted Network Virtual Adapter”的网络适配器,请尝试菜单 -> 查看 -> 显示隐藏设备设备管理器窗口。

关于windows - 无法启动托管网络,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18182084/

相关文章:

windows - 如何远程访问我的 svn 存储库?

windows - 为什么 QtCreator/MSVC 将 64 位系统 DLL 链接到我的 32 位应用程序?

windows - 发现加载和卸载内核模式驱动程序的足迹

windows-7-x64 - 安装适用于 Windows 的 GitHub

Python:无法轻松安装 (Windows 7 x64)

c# - 动态获取当前 LDAP 路径

c++ - 为什么我的控制台不等待 VS2010 和 Windows7 中的输入?

c# - 设置 SharePoint 开发人员虚拟机

debugging - 如何在 Windows 7 64 位上自动启动调试器来调试 32 位应用程序?

java - 默认最大 Permgen 大小是如何定义的 :