|
sysgen之后,修改生成目录下的 shell.reg 文件
比如我的机子上是
D:\WINCE500\PBWorkspaces\SHELL_demo\RelDir\Emulator_x86_Release\shell.reg
把 shell.reg 中的
[HKEY_LOCAL_MACHINE\init]
"Launch50"="explorer.exe"
"Depend50"=hex:14,00, 1e,00
改成
[HKEY_LOCAL_MACHINE\init]
"Launch50"="MyShell.exe"
"Depend50"=hex:14,00, 1e,00
保存
然后在PB中 "Build OS" -> "Make Run-Time Image"
|
|