Where is win8 management wireless network? Teach you to use the command to achieve

  

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

3. Delete a profile outside the scope of the command prompt Under, 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

Copyright © Windows knowledge All Rights Reserved