addCmdShortCut.reg

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\cmdprompt]
@="@shell32.dll,-8506"
"Extended"=""
"NoWorkingDirectory"=""

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

[HKEY_CLASSES_ROOT\Directory\Background\shell\cmdprompt]
@="@shell32.dll,-8506"
"Extended"=""
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\Directory\Background\shell\cmdprompt\command]
@="cmd.exe /s /k pushd \"%V\""

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

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

吐槽一下,powershell默认设置体验差(背景高亮编辑某些文件区分度太差, 不如cmd的小窗口好, tab补全别扭用不惯)

相关文章:

  • 2021-07-03
  • 2021-07-16
  • 2021-06-11
  • 2021-12-01
  • 2021-12-26
  • 2021-11-30
猜你喜欢
  • 2021-11-26
  • 2021-07-28
  • 2021-11-30
  • 2021-11-28
  • 2021-05-18
  • 2021-12-03
  • 2021-04-11
相关资源
相似解决方案