在文本里添加如下语句,将下面标红的位置修改为自己到程序相关内容,并且将文件后缀命名为.reg,修改完双击运行即可
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\IDA7.7_32]
@="IDA7.7_32"
"Icon"="D:\\green_soft\\IDA_Pro_7.7\\ida.exe"
[HKEY_CLASSES_ROOT\*\shell\IDA7.7_32\command]
@="\"D:\\green_soft\\IDA_Pro_7.7\\ida.exe\" \"%1\""
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\IDA7.7_32]
@="IDA7.7_32"
"Icon"="D:\\green_soft\\IDA_Pro_7.7\\ida.exe"
[HKEY_CLASSES_ROOT\Directory\shell\IDA7.7_32\command]
@="\"D:\\green_soft\\IDA_Pro_7.7\\ida.exe\" \"%V\""
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\IDA7.7_32]
@="IDA7.7_32"
"Icon"="D:\\green_soft\\IDA_Pro_7.7\\ida.exe"
[HKEY_CLASSES_ROOT\Directory\Background\shell\IDA7.7_32\command]
@="\"D:\\green_soft\\IDA_Pro_7.7\\ida.exe\" \"%V\""
标签:IDA7.7,鼠标,32,添加,green,右键,IDA,ROOT,ida From: https://www.cnblogs.com/lifengjuan/p/17872706.html