Through this channel, I’ll be sharing everything that I have come to learn in the span of all these years, through my education and experiences. Be it programming, software development, web development, basic computer skills, or any form of knowledge, I seek to use my channel as a platform to share and educate.
Come join me in my venture of sharing knowledge.
-----------------------------------------------------------------------------------
In this video, we will see how to find all WIFI password on your computer with the help of Command Prompt.
Follow the steps:
Open Command Prompt and add below command line into the command prompt
netsh wlan show profile
After adding the above command, you will get user profile data of wifi.
To export the wifi password file,
netsh wlan export profile folder=c:\ key=clear
using the above command, you will download the .xml file into the selected drive i.e. C drive.
And then you can go to the selected drive and check whether it is working or not.
So this is the simple step to Get all saved Wi-Fi passwords with only 2 commands.
How to Find Your Wi-Fi Password in 2 methods | Using Command Prompt & Wireless Properties
URL: • How to Find Your Wi Fi Password in 2 metho...
Don't forget to Share, Like, Comment & Subscribe.
#Find_WIFIPassword #Using_Command_Prompt