開機開啟應用程式

2021-09-30 06:30:07 字數 607 閱讀 2991

// 論壇賬號:baiduluckyboy (經常在csdn出沒)

// 版權:解放軍電子工程學院baiduluckyboy([email protected]

// 平台:wince6.0.0 s5pc100 bsp

// 發布日期:2010-09-08

// 最後修改:

記得由於專案的老大要我們在開機的時候啟動自己寫的應用程式,老大說了就得做,搞了一天的時間終於自己搞定,現在與大家

好,言歸正傳:下面是我實現的步驟:

d:/wince600/osdesigns/ecs_ddr2_v1.0/ecs_ddr2_v1.0/reldir/smdk100ddr2_armv4i_release

下面有乙個shell.reg的登錄檔

修改的地方如下:

[hkey_local_machine/init]

;"launch50"="explorer.exe" 把這個隱去,這個是wince開機的啟動介面

"launch50"="//zhd//ecs" 呵呵這個是我應用程式的路徑,要記得哦,路徑一定要對

"depend50"=hex:14,00, 1e,00

簡單吧,呵呵。。。。。。。。。。。。。

通過網頁開啟應用程式

具體 但它是如何實現的呢?下面文章以及微軟官方說明詳細解釋了其工作原理 hkey classes root tencent tencentprotocol url protocol d program files tencent qq timwp.exe hkey classes root tenc...

node開啟本地應用程式

最簡單的方法 const cp require child process cp.exec start 自動開啟預設瀏覽器 另一種方法是安裝open 依賴包 const open require open async opens the url in the default browser.awai...

WinCE開機自啟動應用程式

方法一 3 修改os try工程的project.bib或者platform.bib檔案,在files section新增如下內容 這裡 flatreleasedir 相當於d wince600 os try reldir release 目錄.檔案屬性如下 s 系統 h 隱藏 r 壓縮的資源檔案 ...