While Windows 10 is definitely an improvement over the older versions, there are some smaller things that can annoy even the most basic users. One such feature is the ability to change Wi-Fi priority. In Windows 7, you could simply drag the networks in their order of preference, Windows 10 does not let you do that anymore.
Change Wi-Fi Priority Windows 10
Microsoft regularly removes many features citing unpopularity among users. That may be true to some extent, but most users would do fine without Microsoft removing such features. Removing these features seems like taking a step back, but at the end of the day, we are at the mercy of Microsoft.
In Windows 10, if you are wondering how to set Wi-Fi priority, you can do so by using the command prompt.
How To Prioritize Wi-Fi Windows 10?
Using Command line interpreters is actually very easy. If you understand what each command does, you can change almost anything within Windows 10 right from the command prompt. To set Wi-Fi priority, follow these steps:
- Open a Run dialog using the shortcut combination Win + R.
- Here, type cmd and press Ctrl + Shift + Enter to launch Command Prompt with administrative privileges.
- Type the following command and press Enter to show all the network profiles saved on your computer:
netsh wlan show profiles
- Here, take a note of all the Wi-Fi connections that you have connected to and want to edit. You will find the appropriate information under the User Profiles section.
- Once you have made sure which profile you want to prioritize, use the following command to change the priority of the network profiles:
netsh wlan set profileorder name="name_of_wifi" interface="type_of_network_interface" priority=#
Note: Replace name_of_wifi with the name of your Wi-Fi connection, type_of_network_interface with the type of network and # with which position you want the network to be.
Now when you use the netsh wlan show profiles command to view the network profiles, the network profiles should appear in the order of the new priority.
Wrapping Up
Although this may be a feel like a very complicated process, all you need is two commands to change Wi-Fi priority in Windows 10. Comment below if you found this useful, and to discuss further the same.