美文网首页Other
[Reg] 为文件,文件夹添加右键菜单

[Reg] 为文件,文件夹添加右键菜单

作者: 何幻 | 来源:发表于2016-03-06 10:43 被阅读22次
[HKEY_CLASSES_ROOT\*\shell\Open with Emacs]
"icon"="\"D:\\software\\emacs\\bin\\runemacs.exe\""

[HKEY_CLASSES_ROOT\*\shell\Open with Emacs\command]
@="\"D:\\software\\emacs\\bin\\emacsclientw.exe\" -n -a \"D:\\software\\emacs\\bin\\runemacs.exe\" \"%1\""

[HKEY_CLASSES_ROOT\Directory\shell\Open with Emacs]
"icon"="\"D:\\software\\emacs\\bin\\runemacs.exe\""

[HKEY_CLASSES_ROOT\Directory\shell\Open with Emacs\command]
@="\"D:\\software\\emacs\\bin\\emacsclientw.exe\" -n -a \"D:\\software\\emacs\\bin\\runemacs.exe\" \"%1\""

注:
"icon"="..."设置菜单的图标。

相关文章

网友评论

    本文标题:[Reg] 为文件,文件夹添加右键菜单

    本文链接:https://www.haomeiwen.com/subject/ddjnkttx.html