IT评测·应用市场-qidao123.com技术社区

标题: windows手动添加鼠标右键弹窗快捷方式 [打印本页]

作者: 民工心事    时间: 2025-4-9 21:11
标题: windows手动添加鼠标右键弹窗快捷方式
此处以添加Git Bash Here为例
一.操作步骤

二.注册表文件

也可以写成*.reg文件,直接双击添加到本机注册表,快捷方便
git_gui.reg
  1. Windows Registry Editor Version 5.00
  2. [HKEY_CLASSES_ROOT\Directory\Background\shell\git_gui]
  3. @="Git &GUI Here"
  4. "Icon"="E:\\Git\\cmd\\git-gui.exe"
  5. [HKEY_CLASSES_ROOT\Directory\Background\shell\git_gui\command]
  6. @=""E:\\Git\\cmd\\git-gui.exe" "--working-dir" "%v.""
复制代码
git_shell.reg
  1. Windows Registry Editor Version 5.00
  2. [HKEY_CLASSES_ROOT\Directory\Background\shell\git_shell]
  3. @="Git Ba&sh Here"
  4. "Icon"="E:\\Git\\git-bash.exe"
  5. [HKEY_CLASSES_ROOT\Directory\Background\shell\git_shell\command]
  6. @=""E:\\Git\\git-bash.exe" "--cd=%v.""
复制代码


免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!更多信息从访问主页:qidao123.com:ToB企服之家,中国第一个企服评测及商务社交产业平台。




欢迎光临 IT评测·应用市场-qidao123.com技术社区 (https://dis.qidao123.com/) Powered by Discuz! X3.4