任何 Windows (xp,7,8,10 x32 x64)
1. 如何为选定的.exe 程序添加自定义 shell 菜单?
例子:“utorrent.exe” 和 “utorrent.exe.lnk”
行动:右键单击>>外壳菜单>>“打开 UtData”
打开 UtData 路径(标准):“C:\Users\%username%\AppData\Roaming\uTorrent\”
结果:使用此路径打开资源管理器窗口
2. 如何为所有与 torrent 关联的文件“扩展名”添加相同的 p1 自定义菜单?
例子:“超级用户.torrent”
行动:右键单击>>外壳菜单>>“打开 UtData”
打开UtData路径(标准):“C:\用户\%用户名%\AppData\Roaming\uTorrent\”
结果:使用此路径打开资源管理器窗口
答案1
对于问题 2,这里有一个您可以使用的示例 REG 文件。
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\SystemFileAssociations\.torrent\shell\utdata]
@="Open UtData"
[HKEY_CLASSES_ROOT\SystemFileAssociations\.torrent\shell\utdata\command]
@=hex(2):45,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,2e,00,65,00,78,00,65,\
00,20,00,25,00,41,00,50,00,50,00,44,00,41,00,54,00,41,00,25,00,5c,00,75,00,\
54,00,6f,00,72,00,72,00,65,00,6e,00,74,00,00,00
十六进制代码的意思是Explorer.exe %APPDATA%\uTorrent
用法
将以上几行复制到记事本并使用.REG
扩展名保存文件。双击该文件即可运行。这将添加一个Open UtData
以.torrent
文件类型命名的上下文菜单项。