What to Do When You Forgot Your WiFi Password

What to Do When You Forgot Your WiFi Password
With so many passwords to remember some people forget there wifi password, I will show you ways to find and recover these passwords.

Need a Cheap Win 10 pro OEM key (make sure you use code BR09 for a 30% discount)
Windows 10 Pro 
Windows 11 Pro
Buy Office 2016
Buy Office 2019 

1. Find W-iFi Password in Windows Settings
press Win + I / Network & Internet / Advanced network settings / More network adapter options / Status
2. Show All Saved Passwords Using Powershell

(netsh wlan show profiles) | Select-String “\:(.+)$” | %{$name=$_.Matches.Groups[1].Value.Trim(); $_} | %{(netsh wlan show profile name=”$name” key=clear)} | Select-String “Key Content\W+\:(.+)$” | %{$pass=$_.Matches.Groups[1].Value.Trim(); $_} | %{[PSCustomObject]@{ PROFILE_NAME=$name;PASSWORD=$pass }} | Format-Table -AutoSize

3. Use CMD to Check Wifi Passwords
Win + X / netsh wlan show profiles / netsh wlan show profile name=Wifi Name key=clear

or

netsh wlan show profile name=Wifi Name key=clear | find /I “Key Content”

4. Use Third-Party Tool to View Wifi Passwords
Magical Jelly Bean Wi-Fi password revealer

?Watch related playlists and videos
Join Youtube Members

? Connect with me on social:
Follow on Twitter
Follow on Facebook 

? View my Website

?Discord Access 

? Support me with your Amazon purchases:
UK 
US 

?Merch

Leave a Reply