windows 右健添加cmd快捷 - Windows - geektown极客堂 - Powered by Discuz!.

把横线下面的文本copy保存到一个注册表文件中,比如cmd.reg,然后双击执行将这个注册表键值写入
------------------------------------------------------------------------------------------

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\folder\shell\cmd]
@="CMD快速通道(&Y)"
[HKEY_CLASSES_ROOT\folder\shell\cmd\command]
@="cmd.exe /k cd %1"
[HKEY_CLASSES_ROOT\Directory\shell\cmd]
@="CMD快速通道(&Y)"
[HKEY_CLASSES_ROOT\Directory\shell\cmd\command]
@="cmd.exe /k cd %1"
[HKEY_CLASSES_ROOT\lnkfile]
@="快捷方式"
"EditFlags"=dword:00000001
"NeverShowExt"=""

 

相关文章:

  • 2021-08-21
  • 2021-08-31
  • 2021-06-12
  • 2021-10-19
  • 2022-12-23
  • 2021-12-05
  • 2021-08-03
  • 2021-09-06
猜你喜欢
  • 2021-10-11
  • 2021-11-09
  • 2021-11-25
  • 2022-12-23
  • 2022-12-23
  • 2021-08-28
  • 2021-12-09
相关资源
相似解决方案