Connect to new wifi network with cmd
问题 How do I connect to a Wifi network With a command prompt, I know that with the command netsh wlan connect name [network name] I can connect to an already known network. How do I connect to an unknown network by passing the password as a parameter? 回答1: You need to create a profile first. Easiest way to do is to dump all Wi-Fi profiles on the system first: netsh wlan export profile Pick one of the .xml files that are being created by this command and adapt it to your needs. In order to enter