Skip to content

Instantly share code, notes, and snippets.

@jacricelli
Forked from hotoo/CmdHere.reg
Created June 9, 2019 04:39
Show Gist options
  • Save jacricelli/c09e50ac3c708a28a6479b97d0dd3113 to your computer and use it in GitHub Desktop.
Save jacricelli/c09e50ac3c708a28a6479b97d0dd3113 to your computer and use it in GitHub Desktop.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\cmdprompt]
@="@shell32.dll,-8506"
"Extended"=""
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\Directory\shell\cmdprompt\command]
@="cmd.exe /s /k pushd \"%V\""
[HKEY_CLASSES_ROOT\Directory\Background\shell\cmdprompt]
@="@shell32.dll,-8506"
"Extended"=""
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\Directory\Background\shell\cmdprompt\command]
@="cmd.exe /s /k pushd \"%V\""
[HKEY_CLASSES_ROOT\Drive\shell\cmdprompt]
@="@shell32.dll,-8506"
"Extended"=""
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\Drive\shell\cmdprompt\command]
@="cmd.exe /s /k pushd \"%V\""
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\Directory\shell\cmdprompt]
[-HKEY_CLASSES_ROOT\Directory\Background\shell\cmdprompt]
[-HKEY_CLASSES_ROOT\Drive\shell\cmdprompt]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment