Created
January 29, 2020 13:06
-
-
Save lem0nify/d63779658dc74ec9fe4af6fb0559900e to your computer and use it in GitHub Desktop.
REG file to add `Windows Console here` into Explorer directory context 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 | |
; Command Prompt | |
[HKEY_CLASSES_ROOT\Directory\shell\01MenuCmd] | |
"MUIVerb"="Command Prompts" | |
"Icon"="cmd.exe" | |
"ExtendedSubCommandsKey"="Directory\\ContextMenus\\MenuCmd" | |
[HKEY_CLASSES_ROOT\Directory\background\shell\01MenuCmd] | |
"MUIVerb"="Command Prompts" | |
"Icon"="cmd.exe" | |
"ExtendedSubCommandsKey"="Directory\\ContextMenus\\MenuCmd" | |
[HKEY_CLASSES_ROOT\Directory\ContextMenus\MenuCmd\shell\open] | |
"MUIVerb"="Command Prompt" | |
"Icon"="cmd.exe" | |
[HKEY_CLASSES_ROOT\Directory\ContextMenus\MenuCmd\shell\open\command] | |
@="cmd.exe /s /k pushd \"%V\"" | |
[HKEY_CLASSES_ROOT\Directory\ContextMenus\MenuCmd\shell\runas] | |
"MUIVerb"="Command Prompt Elevated" | |
"Icon"="cmd.exe" | |
"HasLUAShield"="" | |
[HKEY_CLASSES_ROOT\Directory\ContextMenus\MenuCmd\shell\runas\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