2

I am trying to change the password for a wifi network connection on Windows 7. But the old password keeps coming back. So I'd like to simply delete the old connection ("my-network") and just create a new one.

Here's what I tried:

  1. Control Panel > Network and Sharing Center > Manage Wireless Networks > Click the network, then click Delete.

    Reboot the computer, and "my-network" is back in the control panel.

  2. Open regedit search for "my-network" in all keys, values and data, and delete all keys that contain the value.

    Reboot the computer, and "my-network" is back in the control panel.

  3. Open cmd as Administrator, then netsh wlan delete profile name=my-network as per this answer: How can I clear out all old Wi-fi settings on Windows 7?

    Reboot the computer, and the network is back when I type netsh wlan show profiles

How can I remove this network (profile?) for good?

2
  • 1
    Is your computer a member of a Windows domain?
    – Steven
    Commented Aug 9, 2018 at 17:55
  • @Steven No, it looks like it's in a workgroup. How does that affect the network config? Commented Aug 9, 2018 at 19:14

2 Answers 2

2
+50

After deleting a wifi network connection on Windows, it should never come again after reboot.

Your network connection seems not being stored by Windows, but by a 3rd party wifi managers which stores all profiles you have connected to in the past and reconfigures Windows when you restart your computer.

For instance, Intel® PROSet/Wireless Software acts like that but it can be the cause of any other software. Lots of new computers come with such utility pre-installed. It might also be installed when you update your drivers.

So, you should uninstall such a tool and then, delete again your network profile.

1
  • ok, this is tricky. I'm not the main admin on this computer and can only access it about 3 weeks per year (it's my father-in-law's), so I don't feel good experimenting with uninstalling/reinstalling software on it that the main admins may need. However, I'm pretty sure this is the answer, since there is a 3rd party wifi manager running on it. So I'll probably accept this as the answer, unless a final check turns out otherwise. Commented Aug 18, 2018 at 14:08
1

There is a missing step in what you did.

You have done :

Control Panel > Network and Sharing Center > Manage Wireless Networks > Click the network, then click Delete.

You should follow by going back to Network and Sharing Center > Change adapter settings, right-click Wireless Network Connection and then click Connect/Disconnect.

Click the Refresh button to update the view of the available wireless networks. You may connect to it again if you wish by using the new password.

If the old password returns again, then it is reinstated by some installed manager, as described by @Trevor65.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .