Resources

https://technet.microsoft.com/en-us/library/f435edbe-1d50-4774-bae2-0dda33eaeb2f?f=255&MSPPError=-2147217396#bkmk_wlanConn

Connect Using WiFi Profile


netsh wlan connect name=MY_WIFI_PROFILE_NAME

If the WiFi adapter is already connected to a WiFi network it will automatically disconnect first.

If you have more than 1 WiFi adapter you must specify an interface name to use:


netsh wlan connect name=MY_WIFI_PROFILE_NAME interface="Wireless LAN Adapter"

 

Feel free to comment if you can add help to this page or point out issues and solutions you have found. I do not provide support on this site, if you need help with a problem head over to stack overflow.

Comments

Your email address will not be published. Required fields are marked *