|
|
XPE 1.04插件中xpe-defaults.inf里面有关于自定义开始菜单的部分:
; XPEinit startup menu & desktop
; Start Menu Root
0x0,"Sherpya\XPEinit\StartMenu"
; Startup
0x0,"Sherpya\XPEinit\StartUp"
; Desktop
0x0,"Sherpya\XPEinit\Desktop"
0x2,"Sherpya\XPEinit\Desktop","@shell32.dll,-22022","%comspec%"
; Programs
0x0,"Sherpya\XPEinit\Programs"
0x2,"Sherpya\XPEinit\Programs","@shell32.dll,-21761\@shell32.dll,-22019","%SystemRoot%\system32\calc.exe"
0x2,"Sherpya\XPEinit\Programs","@shell32.dll,-21761\@shell32.dll,-22054","%SystemRoot%\system32\mspaint.exe"
0x2,"Sherpya\XPEinit\Programs","@shell32.dll,-21761\@shell32.dll,-22069","%SystemRoot%\system32\wordpad.exe"
0x2,"Sherpya\XPEinit\Programs","@shell32.dll,-21761\@shell32.dll,-22051","%SystemRoot%\system32\notepad.exe"
0x2,"Sherpya\XPEinit\Programs","@shell32.dll,-21761\@shell32.dll,-21788\@shell32.dll,-22021","%SystemRoot%\system32\charmap.exe"
0x2,"Sherpya\XPEinit\Programs","@shell32.dll,-21761\@shell32.dll,-21788\@shell32.dll,-22026","%SystemRoot%\system32\cleanmgr.exe"
0x2,"Sherpya\XPEinit\Programs","@shell32.dll,-21761\@shell32.dll,-21788\@regedit.exe,-16","%SystemRoot%\system32\regedit.exe"
0x2,"Sherpya\XPEinit\Programs","@shell32.dll,-21761\@shell32.dll,-22067","%SystemRoot%\Explorer.exe||explorer.exe,1"
0x2,"Sherpya\XPEinit\Programs","@shell32.dll,-22034","%SystemRoot%\IExplore.exe"
0x2,"Sherpya\XPEinit\Programs","@shell32.dll,-22022","%comspec%"
请教:里面@shell32.dll,-21761\@shell32.dll,-22051的-21761、-22051代表什么???
我想做一个自定义菜单但是一直没能成功
|
|