手动添加Git Bash到右键菜单

1. 打开注册表。

2. 找到[HKEY_CLASSES_ROOT\Directory\Background]。

3. 在[Background]下如果没有[shell],则右键-新建项[shell]。

4. 在[shell]下右键-新建项[git_shell],其值为“Git Bash Here"。

5. 在[git_shell]下右键-新建-字符串值[Icon],双击编辑,其值为“D:\Program\Git\git-bash.exe”。

6. 在[git_shell]下右键-新建-项[command],其值为 “D:\Program\Git\git-bash.exe”。

7. 在[shell]下右键-新建项[git_gui],其值为“Git GUI Here"。

8. 在[git_gui]下右键-新建-字符串值[Icon],双击编辑,其值为“D:\Program\Git\cmd\git-gui.exe”。

9. 在[git_gui]下右键-新建-项[command],其值为 “D:\Program\Git\cmd\git-gui.exe”。

上一篇:微信企业号C#开发配置API


下一篇:Extjs 4.2 panel 添加 click 事件及右键菜单