autostart of zenOn under Windows CE
Is it possible to activate an autostart function on windows ce devices, that the zenOn runtime is started automatically?
Activating the autostart on Windows CE devices is implemented differently by each hardware vendor.
e.g:
BECKHOFF: In the System directory of the storage card exits a _autoexec.cmd file. Rename this file to autoexec.cmd and insert
[FONT="Lucida Console"]START \"hard disk"\zenOnRT\SyssrvCE.exe
START \"hard disk"\zenOnRT\zenOnRCE.exe[/FONT]
VIPA: add in the registry (regedit.exe; START -> Programs -> Registry Editor) at HKEY_LOCAL_MACHINE\init the following entries:
[FONT="Lucida Console"]String Key; Launch86; \"Storage Card"\zenOnRT\SysSrvCE.exe
Binary Key; Depend86; 14 00 1E 00 32 00 3C 00
String Key; Launch88; \"Storage Card"\zenOnRT\zenOnRCE.exe
Binary Key; Depend88; 14 00 1E 00 32 00 3C 00[/FONT]
afterwards please save the registry.
B&R: alter the file start.dat and make the following entries:
[FONT="Lucida Console"]\harddisk\zenOnRT\SyssrvCE.exe
\harddisk\zenOnRT\zenOnRCE.exe[/FONT]
Kontron CE 6.0: please add in the registry then entries:
[FONT="Lucida Console"]String Key; Launch86; \"Storage Card"\zenOnRT\SysSrvCE.exe
Binary Key; Depend86; 14 00 1E 00 32
String Key; Launch88; \"Storage Card"\zenOnRT\zenOnRCE.exe
Binary Key; Depend88; 14 00 1E 00 32[/FONT]
Wago Think IO: On storage card1 is a autoexec.bat file where the following entries should be added:
[FONT="Lucida Console"]\"storage card2"\zenOnRT\SyssrvCE.exe
\"storage card2"\zenOnRT\zenOnRCE.exe[/FONT]
This is a migrated post! Originally posted on 08.10.2007 by user sebastiank. Please be aware that information can be outdated.