How to get wifi password by windows

hello everyone,
today we are going to learn how to get wifi(wireless fidelity) zpassword by windows.
(note:this is not a hacking method,you can get password only you connected before.)
first,start your computer,then go to start and search "CMD".cmd is a command line interface.we can get results by coding.if you have not any knowledge about cmd.type "help" command then you can get some knowledge about it.nowadays, we use graphical user interface.but old computer systems use command line interface to work.
just going to tutorial,
first you want to search "CMD" and run as administrator.then type 

this commands there.

1.netsh wlan show profiles (to get wifi names you have connected before.)



then select wifi name you want to connect
2.netsh wlan show profile "wifi name you want to get             password"
(note:you must type wifi name's simple capitle correctly)
now you can see list of wifi network properties.
ex:Applied: All User Profile

Profile information
-------------------
    Version                : 1
    Type                   : Wireless LAN
    Name                   : HUAWEI GR3 2017
    Control options        :
        Connection mode    : Connect automatically
        Network broadcast  : Connect only if this network is 

broadcasting
        AutoSwitch         : Do not switch to other networks

Connectivity settings
---------------------
    Number of SSIDs        : 1
    SSID name              : "HUAWEI GR3 2017"
    Network type           : Infrastructure
    Radio type             : [ Any Radio Type ]
    Vendor extension          : Not present

Security settings
-----------------
    Authentication         : WPA2-Personal
    Cipher                 : CCMP
    Security key           : Present

Cost settings
-------------
    Cost                   : Unrestricted
    Congested              : No
    Approaching Data Limit : No
    Over Data Limit        : No
    Roaming                : No
    Cost Source            : Default


then type
3.netsh wlan show profile "wifi name you want to get password" key=clear
now you can see wifi security key conetent.

Thank you



Comments