Skip to main content

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:
  1. Start your command prompt by typing cmd in the search.
  2. Type "netsh wlan show profile" (This command will give you the list of all the profiles associated).
    Profile Viewing Image

  3. Now you need to type "netsh wlan show profile "profile_name" key =clear ".
  4. And now the key content displays the password of your selected wlan profile.
    Key content displaying password

  5. Run this command on your friends' devices and let them look at you with that awestruck gaze!
 Change color of your command prompt 

If you have watched one of those movies where a hacker does some smooth green colored coding and yoo-hoo the system is hacked and have some obsession with colors, you can change the color of your command prompt by simply typing:
  • "color help" (Ths shows you the codes of the available colors). 


  • Once you have decided what color to go with just type "color colorcode"
  • And here we go!

Set a cool name by using "prompt"

 The "prompt" command helps you set a cool username for your prompt. Just try it out by simply typing:

"help prompt": this command gives you access to all the special characters codes



and then type "prompt TheNameYouWant$G" and you get :




Hide your folders using "attrib"

 If you want to hide a super important folder from your computer so that no one could find them, this one is definitely for you :
  1. Open your terminal, and enter the directory where the folder is located.
  2. " attrib +h +s +r  folder_name" and yeah it is that simple, refresh, and it's gone!
  3. For accessing your hidden folder run the command "attrib -h -s -r  folder_name", you will find it right there!
 

Know your Network with "ipconfig"

 This command lets you know all your system's network configurations in one go :
  1. Open your terminal and type "ipconfig /all". That's it!

Know your device in detail with "systeminfo"

 This command lets you know all your system details all at a single place and saves a lot more time than would ever imagine:
  1. Open your terminal and type "systeminfo".
Bingooo! here you are good to go. 


If you have some more commands to share drop them down in the comment section :)!


Comments

Popular posts from this blog

Physics wallah ~ The legend

  "Helloooo Bachchooo.....! If you can feel these words, then you already have a glimpse of what this blog in particular talks about. Yup! It's about our beloved and most revolutionary teacher Alakh Pandey Aka Physics wallah. In case if you're not yet familiar...WE FOUND YOU!😌 Who is Physics Wallah? Currently, Physics wallah is an organisation which aims at providing FREE or Very cost effective qualitative education in regards with competitive exams like JEE mains, JEE Advanced and NEET.  Motive of this organisation is to make quality education available to all sections of society so that everybody gets equal opportunities irrespective of economic differences. Early Phase  As per the current status quo digitalization in education system is setting up its roots but but but let's take a dive into 2016 when idea of digital learning was so novel and unprocessed.  At that time a person named Alakh Pandey comes with the idea of providing FREE YouTube content in accordance w

Why is Ethical Hacking gaining so much popularity across the world

  Ahhh! You must have watched one of those movies where a witty guy breaks into a server and extracts the most vulnerable information with just some clicks and code and we say system is hacked ! Ofcourse, it is not as easy as it appears and breaking into any system without permission is illegal but what if I tell you large tech giants may pay you good enough for breaching in! What is Ethical Hacking Break the stereotypes that Hackers are conventionally bad guys who run after a system to create misery and havoc. Ethical Hacking can be understood as breaching in the system using its vulnerability with the permission of the system owner.  Ethical Hacking helps in improving the vulnerabilities of the system by stating the weak  areas of the server and suggesting the ways to improve it. So, Ethical Hackers are good guys who can help you find some major bugs in the server and append it to make the server even stronger.   Types of Hackers Black Hat Hacker Black hat hackers are the bad guys wh