Windows Shortcut – Fastest Way to Open CMD in Current Folder

command linekeyboardkeyboard shortcutswindowswindows 10

I used to Shift + mouse right click to open cmd in current folder.
It is the fastest way I think, there are some relate solution in superuser:

In how-can-i-open-a-command-prompt-in-current-folder-with-a-keyboard-shortcut

  1. Shift + Menu(or Shift + F10), W, Enter

    need enter 4 key, and type 3 time.(I think it worked on all windows(at least from 7 to 10 I have tested)

  2. The AHK way. You just need to press Win + C (please see detail in above question), but you need install ANK, paste script and set it in windows startup.

Is there any easier and faster way to do such thing in Windows 10?

Best Answer

Another Default All Keyboard Method

Once in the current folder with Windows Explorer, press ALT+D, type in CMD and press Enter


CAUTION: Issues with ALT + F + P (and other methods)

The This PC, Quick Access, and other special views in File Explorer is the real issue

  1. It seems if you open Windows Explorer\File Explorer and by default it opens This PC then the Open command prompt option is grayed out and actually pressing the P key at this point does nothing if this is the case. This seems to be an issue for other File Explorer special views as well such as Quick Access.

    enter image description here

  2. When pressing ALT+D, typing in CMD and pressed Enter when on This PC (and Quick Access) via File Explorer, it opens up the command prompt in the C:\WINDOWS\system32 directory.

    enter image description here