Many of us take our laptops all over the place, and it is not uncommon for us to connect to several wireless networks on an ongoing basis. In Windows 7 there was a simple way to manage the wireless networks that you connect to, but it seems to be missing from Windows 8. This doesn’t mean that you can’t manage your networks, but it has to be done in different ways.
There is a third-party tool that seems to makes this task easy. The WiFi Profile Manager 8 (developed by Lee Whittington for The Windows Club) lets you view preferred networks, change the order, export and import the list to XML, and remove wireless profiles. If you are familiar with the old tool from Windows 7 then you will not have any trouble using this tool. It can be downloaded from TWC by clicking here.
If you are wary of third-party tools and are pretty handy with the command line, then you can manage your wireless networks from the command line.
(To open a Command Prompt either type cmd from the Start Menu, or from the desktop press Win-R and then type cmd)
List all stored wireless profiles: netsh wlan show profiles |more
Show the profile information (profile, connectivity, security, and cost settings): netsh wlan show profiles name=<profile name> key=clear
Delete a profile: netsh wlan delete profile name=<profile name>
The netsh command is not new, and any IT Pro with some command line experience will recognize it. Of course the GUI has made us lazy… you probably already knew about this, and just needed to be reminded of it. As for me… let’s just say that Bing is my friend too
Leave a Reply