LXE hx3 参考指南

下载
页码 246
Utilities 
119 
E-EQ-HX3RG-C 
HX3 Reference Guide 
The  PCMCIA field is used to indicate that the file (usually a CAB file) being loaded is a radio 
driver, and the PCMCIA slots should be started after this file is loaded. By default, the PCMCIA 
slots are off on powerup, to prevent the Unidentified PCMCIA Slot dialog from appearing. Once 
the drivers are loaded, the slot can be turned on. The value in the PCMCIA field is a DWORD, 
representing the number of seconds to wait after installing the CAB file, but before activating the 
slot (a latency to allow the thread loading the driver to finish installation). The default value of 0 
means the slot is not powered on. The default values for the default radio drivers (listed below) is 
1, meaning one second elapses between the CAB file loading and the slot powering up. 
Note that the auto-launch process can also launch batch files (*.BAT), executable files (*.EXE), 
registry setting files (*.REG), or sound files (*.WAV). The mechanism is the same as listed 
above, but the appropriate CE application is called, depending on file type. 
Registry information is already in the default image for the following: 
 
;; ------- autoexec batch file – for users convenience 
[HKEY_LOCAL_MACHINE\SOFTWARE\LXE\Persist\AUTOEXEC] 
 “FileName”=”\\System\\Autoexec.bat” 
 “Installed”=dword:0 
 “FileCheck”=”ALWAYSEXEC” 
 “Order”=dword:50 
;; The file name “ALWAYSEXEC” or “dummy” does not really matter as long as there is 
;;  no file of that name in the directory. You can use any name that you want for this entry 
;;  as long as it is a non existent file name. The purpose of this value is that if someone 
;;  wants to only execute this file one time then you would replace the value of FileCheck 
;;  with the name of a file that would exist the next time a warm boot occurs. 
 
One special key is included to force the system folders (Desktop, Fonts, Programs, etc.) to copy 
from the internal ATA card (\System) to the \Windows directory. This is implemented as a persist 
key so the sequence of startup events can be controlled. The filename is a special internal trigger 
for the Launch utility, to activate the CopyFolders function. DO NOT EDIT OR ALTER THIS 
KEY, OR IT MAY NO LONGER FUNCTION. 
You may however change the Order or Delay 
values if necessary for a particular startup sequence. 
[HKEY_LOCAL_MACHINE\SOFTWARE\LXE\Persist\COPYFOLDERS] 
 “FileName”=”COPYFOLDERS” 
 “FileCheck”=”” 
 “Order”=dword:0F 
To have files (CAB, EXE, REG, or WAV files) loaded on startup, when sequence of execution is 
not important, you can put these files in the \System\Startup folder (on the internal Flash card). 
This is parsed by the Launch utility, and these programs are started or executed.  
REGLOAD.EXE 
Double-tapping a registry settings file (e.g. REG) causes RegLoad to open the file and make the 
indicated settings in the registry. This is similar to how RegEdit works on a desktop PC. The 
.REG file format is the same as on the desktop PC. 
WARMBOOT.EXE 
Double tap this file to warm boot the computer (i.e., all RAM is preserved). It automatically saves 
the registry before rebooting which means configuration changes are not lost.