Home How to get saved wifi password in windows?
Post
Cancel

How to get saved wifi password in windows?

  1. Open CMD in Administration

    Open CMD in Administration

  2. Run below command to see all saved wifi profiles in your PC. Pick the wifi name to see password

    1
    
     netsh wlan show profile
    

    Run command to see saved wifi profiles

  3. Run below command (replaces hoangvu to your wifi name) and see the saved password in Key Content section

    1
    
     netsh wlan show profile hoangvu key=clear
    

    Run command to see the saved password

This post is licensed under CC BY 4.0 by the author.

-

How to merge multi commits to one commit