Skip to main content

Posts

Showing posts from July, 2018

Useful Command Prompt Tricks That Everyone Should Know

1. Get help on almost every command : This command is specially for beginners, but can also be used in day to day life, you can easily get information on almost every command provided in command prompt. Using this trick you can know the details of what a specific command does or what other commands that can be used with it. For example, if you want to know chain commands of ipconfig , you just have to type ipconfig /? and press enter, now you will see all the related information regarding to ipconfig and its attributes.