Last active
June 2, 2019 13:23
-
-
Save KaNiShi/51ce6961c0d16e9756673988362babfd to your computer and use it in GitHub Desktop.
コンテキストメニューにcmdを追加
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_custom] | |
@="@shell32.dll,-8506" | |
"Extended"="" | |
"NoWorkingDirectory"="" | |
"ShowBasedOnVelocityId"=dword:00639bc8 | |
"Icon"="C:\\Windows\\System32\\cmd.exe" | |
[HKEY_CLASSES_ROOT\Directory\shell\cmd_custom\command] | |
@="cmd.exe /s /k pushd \"%V\"" | |
[HKEY_CLASSES_ROOT\Directory\Background\shell\cmd_custom] | |
@="@shell32.dll,-8506" | |
"Extended"="" | |
"NoWorkingDirectory"="" | |
"ShowBasedOnVelocityId"=dword:00639bc8 | |
"Icon"="C:\\Windows\\System32\\cmd.exe" | |
[HKEY_CLASSES_ROOT\Directory\Background\shell\cmd_custom\command] | |
@="cmd.exe /s /k pushd \"%V\"" | |
[HKEY_CLASSES_ROOT\Drive\shell\cmd_custom] | |
@="@shell32.dll,-8506" | |
"Extended"="" | |
"NoWorkingDirectory"="" | |
"ShowBasedOnVelocityId"=dword:00639bc8 | |
"Icon"="C:\\Windows\\System32\\cmd.exe" | |
[HKEY_CLASSES_ROOT\Drive\shell\cmd_custom\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