s1、 將應用程式和應用程式快捷方式新增到映像裡,再將快捷方式新增到startup目錄下,這樣當系統執行後應用程式就能自動執行;
s2、 直接替換wince的shell,即修改登錄檔:
[hkey_local_machine/init]
"launch50"="explorer.exe"
"depend50"=hex:14,00, 1e,00
s3、 把應用程式加入到映像,修改登錄檔:
可以設定啟動順序和依賴程式。
shellexe.exe f:/wince420/pbworkspaces/lioetenter/reldir/shellexe.exe nk sautorun.lnk f:/wince420/pbworkspaces/lioetenter/reldir/autorun.lnk nk s注意:shellexe.exe的屬性不能帶h(隱藏).
4、 在project.dat裡加入如下內容:
這種方法用起來比較方便,shellexe.exe不用每次都重新編譯,只要根據應用程式路徑修改autorun.lnk即可,可以載入flash、u盤、sd卡里的應用程式。除錯及公升級應用程式就不用重新燒寫核心了。
WinCE 開機自動執行程式
s1 將應用程式和應用程式快捷方式新增到映像裡,再將快捷方式新增到startup目錄下,這樣當系統執行後應用程式就能自動執行 s2 直接替換wince的shell,即修改登錄檔 hkey local machine init launch50 explorer.exe depend50 hex 14...
WINCE開機自動執行指定程式
wince開始預設是執行explorer.exe,是在shell.reg中設定的 hkey local machine init launch50 explorer.exe depend50 hex 14,00,1e,00 因此只要在platform.reg或者project.reg中做類似的更改就...
開機自動執行程式 配置網絡卡
在 etc rc.local,增加你需要執行的程式和一些初始化的配置資訊 開機配置網絡卡 ifconfig eth0 192.168.23.129 netmask 255.255.255.0 up 或者 修改vim etc sysconfig network scripts ifcfg eth0 d...