How to see wifi password from command prompt on a Windows PC

Опубликовано: 02 Ноябрь 2024
на канале: Fun & Tech
1,493
20

Shows how to see Wifi Password from command prompt, also show how to export the profile, delete it and also to add a profile.

1. netsh wlan show profile - to show wifi profile names(SSID)
2. netsh wlan show profile mywi-fi key= clear - to show the selected profile named mywifi password
3. netsh wlan export profile name="mywifi" - to export the SSID profile named mywifi
4. netsh wlan delete profile name="Mywifi" - to delete the profile SSID named mywifi
5. netsh wlan add profile filename="myWiFi.xml" - to add a wifi to windows system from an XML file.
https://docs.microsoft.com/en-us/wind...
To get the XML file sample - https://fun4alltechs.blogspot.com/202...