Finding the WiFi Password in Windows Using Command Prompt

Discussion in 'Other Languages' started by admin, Jul 3, 2016.

    
  1. admin

    admin Administrator Staff Member


    Finding the WiFi Password in Windows Using Command Prompt
    • First open the Command Prompt on your Windows PC by typing cmd in the Start Menu.
    • Now select Run as administrator by right-clicking on it.
    [​IMG]

    • Once Command Prompt is opened, you need to type the following command in it(Replace fossbytes with your WiFi network name), and hit enter.
    <strong>netsh wlan show profile name=fossbytes key=clear</strong>

    [​IMG]
    • After hitting Enter, you will see all the details including your wifi password as key content (as shown in the above picture).
    • In case you want a list of your previous WiFi connections, type this command:
    netsh wlan show profiles
     


Share This Page