Created
August 17, 2018 05:42
-
-
Save tilkinsc/1fc59b223f5c68174911c81fb02c07a7 to your computer and use it in GitHub Desktop.
Windows 10 - Adds a `Open with cmd` option to right click menu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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