Windows 8 Manage Wireless Network Profiles

  
                                    

In Windows 8, "Network and Sharing Center" canceled the "Manage Wireless Network" option.

The network icon in the lower right corner can only display the hotspots that can be found currently. If you want to manage all the connected profiles, it is inconvenient and can only be implemented by commands.

First, Win+r opens “Run”, enter cmd and enter the command prompt.

1. Display all wireless profiles on your computer. At the command prompt, type:

netsh wlan show profiles

2. Display a profile outside the scope Security Key At the command prompt, type:

netsh wlan show profile name="ProfileName" key=clear


Computer Common Sense

3. To delete a configuration file outside the scope of the command prompt, type:

netsh wlan delete profile name="ProfileName"

4. Stop automatically connecting to the out-of-range network in the command At the prompt, type:

netsh wlan set profileparameter name="ProfileName" connectionmode=manual

Copyright © Windows knowledge All Rights Reserved