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

Think You Know Java? These 5 Questions Say Otherwise

  Hello everyone! Hope you’re sipping your coffee just right—because I’ve brewed something equally strong for your brain. Welcome to a blog that dives into 5 deceptively tricky Java interview questions —the kind that test not just what you know, but how well you understand Java under the hood. If you, like me, share a love-hate relationship with this language, this blog might just hit home. So, let's get started... Question 1: What will be the output of the following code? Why? class Parent { static void staticMethod() { System.out.println("Static method in Parent"); } private void privateMethod() { System.out.println("Private method in Parent"); } void show() { staticMethod(); privateMethod(); } } class Child extends Parent { static void staticMethod() { System.out.println("Static method in Child"); } private void privateMethod() { System.out.println("Pr...

Are we happy enough?

 Hey Mitra! how's everything? What was that hilarious thing that made you laugh absurdly today? Who was the person who filled your day with all the love in the world just by a small act of kindness? Let me reverse the question how many lives did you fill with positivity or humbleness today ? If the answer is none, then this blog may have something to add  to your life. Let me share with you an interesting event that just took place. Two children were playing a game which they called "How many". Rules were simple, one had to ask the questions by adding "how many" like, " how many planets are there in our solar system ?" Another had to answer. The game was quite interesting  and suddenly a question appeared "how many muscles does it take to smile?" The child seeking the answer smiled curiously and tried to locate all the muscles involved in smiling right then at the moment and his friend helped him too in a manner like," ohh look, there...

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...