Skip to content

Instantly share code, notes, and snippets.

@tilkinsc
Created August 17, 2018 05:42
Show Gist options
  • Save tilkinsc/1fc59b223f5c68174911c81fb02c07a7 to your computer and use it in GitHub Desktop.
Save tilkinsc/1fc59b223f5c68174911c81fb02c07a7 to your computer and use it in GitHub Desktop.
Windows 10 - Adds a `Open with cmd` option to right click menu
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Shell\cmd]
@="@shell32.dll,-8506"
"Extended"=""
"ShowBasedOnVelocityId"=dword:00639bc8
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\Directory\Shell\cmd\command]
@="cmd.exe /K pushd \"%V%"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment