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 the wireless profiles on your computer. At the command prompt, type:
netsh wlan show profiles

2. Display the security key of a profile outside the scope. At the prompt, type:
netsh wlan show profile name="ProfileName" key=clear

3. Delete a configuration file outside the scope At the command prompt, type:
netsh Wlan delete profile name="ProfileName"

4. Stop automatically connecting to a network outside the scope At the command prompt, type:
netsh wlan set profileparameter name="ProfileName" connectionmode=manual< Br>
Copyright © Windows knowledge All Rights Reserved