Monday, 4 July 2016

Get WiFi Password




Type “cmd” in the Run box, right-click the command prompt icon and choose Run as Administrator (see how). Now enter the following command

netsh wlan show profile name=" WiFi _Name" Key=clear

For instance the network name is Logan, then

netsh wlan show profile name="Logan" Key=clear

NB: Network must be connected to the device.
Thank you