How can I clear out all old Wi-fi settings on Windows 7?
I think it's probably the Delete command:
netsh wlan delete profile name="ProfileName"
Where ProfileName is the name of the profile you set while creating the connection—which you can find using the List command:
netsh wlan show profiles
Open CMD as Admin and run the following command:
netsh wlan delete profile name=*
Works perfectly.