Skip to content

Instantly share code, notes, and snippets.

@Zeex
Created January 24, 2013 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Zeex/4621954 to your computer and use it in GitHub Desktop.
Save Zeex/4621954 to your computer and use it in GitHub Desktop.
Open Windows command prompt via Explorer context menu
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\cmd_shell]
@="Open command prompt here"
"Icon"=hex(2):63,00,6d,00,64,00,2e,00,65,00,78,00,65,00,00,00
[HKEY_CLASSES_ROOT\Directory\shell\cmd_shell\command]
@="cmd.exe"
[HKEY_CLASSES_ROOT\Directory\Background\shell\cmd_shell]
@="Open command prompt here"
"Icon"=hex(2):63,00,6d,00,64,00,2e,00,65,00,78,00,65,00,00,00
[HKEY_CLASSES_ROOT\Directory\Background\shell\cmd_shell\command]
@="cmd.exe"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment