To remove a wireless connection setup I basically go to (network and sharing center) then select (manage wireless network) and then from the list of wireless networks I right click on the one that I want to remove and select (remove network) from the drop down menu. Problem is that when I go to define the wireless network again the system said that the network connection already exist so it seems that even when the wireless network definition is not longer display in the connections list, Vista keeps the configuration somewhere.

So How can I be sure that a particular wireless network has been completely removed?

link|improve this question
3  
belongs on www.superuser.com – MDMarra Jan 1 '10 at 1:36
feedback

migrated from serverfault.com Jan 4 '10 at 16:00

This question came from our site for system administrators and desktop support professionals.

1 Answer

Try deleting the network profile from the registry. Likely in:

HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles

You might also try searching the registry for the SSID you are trying to remove and delete the entries you find.

I should advise you to use caution when deleting things in the registry, before you do anything export the section you are going to modify / delete before actually making a change. That way if it was a mistake hopefully you can import it back and it will be good again.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown