first know your interface's name
netsh wlan show interfaces
then find your profile's name
netsh wlan show profiles
now you can connect
netsh wlan connect name="your profile's name" interface="your interface's name"