Prevent AppLauncher.exe starting on WT41N0

You may have noticed the startup folder structure has changed a little since the WT4090 and AppLauncher.exe starts up through different means. If you want to supress this without having to resort to using Platform Builder, you can do so with a registry merge in the \Application folder. Create the following .reg file and put it in your \Application folder:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SVCStart\1\Configurations\Display]
@=""
"Default"=""
"Delay"=dword:00000600

It appears that Motorola have configured this as the first startup option in the registry, so this registry merge simply overwrites the option with a blank entry. Not sure if Windows CE will stop processing startup options if it encounters a blank entry but let me know if you find any problems with this method.

Comments

Post a Comment