0
Is it possible to remove a Wi-Fi known network (see below) from the command line / net shell in Windows? Not a profile
Known network from Windows 10: Settings -> Network & Internet -> WiFi -> Manage known networks.
I'm automatically connecting to many unique Wi-Fi networks as part of an end of line test for new products. The test uses the same profile just modified with the new SSID and passphrase, but the list of known networks keeps growing.
As it's using a single profile, the networks are not listed when executing netsh wlan show profiles
so no option to delete them from the list.
You might have them as certificates in
– harrymc – 2018-09-20T12:14:35.273certmgr.msc
. You might also block them.@harrymc Thanks. I had a look in the User Certificates Manager, but there's nothing relevant listed unfortunately. Also had a look in the Local Machine/Computer (certlm.msc). – matt.baker – 2018-09-27T09:32:55.707