imsoft

win7建立无线wifi热点的几个常见的问题

命令行开启WiFi方法:

开启WiFi.bat

netsh wlan set hostednetwork mode=allow
netsh wlan set hostednetwork ssid=ssid key=rootroot
netsh wlan start hostednetwork

 查看状态,及停止WiFi

netsh wlan show hostednetwork
netsh wlan stop hostednetwork

 


 

问题总结

1:不出现Microsoft Virtual WiFi Miniport Adapter,或者microsoft virtual wifi miniport adapter有感叹号!

      解决方案:先卸载无线网卡的驱动,再执行上面的开启虚拟网卡的命令,就可以了。

 

2.The hosted network couldn\'t be started.A device attached to the system is not functioning

      解决方案:看是否打开了无线的开关。

 

3.The hosted network couldn\'t be started.The group or resource is not in the correct state to perform the requested operation.

      解决方案:查看网卡是否支持承载网络: netsh wlan start hostednetwork  是否是 Hosted network supported  : Yes 找最新驱动解决。

 

分类:

技术点:

相关文章:

  • 2021-10-09
  • 2021-12-25
  • 2021-12-28
  • 2021-12-03
  • 2021-11-17
  • 2021-11-11
  • 2021-07-26
  • 2021-11-23
猜你喜欢
  • 2021-11-27
  • 2021-11-27
  • 2021-12-15
  • 2021-11-24
  • 2021-12-15
  • 2021-11-17
  • 2021-10-08
相关资源
相似解决方案