Type the following command to list all the wireless networks you have connected in the past and press Enter:
netsh wlan show profiles
Type the following command to identify the name of your wireless adapter and press Enter:
netsh wlan show interfaces
Type the following command to change the connection priority and press Enter:
netsh wlan set profileorder name="NETWORK-PROFILE-NAME" interface="YOUR-INTERFACE-NAME" priority=1
In the command remember to include the network profile name for the connection you want to prioritize, and the name of the network adapter.
After completing the steps, your computer will always connect to the Wi-Fi network you prioritize. If the network isn't available, it'll then try to connect to the next priority on the list.
If you have a long list of networks, you can change the priority of all of them. The only thing you need to do is to change the priority value in the command outlined on step No. 7 to a higher number. For example, if you want to make a particular network your second best option, the command should include a priority value of 2.
Type the following command to list all the wireless networks you have connected in the past and press Enter:
netsh wlan show profiles
Type the following command to identify the name of your wireless adapter and press Enter:
netsh wlan show interfaces
Type the following command to change the connection priority and press Enter:
netsh wlan set profileorder name="NETWORK-PROFILE-NAME" interface="YOUR-INTERFACE-NAME" priority=1
In the command remember to include the network profile name for the connection you want to prioritize, and the name of the network adapter.
After completing the steps, your computer will always connect to the Wi-Fi network you prioritize. If the network isn't available, it'll then try to connect to the next priority on the list.
If you have a long list of networks, you can change the priority of all of them. The only thing you need to do is to change the priority value in the command outlined on step No. 7 to a higher number. For example, if you want to make a particular network your second best option, the command should include a priority value of 2.