
Many times we forget our saved passwords Right!, for example, we connect to a friends wifi and fill the password by asking him. But sometimes, due to some problems, we weren’t able to connect to wifi and it asks the password again which we don’t remember(obviously)
So, here in that type of case, you can own this trick i.e. see wifi password using cmd. You just need to follow the steps below:
Step1: Open Cmd(command prompt)
Step2: type “NETSH WLAN SHOW PROFILE” in cmd and click “enter“
Step3: type “NETSH WLAN SHOW PROFILE WIFI-NAME KEY=CLEAR” in cmd and hit “enter“
Step4: Under the security settings, in the ‘key content’, you will see the WiFi password of that particular network
We hope you may found your wifi password but still if there is any problem or you want us to suggest any other topic or problem then comment below.
Also read:
- Top 25 Pattern Programs in C++In this article, I will show you the Top 25 Pattern Programs in C++ that you must learn which will help you…
- Currency Converter in C++In this article, we will build a simple program for Currency Converter in C++. The user will be able to convert currencies…
- SQLite | CRUD Operations in PythonCRUD stands for Create Read Update Delete. I will show you how to perform CRUD Operations in Python. You need basic Tkinter…
- Number Guessing Game in C++In this article, we will build a simple Number Guessing Game in C++. It’s a game in which the player has to…
- Image background remover in PythonHello friends, in this article, we will learn how to create an Image background remover in Python. I will first show you…
Thank you for reading
Keep updated for more amazing content like this
Keep learning