"DOS prompt" in the context menu
The following registry edit will put a context menu (right click) item which will drop you into the CLI at the directory you are looking at in Windows Explorer.
- navigate the registry
key = HKLM\SOFTWARE\Classes\Directory - create the following key
- name = "msdos"
- value = "DOS &PROMPT"
- create another key under the "msdos" key
- name = "command"
- value = "command.com /k %1"

Comments
I came, I read this arlitce, I conquered.
Post new comment