'wince 시작프로그램'에 해당되는 글 1건

  1. 2007/06/25 Configuring the Process Boot Phase

Configuring the Process Boot Phase

|
http://msdn2.microsoft.com/en-us/library/ms901773.aspx

Platform Builder for Microsoft Windows CE 5.0
Configuring the Process Boot Phase

부팅시 어떠한 프로그램들이 실행되게 할것인가를 설정한다.

[HKEY_LOCAL_MACHINE\Init]
    "Launch10"="shell.exe"
    "Launch20"="device.exe"
    "Launch30"="gwes.exe"
    "Depend30"=hex:14,00
    "Launch50"="taskman.exe"
    "Depend50"=hex:14,00, 1e,00

웃긴건 LanchXX 는 십진수이면서 뒤에 value는 hex로 쓴다는거-_-;

-> 여기에서 Launch50를 자기가 만든 프로그램으로 대체하면
taskman이 실행되지 않고, 무조건 그 프로그램만 뜨게 된다.
자판기, 게임기 등등 만들때 이용

Trackback 0 And Comment 0
prev | 1 | next