笔记本win7共享WIFI
时间:2014-03-14 16:44:14
收藏:0
阅读:512
承载网络模式设置为允许
(1)netsh wlan set hostednetwork mode=allow
创建无线网络
(2)netsh wlan set hostednetwork ssid=网络名 key=密码
启动承载网络
(3)netsh wlan start hostednetwork
共享本地连接网络给虚拟网络
每次重启电脑都要执行(3)
CreateWIFI bat
netsh wlan set hostednetwork mode=allow
netsh wlan set hostednetwork
ssid=trent key=12345678
netsh wlan start hostednetwork
原文:http://www.cnblogs.com/fourw/p/3600596.html
评论(0)