Friday, March 25, 2022

How to find the saved Wifi Credentials in windows?

 

This command will list the saved wifi list

netsh wlan show profile






Now try with the below command with your connection name

netsh wlan show profile "<ConnectionName>" key=clear

Example: netsh wlan show profile "Galaxy M3256E2" key=clear



No comments:

Post a Comment

XAMPP MySql Crash issue

 This is as a result of some files in C:\xampp\mysql\data\mysql getting corrupted. Solution: Back up C:\xampp\mysql\data Copy all file C:\xa...