You can see the above screenshot, Windows 8 does have a ” Forget this network ” option, but it doesn’t appear if the network is not in range. For doing this you need to delete profiles by using netsh command line utility.Well this was first published in LifeHacker. For doing this Go to > Start > type ” run ” in the search box. or you can open run box by pressin Windows Key + R. Then in that box just type ” cmd ” And this command will open Windows 8 CLI.
You can type ” netsh wlan show profiles ” for seeing your stored wireless profiles.Then you will need to save the profile name that you want to change.
Now type “ netsh wlan show profiles name=[profile name] key=clear ” to see the stored key of a specific profile. There you will find the key content under security settings.
Here’s is the main step, deleting it..
Just type ” netsh wlan delete profile name=[profile name] ” This code will delete the stored profile of your WLAN interface. Make sure this code will delete all your profiles. If you want to delete only some profiles then you need to use this ” pre>netsh wlan delete profile name=[profile name] [interface name] “
And to set network priority use this, “ netsh wlan set profileorder name=””network_name”” interface=””interface_name”” priority=1 “
That’s it ! If you want to automate the deletion of open Wi-Fi networks in Windows 8. And this was created by Scott Hanselman. I hope so you like this article. If you like this article then share this with your friends. If you have any doubts about this method then leave it comments !