cmd - start/stop wifi ap

::create profile
::netsh wlan export profile name="MyAp" folder=c:\MyAppDir interface="wifi1"
::netsh wlan show profiles

::netsh interface set interface name="local" admin=DISABLED

netsh wlan set hostednetwork mode=allow

netsh wlan set hostednetwork mode=allow ssid=MyAp key=1234567890

netsh wlan show hostednetwork


netsh wlan start hostednetwork

netsh wlan stop hostednetwork
posted @ 2018-09-23 07:15  Reboost  阅读(163)  评论(0编辑  收藏  举报