Skip to content

Instantly share code, notes, and snippets.

@willnode
Last active October 18, 2017 23:45
Show Gist options
  • Save willnode/157a5b95bf894e6556cf02455a8d8cba to your computer and use it in GitHub Desktop.
Save willnode/157a5b95bf894e6556cf02455a8d8cba to your computer and use it in GitHub Desktop.
Registry file for adding "open with cmd" in explorer (Just download & run)
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\cmd_ext]
@="Open with &Cmd"
"Icon"="cmd.exe"
[HKEY_CLASSES_ROOT\Directory\Background\shell\cmd_ext\command]
@="cmd.exe /s /k pushd \"%V\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment