おれのIT日記

2017/09/09 (土)

Windows10

バージョンアップしたら、右クリックでコマンドプロンプトが出なくなった


どうしてもコマンドプロンプトが欲しいので、ネットで探した。
レジストリをいじくることになる。


Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\directory\background\shell\CommandPrompt]
@="@shell32.dll,-8506"
"Extended"=""
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\directory\background\shell\CommandPrompt\command]
@="cmd.exe /s /k pushd \"%V\""

[HKEY_CLASSES_ROOT\directory\shell\CommandPrompt]
@="@shell32.dll,-8506"
"Extended"=""
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\directory\shell\CommandPrompt\command]
@="cmd.exe /s /k pushd \"%V\""