Sunday, September 18, 2022

How to find saved Wifi profiles and passwords in PC


open command prompt using command in run "CMD" 

type in cmd window to show wifi profiles:  netsh wlan show profiles


enter and it will show you all saved wifi profiles



then use below command to show specific profile's password

 netsh wlan show profile name=WifiConnectionName key=clear | find /I "Key Content"



No comments:

Post a Comment