Netsh Show Wlan Profiles
Type the following, replacing "Home_Network_5G" with the name of the network you found in Step 2:
Cleaning Up Your Network ListOver time, your PC may accumulate dozens of "Guest" or "Hotel" Wi-Fi profiles. You can use the list generated by the show command to identify which ones you no longer need and then delete them using:netsh wlan delete profile name="ProfileName" netsh show wlan profiles
netsh wlan show profiles [[name=]<ProfileName>] [key=clear] [interface=<InterfaceName>] Type the following
| Parameter | Description | |-----------|-------------| | name= | Name of a specific profile (SSID). Enclose in quotes if spaces exist. | | key=clear | (requires admin rights). | | interface= | Specify a wireless adapter (if multiple). Find names with netsh wlan show interfaces . | ] [key=clear] [interface=<
netsh wlan show profiles