|
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\HK\Microsoft\Windows\CurrentVersion\RunOnceEx]
[HKEY_LOCAL_MACHINE\HK\Microsoft\Windows\CurrentVersion\RunOnceEx\500]
"100"="shell32.dll|DllInstall|I"
"103"="browseui.dll|DllInstall|I"
"104"="shdocvw.dll|DllInstall|I"
"105"="inetcpl.cpl|DllInstall|I"
"106"="||ie4uinit.exe"
"107"="urlmon.dll|DllInstall|i,HKLM"
"109"="shell32.dll|DllInstall|U"
[HKEY_LOCAL_MACHINE\HK\Microsoft\Windows\CurrentVersion\RunOnceEx\600]
"100"="||xpeinit.exe -f -m \"设置B盘大小\" AutoRamResizer.exe -l 24 -h 64"
"110"="||xpeinit.exe"
[HKEY_LOCAL_MACHINE\HK\Microsoft\Windows\CurrentVersion\RunOnceEx\900]
"100"="||xpeinit.exe -f -m \"Detecting PnP Devices\" bartpe.exe -pnp -cn WinXPE -wg WORKGROUP"
[HKEY_LOCAL_MACHINE\HK\Microsoft\Windows\CurrentVersion\RunOnceEx\910]
"000"="||xpeinit.exe -f -s -m \"Starting EventLog Service\" net.exe start EventLog"
[HKEY_LOCAL_MACHINE\HK\Microsoft\Windows\CurrentVersion\RunOnceEx\950]
"200"="||xpeinit.exe -y"
[HKEY_LOCAL_MACHINE\HK\Microsoft\Windows\CurrentVersion\RunOnceEx\999]
"999"="||xpeinit.exe -l"
曾这样调试过,不加载任何自定义的.INI文件,就在红字处弹出警告。因为本人用了一种最笨的方法调试,在红字前后都启动CMD.EXE,CMD.EXE结束后才执行下一进程,结果就在这两个CMD之间弹出那个窗口。
将"100"="||xpeinit.exe -f -m \"设置B盘大小\" AutoRamResizer.exe -l 24 -h 64"
放到
[HKEY_LOCAL_MACHINE\HK\Microsoft\Windows\CurrentVersion\RunOnceEx\100]
"100"="||xpeinit.exe -f -m \"设置B盘大小\" AutoRamResizer.exe -l 24 -h 64"
结果一样。
[ 本帖最后由 lxl1638 于 2006-12-11 07:04 PM 编辑 ] |
|