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
- Next message: ferry tjen: "Re: Error on some javascript feature when load with Internet Explorer"
- Previous message: Anthony C: "RE: capturing mouse and keyboard events on WM2003"
- In reply to: boris ma: "How to run a program automatically when the device is started up"
- Messages sorted by: [ date ] [ thread ]
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.
- Next message: ferry tjen: "Re: Error on some javascript feature when load with Internet Explorer"
- Previous message: Anthony C: "RE: capturing mouse and keyboard events on WM2003"
- In reply to: boris ma: "How to run a program automatically when the device is started up"
- Messages sorted by: [ date ] [ thread ]
Loading