Command Prompt is a command line interpreter application available in most Windows operating systems.It is a input field in a text-based user interface screen for an operating system or program.It is also called Windows Command Processor but is also sometimes called the command shell or cmd prompt, or even referred to by its filename cmd.exe.
cmd is easy to use and you can perform many operations in it.Here are top tricks you must know. Before knowing the tricks lets see how to open cmd in windows 10.
1.Go to search the web and windows
2.Enter cmd and select it.
Now lets see some usefull cmd tricks.
1.Change the name of title bar.
You can give any title to cmd just give the command title and with it any title you want to give.
Ex:- >title xyz
2.Copying text in cmd.
You can’t copy paste by right clicking and then selecting copy paste this feature is not present in cmd.
a)First select the text
b)Then use keyboard shortcuts CTRL+C(copy) and CTRL+V(paste).
3.Opening command prompt inside a folder.
Suppose you want to execute a file in a folder what you will do is change the directory from command prompt well there is a trick that you can directly open command prompt inside a folder.
- Go to desired folder.
- Hold shift and right click and you will see an option open command window here click it and your are done.
4.Change the Looks.
Bored with default looks you can customize command prompt.
5.Check ip address.
You can find/check ip address of any website using command prompt just give the command nslookup xyz.com.
6.See PC drivers list.
You can see all the drivers that is installed in your system just give the command driverquery.
7.Scanning System files.
You can scan the system files using command prompt.It will scan and repair the files.Just type sfc/scannow.Scanning speed depends on your system speed.