Re: Run a custom app on startup



Hi Vinayak,

Take a look at the [HKLM\Init] registry key. This item has been covered
quite a lot.

Take a look in the platform builder newsgroup
(microsoft.public.windowsce.platbuilder).

example:
[HKEY_LOCAL_MACHINE\init]
"Launch50"="explorer.exe"
"Depend50"=hex:14,00, 1e,00

Hope this helps,

Erwin Zwart


"Vinayak" <Vinayak@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:B0122AC4-C4F3-4D17-99E7-762861EFDB34@xxxxxxxxxxxxxxxx
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


.



Relevant Pages

  • Run a custom app on startup
    ... I wanted to run a custom app on wince5/wince6 startup. ... get this app in the image by editing the platform.bib file. ... image in flash, i.e. without platform builder. ...
    (microsoft.public.windowsce.embedded)
  • How to grab/catch file access? Help needed :-(
    ... i want to use the fsdspy-filter from platform builder to get informed about ... I have added the existing fsdspy project to my Handheld-Image and added the ... fsdspy.dll into the registry key: ... all file-io on a filesystems should call ...
    (microsoft.public.windowsce.platbuilder)