
how to remove shell.exe and lunch my program
In the documentation, under "Operating System Development-->Designing
Operating System Elements-->Creating a Custom Shell" there are several good
articles, including one about "Installing a Custom Shell".
The short answer is that you want to modify the registry key
[HKEY_LOCAL_MACHINE\Init] according to the instructions in this document.
If you look at the existing registry key, you'll probably see something like
(this is for the default explorer shell:
[HKEY_LOCAL_MACHINE\init]
"Launch50"="explorer.exe"
"Depend50"=hex:14,00, 1e,00
...and this should change to point to your app. Of course you may need to
adjust the start up order and add dependency information as necesssary.
--
reach me.)
_____________________________________________________________
This posting is provided "AS IS" with no warranties, and confers no rights.
_____________________________________________________________
Quote:
> Can I remove shell.exe from wince nk.bin image?I want to
> lunch my program when system started without shell.exe
> running first.that is to say only leave my programe for
> user .