Skip to content

Instantly share code, notes, and snippets.

@belachkar
Created August 8, 2022 05:40
Show Gist options
  • Save belachkar/4e51e8b42f4699ddaa9e13404641382a to your computer and use it in GitHub Desktop.
Save belachkar/4e51e8b42f4699ddaa9e13404641382a to your computer and use it in GitHub Desktop.

CMD Powershell commands

Show wifi known AP passwords

# To get all the known APs names
netsh wlan show profile

# To get the password decrypted
netsh wlan show profile "AP name" key=clear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment