View and delete existing wireless network settings in windows 7
This method is applicable to scenarios where the local connection fails due to a route configuration change on the wireless transmitting end and the WLAN network configuration does not need to be saved.
1. Run cmd as an administrator using win + x keys (search cmd in the search box and right-click it as an administrator );
2. In the open window, enter netsh wlan show profiles to view the existing wireless network configuration file in the system;
3. To view the configuration of a wireless network, enter netsh wlan show profile name = "name of the wireless network configuration to be viewed" key = clear, and press enter to view the configuration, the network information displayed in this way is clearer and clearer than the general attributes and Status:
4. To delete a known wireless network, enter netsh wlan delete profile name = "name of the wireless network configuration to be deleted" and press enter. Of course, after the deletion, you need to re-enter the key for networking.
How to View and delete wireless network configurations in Windows 8 or 8.1
First, use the Win + X shortcut on the traditional desktop, and select "command prompt (administrator)" from the menu )";
If the following figure shows UAC User Account Control, click "yes ";
In the CMD window that opens, enter netsh wlan show profiles to view the existing wireless network configuration file in the system;
To view the configuration of a wireless network, enter netsh wlan show profile name = "name of the wireless network configuration to be viewed" key = clear, and press enter;
To delete a known wireless network, enter netsh wlan delete profile name = "name of the wireless network configuration to be deleted" and press enter;