Viewing Saved WIFI Passwords with Windows CMD

Windows

Viewing Saved WIFI Passwords with Windows CMD

 Hello friends, today I will show you how to find the passwords of WIFI addresses you previously connected to on Windows computers. To find the passwords, we will use only CMD.

With the netsh command via CMD, many operations can be done and we will find old wifi passwords. Let's get started right away.

First, let's list all the wifi addresses we have previously connected to. For this, it will be enough to type "netsh wlan show profiles" in cmd.

CMD WIFI PASSWORD FINDING

Now let's choose the profile for which we want to learn the password and enter our code 

"netsh wlan show  profile \"WIFI Address\"  key=clear" 

here, in the "WIFI Address" part, we write the profile, for example 

"netsh wlan show profile \"AndroidAPa8e4\" key=clear" 

CMD WIFI PASSWORD FINDING

The part that says "Key Content :" here shows the password of the WIFI address.
"Key Content            : tmma2124"

NOTE: This process can only be used to view the passwords of WIFI devices that you have previously connected to on your system and cannot be used for any WIFI password cracking process.