How to see your WiFi Password

Subscribers:
612
Published on ● Video Link: https://www.youtube.com/watch?v=WR5uwzKA1tA



Category:
Guide
Duration: 5:16
11 views
0


How to see your WiFi Password

Below the code in command prompt to discover all your WiFi profile security key:

for /f "tokens=2 delims=:" %i in ('netsh wlan show profiles ^| find "User Profile"') do @echo %i : & set _profile=%i & netsh wlan show profile name="%_profile:~1,-1%" key=clear | find "Key Content"







Tags:
How to see your WiFi Password
Cmd
Command-line
WiFi Password
How to observe WiFi Password
Netsh
netsh wlan
netsh wlan show profiles
netsh wlan show profiles name=
key=clear