问题状态:未解决 - 17 年 7 月 10 日
我的 WiFi 适配器,Intel(R) Dual Band Wireless-AC 3165 v19.20.0.6,支持使用“Soft AP”创建托管网络,我知道这是因为它以前能够。但是我的问题是我无法再通过通常的netsh wlan start hostingnetwork 启动托管网络
这给我带来了这个错误
The hosted network couldn't be started.
The group or resource is not in the correct state to perform the requested operation.
Run Code Online (Sandbox Code Playgroud)
但当然这是因为
netsh wlan show wirelesscapabilities
...
Soft AP : Not supported
Run Code Online (Sandbox Code Playgroud)
因此
Hosted network supported : No
Run Code Online (Sandbox Code Playgroud)
据我所知,这是软件版本更改的结果,我也在网上看到其他人也有类似的问题。尽管如此,我希望能够强制支持“软 AP”并最终强制启动“托管网络”,因为它在 wifi 适配器的能力范围内。
注意:我会使用 Windows 10 的新内置热点创建器来执行此操作,但您无法在未连接到互联网的情况下启动它,这是我的目标。我和其他人对此悲痛的帮助将不胜感激。
编辑:注册表、Powershell、CMD、Windows 实用程序或驱动程序文件的自我修改等 - 是我对分辨率可能是什么样子的猜测。
wireless-networking wireless-access-point netsh wireless-bridge windows-10