Is that possible to replace toradex desktop of WEC2013 release with Mini Shell or customer desktop

Dear Support team,

is that possible to replace toradex desktop of WEC2013 release with Mini Shell or customer desktop? because we want to guarantee that on our product, customer will only see our application when power on and only can operate within our application.

our platform is Apalis T30 with WEC2013 V1.4.

You can remove explorer.exe by building your own image, removing it from the files you include in the bin file.
If you just want to start your own application on our standard binary image you can replace the entry:
[HKEY_LOCAL_MACHINE\init]
“Launch50”=“explorer.exe”
with the path of your own application (you’ll need a fully qualified path or you need to put your application in the \FlashDisk\System folder).
If you save the registry, your application will start instead of explorer.
You can also just remove the entry and put your application executable in the \FlashDisk\Autorun folder to have it started automatically by our launcher.
Clearing the registry will restore explorer.exe, but to do that people will need to have physical access to the device to connect a serial terminal.
You may also want to remove the launcher, if you don’t use the autorun feature to start your application:

Dear Valter,

thanks a lot, it works on my site, then i think we don’t need to compile new customized image.