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

The Lost Childhood

The lost childhood Hello everybody...Our lives have been quite clumsy, unusual and tiring but but but do you remember the time when our only tension was the pending homework?! Ofc you do remember...why not take a dive into what special we had back then TV shows Netflix and all is cool but do you remember when all you needed was Shaka laka BOOM BOOM pencil or Ben 10 Omnitrix. When you waited for whole week just for that one hour episode of M.A.D. When you internally wept when Ishan from Tare Zameen Par was sent to hostel and jumped out of joy when Aamir Khan entered singing Bam Bam Bole! Life right then was so simple ugh? Ohh did I not mention about Shinchan, Doraemon, Noddy, DBZ and on and on. I guess list wouldn't end any soon. Sharat! Uff. The Games we played You may have played PUBG, COD, Free Fire or Among Us in recent times right? But what about playing Pakdam Pakdai with your paltan Or Barafpani? Or just gathering together and playing Marbles and that game with one leg up (te...