Skip to content

Instantly share code, notes, and snippets.

@mattheyan
Last active December 14, 2016 20:24
Show Gist options
  • Save mattheyan/0285ecb4a1e3c8287333 to your computer and use it in GitHub Desktop.
Save mattheyan/0285ecb4a1e3c8287333 to your computer and use it in GitHub Desktop.
Command Prompt Here Context Menu
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\Command Prompt Here]
"icon"="C:\\Windows\\system32\\cmd.exe,0"
[HKEY_CLASSES_ROOT\Directory\shell\Command Prompt Here\command]
@="cmd.exe /s /k pushd \"%V\""
[HKEY_CLASSES_ROOT\Directory\Background\shell\Command Prompt Here]
"icon"="C:\\Windows\\system32\\cmd.exe,0"
[HKEY_CLASSES_ROOT\Directory\Background\shell\Command Prompt Here\command]
@="cmd.exe /s /k pushd \"%V\""
@mattheyan
Copy link
Author

add icon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment