Remove Wi-Fi known network from command line / net shell (profile not saved)

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.

matt.baker

Posted 2018-09-20T09:55:43.157

Reputation: 178

You might have them as certificates in certmgr.msc. You might also block them.

– harrymc – 2018-09-20T12:14:35.273

@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

No answers