Skip to content

Instantly share code, notes, and snippets.

@bsparks
Created February 12, 2013 15:27
Show Gist options
  • Save bsparks/4770646 to your computer and use it in GitHub Desktop.
Save bsparks/4770646 to your computer and use it in GitHub Desktop.
windows registry hack to add 'open command prompt here'
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\cmd]
@="Open Command Prompt Here"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\cmd\command]
@="cmd.exe /k pushd %L"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment