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
- 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!
- "color help" (Ths shows you the codes of the available colors).
- Once you have decided what color to go with just type "color colorcode"
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"
Know your Network with "ipconfig"
Know your device in detail with "systeminfo"
- Open your terminal and type "systeminfo".
Comments
Post a Comment