Saturday, February 6, 2016

How to retrieve the forgotten password of WiFi

This article is for retrieving the forgotten WiFi Password using command prompt on Desktop.
Suppose you used to connect with certain WiFi and for some reason forgot your password and now you want to connect same WiFi but a new device.

Here is the easiest trick I can help you with:

  1. Open Command Prompt(Admin)
  2. type: wmic
  3. type: quit
  4. type: netsh wlan show profiles (this will list all the saved WiFi profiles on your system)
  5. type: netsh wlan show profiles WiFi-Name
  6. type: netsh wlan show profiles WiFi-Name key=clear

No comments:

Post a Comment