I have a project folder somewhere, and many times I need to open command prompt (on windows 7/8.1/10) and cd to that folder. It would be very handy if there's an option right click > open cmd here. is there a tool for that?
Asked
Active
Viewed 4.6k times
6 Answers
124
Just go to your folder location and type "cmd" on the address bar.

datkom
- 1,472
- 1
- 11
- 11
-
9without mouse: Ctrl + L = jump to address bar, and after type "cmd" – Alexander Brattsev Nov 02 '21 at 12:08
-
1You can also use `Alt + D` to switch focus to the address bar. – 303 Apr 05 '22 at 12:37
-
but no "elevated" possible :( – Bernhard Jul 05 '22 at 12:51
5
Press Shift + Menu
, then choose Open Command Window Here
. It works.

Nurjan
- 5,889
- 5
- 34
- 54
-
-
Look at this http://superuser.com/questions/453409/how-can-i-always-run-the-command-prompt-as-administrator . Note, you need to alter the register. So, be careful ). – Nurjan Oct 20 '16 at 06:14
3
In win7/8, try right click while holding shift key, should have cmd prompt here

Skycc
- 3,496
- 1
- 12
- 18
1
Type cmd command in address bar where path or location of the file or folder is shown.

Md Moaz Shamim
- 11
- 3
0
use the description in https://stackoverflow.com/a/34534874/1498669 and put "run as administrator" checkbox on
- Open 'File Explorer' and enter "shell:sendto" in location bar + hit return to get into this folder
- Right mouse click and create a "New"->"Shortcut", put cmd.exe into the path, done
- Edit the properties of the shortcut and edit the target to "%windir%\system32\cmd.exe /k pushd"
- you can also create a copy of that shortcut, rename it to cmd.exe_admin, select properties, hit button "Advanced" an select the checkbox "run as Administrator"
Now use the "SendTo"-submenu in the explorer right click context menu to send any filepath or folder into the normal or elevated commandbox.
This "shell:sendto"-trick is also very useful for eg. Notepad++ or any program you want to start in "elevated" mode.

Bernhard
- 2,541
- 1
- 26
- 24