我知道如何在单击实际文件夹时添加上下文菜单:
[HKEY_CLASSES_ROOT\Directory\shell\commandNameHere]
但是,单击文件夹中的任何内容怎么办?
就像我在桌面上创建一个新文件夹一样,双击进入该文件夹,然后右键单击任何内容(该文件夹为空),现在我希望在这种情况下显示上下文菜单。
thanx @Amazed真的很近...实际上是:
—
xero 2012年
[HKEY_CLASSES_ROOT\Directory\Background\shell\commandNameHere]
解决了对任何感兴趣的人的问题,这里是.REG文件,可将此功能添加到Windows上下文菜单中:
—
xero 2012年
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Shell]
@="none"
` [HKEY_CLASSES_ROOT\Directory\shell\gitBashHere]
[HKEY_CLASSES_ROOT\Directory\Background\shell\gitBashHere]
"Icon"="C:\\icons\\git-gui.ico"
"MUIVerb"="git bash here"
"Position"="bottom"
``[HKEY_CLASSES_ROOT\Directory\shell\gitBashHere\command]
[HKEY_CLASSES_ROOT\Directory\Background\shell\gitBashHere\command]
@="C:\\Program Files\\Console2\\Console.exe -d %v"
允许并鼓励您回答自己的问题。如果您解决了问题,请发布答案并接受。
—
丹尼斯
HKEY_CLASSES_ROOT\Directory\Background