RE: How to run a program automatically when the device is started up

From: Anthony C (AnthonyC_at_discussions.microsoft.com)
Date: 07/12/04


Date: Sun, 11 Jul 2004 17:30:01 -0700


[HKLM\init]
Launch<dd>=<your app name>
Depend<dd>=hex:hh

dd is your launch order, hh is what your app depends on. Depend is useful when e your app can only run after other process completed. You need to call SignalStarted(dd) if other apps is depended on your app.
Hope it helps,

"boris ma" wrote:

> I want the system to run a program automatically when the device starts up. Is there a registry entry which can be modified to achieve that?
>
> Thank you in advance.


Loading