Re: Run a custom app on startup



On Apr 3, 9:26 am, Vinayak <Vina...@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
Greetings all,

I wanted to run a custom app on wince5/wince6 startup. I figured a way to
get this app in the image by editing the platform.bib file.  Now I was
looking for registry entries or other mechanism by which I could run this exe
on startup.

PS: I will be booting my device standalone with both the bootloader and os
image in  flash , i.e. without platform builder.

I would greatly appreciate any help on this.

Thanks,
Vinayak

You can use the {HKEY_LOCAL_MACHINE\Init] registry key.
Add a value under it like the following:
"Launch70"="App.exe"

Shai
.