Skip to content

Instantly share code, notes, and snippets.

@McFoggy
Created April 25, 2019 05:35
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 McFoggy/396da329d8131ba063ee754dd565c2ef to your computer and use it in GitHub Desktop.
Save McFoggy/396da329d8131ba063ee754dd565c2ef to your computer and use it in GitHub Desktop.
Regedit file to add right click 'open CMD here' on folders
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Folder\shell\Open CMD here]
[HKEY_CLASSES_ROOT\Folder\shell\Open CMD here\command]
@="cmd.exe /k \"D:\\dev\\tools\\scripts\\bat\\cmdrc.cmd %L\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment