|
本帖最后由 chshrm 于 2021-12-21 16:39 编辑
增加工具软件很简单:
1.将要添加的工具软件复制到“Program files”文件夹下面。
2.用记事本打开\Windows\Autoruns\Startup\BeforeShell\Shortcuts.lua文件,按照里面方式添加桌面快捷方式即可。
3.如果要添加在右键菜单的应用扩展里面,要改造一下注册表文件。
iExtools.reg
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\_SOFTWARE\Classes\Directory\background\shell\iExtools]
"MUIVerb"="应用扩展"
"icon"="X:\\Windows\\System32\\shell32.dll,137"
"Position"="top"
"SubCommands"="Ext1;Ext2;Ext3;Ext4;Ext5;Ext6;Ext7"
[HKEY_LOCAL_MACHINE\_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Ext1]
@="Dism++"
"icon"="\"X:\\Program Files\\Dism++\\Dism++x64.exe\""
[HKEY_LOCAL_MACHINE\_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Ext1\command]
@="\"X:\\Program Files\\Dism++\\Dism++x64.exe\""
[HKEY_LOCAL_MACHINE\_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Ext2]
@="注册表工作室"
"icon"="\"X:\\Program Files\\RWKshop_x64\\RegWorkshopx64.exe\""
[HKEY_LOCAL_MACHINE\_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Ext2\command]
@="\"X:\\Program Files\\RWKshop_x64\\RegWorkshopx64.exe\""
[HKEY_LOCAL_MACHINE\_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Ext3]
@="引导扇区维护工具"
"icon"="\"X:\\Program Files\\tools\\BOOTICEx64.exe\""
"CommandFlags"=dword:00000040
[HKEY_LOCAL_MACHINE\_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Ext3\command]
@="\"X:\\Program Files\\tools\\BOOTICEx64.exe\""
[HKEY_LOCAL_MACHINE\_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Ext4]
@="驱动加载顺序"
"icon"="\"X:\\Program Files\\Tools\\DriversOrder.exe\""
[HKEY_LOCAL_MACHINE\_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Ext4\command]
@="\"X:\\Program Files\\Tools\\DriversOrder.exe\""
[HKEY_LOCAL_MACHINE\_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Ext5]
@="磁盘快照"
"icon"="\"X:\\Program Files\\DriveSnapshot\\Snapshot备份还原x64.exe\""
[HKEY_LOCAL_MACHINE\_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Ext5\command]
@="\"X:\\Program Files\\DriveSnapshot\\Snapshot备份还原x64.exe\""
[HKEY_LOCAL_MACHINE\_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Ext6]
@="资源编译器"
"icon"="\"X:\\Program Files\\ResHacker\\ResHacker.exe\""
"CommandFlags"=dword:00000040
[HKEY_LOCAL_MACHINE\_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Ext6\command]
@="\"X:\\Program Files\\ResHacker\\ResHacker.exe\""
;[HKEY_LOCAL_MACHINE\_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Ext7]
;@="截图工具"
;"icon"="\"X:\\Program Files\\Snipaste_x64\\Snipaste.exe\""
;[HKEY_LOCAL_MACHINE\_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Ext7\command]
;@="\"X:\\Program Files\\Snipaste_x64\\Snipaste.exe\""
[HKEY_LOCAL_MACHINE\_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Ext7]
@="UltraISO"
"icon"="\"X:\\Program Files\\Tools\\UltraISO.exe\""
[HKEY_LOCAL_MACHINE\_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Ext7\command]
@="\"X:\\Program Files\\Tools\\UltraISO.exe\""
自己添加EXT8,9,10等等。
不过注册表单元文件software要挂载为_software
|
|