lovegigi 发表于 2015-10-2 11:50:47

win7建立Wifi

  建立网络
netsh wlan set hostednetwork mode=allow ssid=netlimi key=123456789
  取消网络
netsh wlan set hostednetwork mode=disallow ssid=netlimi key=123456789
  开启网络承载
netsh wlan start hostednetwork
  停止网络承载
netsh wlan stop hostednetwork
  显示网络承载
netsh wlan show hostednetwork
页: [1]
查看完整版本: win7建立Wifi