Quick methods to open command prompt in Windows

In Windows operating system developers some times find it hard to open command prompt within the current folder.
For example you have already opened your project folder in explorer and, need to open command prompt to run some commands. You can open the command prompt in several ways. 
One method is to right click on the empty space in the explorer by holding shift key. Then the context menu will show with "Open Command prompt here" option. If this option won't show up on the context menu, then, follow the next method.
Another method is to type cmd on the address bar and press enter key. You can access the address bar by pressing F4 key also. This will open a command prompt window.

Comments