Skip to main content

Posts

Showing posts from September, 2022

Some Useful and Simple Cmd commands everybody must know

  What gives you a feeling of power? -- Using your computer through a command shell! Throughout my journey as a Tech-Enthusiast, it has been a thing to know and work on the cmd shell on my windows device. Here I'm going to share some crazy, simple, and useful commands which you must know as a Techie and here we go... Know your saved Wi-Fi password using Netsh   If you have ever found stuck in a situation where you are unable to extract a password already saved on your device? Well here is your savior the netsh command, here is how can you use it: Start your command prompt by typing cmd in the search. Type "netsh wlan show profile" (This command will give you the list of all the profiles associated). Now you need to type "netsh wlan show profile "profile_name" key =clear ". And now the key content displays the password of your selected wlan profile. Run this command on your friends' devices and let them look at you with that awestruck gaze!   Change