Daily Weekly Monthly

Daily Shaarli

All links of one day in a single page.

January 26, 2016

Delete Wi-Fi Networks in Windows 8 from the Command Line

Gérer les connexions Wifi enregistrées en ligne de commande.

To see stored wireless profiles, type:
netsh wlan show profiles

To see the stored key (WPA/WEP/etc) of a specific profile:
netsh wlan show profiles name=[profile name] key=clear

To delete a stored profile:
netsh wlan delete profile name=[profile name]