【发布时间】:2017-08-20 14:37:44
【问题描述】:
C:\WINDOWS\system32>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"
MAC randomization disabled on interface Wi-Fi
根据我的阅读,这应该意味着我可以启动托管网络:
C:\WINDOWS\system32>netsh wlan set hostednetwork mode=allow ssid=AdHoc key=password
The hosted network mode has been set to allow.
The SSID of the hosted network has been successfully changed.
The user key passphrase of the hosted network has been successfully changed.
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.
我已尝试更新我的网络适配器驱动程序“Intel dual Band wireless-AC 765”,但它没有修复它。通过阅读该站点上的其他一些问题,我注意到我没有名为“Microsoft Hosted Network Virtual Adapter”的驱动程序,这会导致问题吗?我在 IT 方面不是很胜任,所以如果我没有清楚地解释自己,请告诉我,以便我澄清。
【问题讨论】:
标签: windows