cmd - start/stop wifi ap
::create profile ::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 stop hostednetwork |