天天看點

系統資料庫添加多級菜單

案例:添加.EXE檔案右鍵菜單父菜單項【DC程式設計助手】,子菜單項【PEiD】【OllyDbg】

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\exefile\shell\DC]

"SubCommands"="PEiD;OllyDbg"

"MUIVerb"="DC程式設計助手"

"icon"="\"D:\\Program

Files\\Microsoft Visual

Studio\\Common\\MSDev98\\Bin\\MSDEV.EXE\""

"Position"="1"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\PEiD]

"icon"="D:\\Program

Files\\PEiD0.95\\PEiD.exe"

@="PEiD"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\PEiD\command]

@="D:\\Program

Files\\PEiD0.95\\PEiD.exe %1"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\OllyDbg]

Files\\OllyDbg\\ollydbg.exe"

@="OllyDbg"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\OllyDbg\command]

Files\\OllyDbg\\ollydbg.exe %1"