⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 reginit.ini

📁 Freescale i.MX27 wince 6.0 board support package
💻 INI
📖 第 1 页 / 共 5 页
字号:
    "BattSystemIdle"=dword:b4   ; in seconds
    "BattSuspend"=dword:12c             ; in seconds
; @CESYSGEN ENDIF ; PM_PM_DEFAULT_PDD
; @CESYSGEN IF PM_PM_PDA_PDD
; @CESYSGEN ENDIF ; PM_PM_PDA_PDD
;;;     "BatteryPoll"=dword:1f4         ; battery polling interval, in milliseonds

; END HIVE BOOT SECTION

; @CESYSGEN IF CE_MODULES_PCCARD
; @CESYSGEN IF PM_PM_DEFAULT_PDD

[HKEY_LOCAL_MACHINE\Drivers\PCMCIA]
    "StatusChangeActivityEvent"="PowerManager/ActivityTimer/SystemActivity"

; @CESYSGEN ENDIF ; PM_PM_DEFAULT_PDD
; @CESYSGEN ENDIF CE_MODULES_PCCARD

; @CESYSGEN IF CE_MODULES_GWES

; This registry setting tells GWES to signal the Power Manager
; when user input devices are active.  GWES will reset this activity timer
; whenever it dequeues any type of input event (keyboard, mouse, or
; touch) from its internal queue.
[HKEY_LOCAL_MACHINE\SYSTEM\GWE]
    "ActivityEvent"="PowerManager/ActivityTimer/UserActivity"

; Set GWES registry keys so that it's not fighting with the PM about
; when to suspend the system.  Setting DisableGwesPowerOff to a non-
; zero value tells GWES to ignore the settings of the BattPowerOff,
; ExtPowerOff, and WakeupPowerOff values.
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power]
    "DisableGwesPowerOff"=dword:1

; @CESYSGEN IF PM_PM_PDA_PDD
; @CESYSGEN ENDIF ; PM_PM_PDA_PDD

; @CESYSGEN ENDIF CE_MODULES_GWES

; @CESYSGEN IF CE_MODULES_CXPORT

; These registry settings tells the networking protocol stack to periodically
; signal the Power Manager when any sockets are in the connected state.  They
; also tell the stack NOT to automatically reset the GWES idle timer (this
; enables the screen saver).
[HKEY_LOCAL_MACHINE\Comm\CXPort]
; @CESYSGEN IF PM_PM_DEFAULT_PDD
    "NoIdleTimerEvent"="PowerManager/ActivityTimer/SystemActivity"
; @CESYSGEN ENDIF ; PM_PM_DEFAULT_PDD
    "NoIdleTimerReset"=dword:1

; @CESYSGEN ENDIF CE_MODULES_CXPORT

; @CESYSGEN ENDIF DEVICE_PMIF && !PM_PMSTUBS

; @CESYSGEN IF CE_MODULES_SERVICES
; Services.exe configuration key
[HKEY_LOCAL_MACHINE\Services]
    "Dll"="ServicesEnum.dll"
    "BusName"="services"
    "Flags"=dword:8
    "BusIoctl"=dword:2a0048
    "InterfaceType"=dword:0
    "IClass"=multi_sz:"{B3CC6EBA-5507-4196-8E41-2BF42E4A47C9}=%b","{6F40791D-300E-44E4-BC38-E0E63CA8375C}=%b"
; @CESYSGEN ENDIF CE_MODULES_SERVICES

; @CESYSGEN ENDIF CE_MODULES_DEVICE

; @CESYSGEN IF CE_MODULES_GWES
; Event based API-set ready detection
; HIVE BOOT SECTION
[HKEY_LOCAL_MACHINE\SYSTEM\Events]
    "SYSTEM/GweApiSetReady"="Event triggered after GWES registers its API sets"
; END HIVE BOOT SECTION
; @CESYSGEN ENDIF

; @CESYSGEN IF CE_MODULES_SNMP && CE_MODULES_WINSOCK
; @CESYSGEN IF CE_MODULES_SNMP_MIBII
; @CESYSGEN ENDIF
; @CESYSGEN IF CE_MODULES_SNMP_HOSTMIB
; @CESYSGEN ENDIF
; @CESYSGEN IF CE_MODULES_SNMP_SNMPTESTMIB
; @CESYSGEN ENDIF
; @CESYSGEN IF CE_MODULES_SNMP_MIBII
; @CESYSGEN ENDIF
; @CESYSGEN IF CE_MODULES_SNMP_HOSTMIB
; @CESYSGEN ENDIF
; @CESYSGEN IF CE_MODULES_SNMP_SNMPTESTMIB
; @CESYSGEN ENDIF
; @CESYSGEN ENDIF


; @CESYSGEN IF FILESYS_FSREGHIVE
; HIVE BOOT SECTION

; Valid Bits for Flags registry value
; If no flags are set, the hive will be stored in the object store.
;
; 0x00000001    Start storage manager in boot phase 1 for hive-based registry
; 0x00000002    Start device manager in boot phase 1 for hive-based registry
; 0x00000004    Start storage manager in boot phase 1 for registry in
;               external ROM (such as BINFS)
; 0x00000008    Start device manager in boot phase 1 for registry in
;               external ROM (such as BINFS)

[HKEY_LOCAL_MACHINE\init\BootVars]
   "SystemHive"="Documents and Settings\\system.hv"
   "ProfileDir"="Documents and Settings"
   "Flags"=dword:1
; END HIVE BOOT SECTION
; @CESYSGEN ENDIF FILESYS_FSREGHIVE

; @CESYSGEN IF FILESYS_FSDBASE
; HIVE BOOT SECTION

; When a bootable persistent storage device is mounted, redirect ObjectStore
; database operations to a volume file on the device. This will be the same
; storage device where the registry hives are stored on FSREGHIVE builds.
[HKEY_LOCAL_MACHINE\System\ObjectStore]
    "DefaultDBVol"="Documents and Settings\\default.vol"

; END HIVE BOOT SECTION
; @CESYSGEN ENDIF

; HIVE BOOT SECTION
; This key allows untrusted processes (when using 2 tier trust model) to access system files for read.
[HKEY_LOCAL_MACHINE\System\ObjectStore]
    "AllowSystemAccess"=dword:1
; END HIVE BOOT SECTION


; Replication Filter Registry Map
;
; ReplStoreHostVolume  : Host volume of replication database volume; "" for root, "\\<mount point>" for non-root, e.g., "\\Hard Disk"
; ReplStorePath        : Path of replication database volume on host volume
; ReplStoreName        : Name of replication database in replication database volume
; ReplStoreDoImmaculate: [Optional] Whether to synchronize the replication database to the replicated volume on initialization
; ReplStoreCacheSize   : [Optional] Number of replication records (paths) to cache
; NumDirsToExclude     : [Optional; Required if DirsToExclude present] Number of entries in DirsToExclude
; DirsToExclude        : [Optional; Required if NumDirsToExclude present] Set of fully qualified paths to exclude from replication
;                        e.g., "\\foo\\","\\bar\\" Note that, it is important to include the trailing slash
;
; ReplStoreHostVolume, ReplStorePath, and ReplStoreName must all be defined in order to override the
; default of ("", "\\ReplStorVol", "ReplStor").
;
; HIVE BOOT SECTION
; @CESYSGEN IF CE_MODULES_FSREPLXFILT
; @CESYSGEN ENDIF CE_MODULES_FSREPLXFILT
; END HIVE BOOT SECTION

; Valid Bits for Flags registry value under [HKEY_LOCAL_MACHINE\init\BootVars]
; 0x00000001    Start storage manager in boot phase 1 for hive-based registry
; 0x00000002    Start device manager in boot phase 1 for hive-based registry





; @CESYSGEN IF CE_MODULES_FSDMGR

; HIVE BOOT SECTION





; Registry value that can be queried to determine the type of registry subsystem that is in use
; 0 - RAM/ObjectStore based registry
; 1 - Hive based registry
; @CESYSGEN IF FILESYS_FSREGHIVE
[HKEY_LOCAL_MACHINE\System\ObjectStore]
    "RegistryType"=dword:1
; @CESYSGEN ELSE
; @CESYSGEN ENDIF

; Sample persistent registry dll
; @CESYSGEN IF CE_MODULES_OEMFS
; @CESYSGEN ENDIF

; This tells Filesys to load FSDMGR
[HKEY_LOCAL_MACHINE\System\StorageManager]
    "Dll"="fsdmgr.dll"
    "PNPUnloadDelay"=dword:1000
; END HIVE BOOT SECTION

; @CESYSGEN IF CE_MODULES_RELFSD
; HIVE BOOT SECTION
; END HIVE BOOT SECTION
; @CESYSGEN ENDIF CE_MODULES_RELFSD

; @CESYSGEN IF FILESYS_FSYSRAM
; HIVE BOOT SECTION
[HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\ObjectStore]
    "Dll"="filesys.dll"
    "Paging"=dword:1
    "LoadFlags"=dword:1
    "BootPhase"=dword:0
    "MountPermanent"=dword:1
    ; Only mount ObjectStore FS as bootable if PRJ_ENABLE_FSREGHIVE is NOT set
    ; in order to preserve backwards compatibility (hive files go on
    ; ObjectStore FS by default).
    "MountAsBootable"=dword:1
    ; Only mount ObjectStore FS as root if PRJ_ENABLE_FSMOUNTASROOT is NOT set
    ; in order to preserve backwards compatibility (ObjectStore is root of
    ; virtual file system by default).
    "MountAsRoot"=dword:1
; END HIVE BOOT SECTION
; @CESYSGEN ENDIF FILESYS_FSYSRAM


; @CESYSGEN IF CE_MODULES_EXFAT
; HIVE BOOT SECTION
;
; Default values for FATFS.  These can be overridden per profile
;
; Dll            String    Dll name of file system, e.g fatfsd.dll
; Util           String    Dll name of utility to do format and scan, e.g fatutil.dll
; BufferSize     DWORD     Number of sector-sized buffers to use for streams (default = 64)
; CodePage       DWORD     Overrides using CP_OEMCP in all character conversion.
; MountLabel     DWORD     1 to use disk name as mount point
;
; TFAT specific settings
;
; SectorsPerSyncAtInit     DWORD     Number of sectors to sync at a time during init (default = 32).
; ReservedClusters         DWORD     Number of clusters to reserve for cloning (default = 4).
;
; Disk cache settings
;
; CacheDll                 String    DLL name of disk cache library
; EnableCache              DWORD     0 to disable disk caching, 1 to enable
; EnableWriteBack          DWORD     1 to enable a write-back cache. 0 to use a write-through cache.
; EnableFatCacheWarm       DWORD     1 to enable pre-warming the FAT cache.
; EnableDataCacheWarm      DWORD     1 to enable pre-warming the data cache.
; EnableBitmapCacheWarm    DWORD     1 to enable pre-warming the bitmap cache.
; FatCacheSize             DWORD     Size of the FAT cache, in number of sectors.
;                                    If 0, FATFS uses size of the FAT up to 512 sectors.
; DataCacheSize            DWORD     Size of the data cache, in number of sectors.
;                                    If 0, FATFS uses twice the FAT cache.
; BitmapCacheSize          DWORD     Size of the bitmap cache, in number of sectors.
;                                    If 0, FATFS uses size of the bitmap up to 512 sectors.
; LazyWriterThreadPrio256  DWORD     The priority of the lazy write-back thread.
;
; Formatting settings
;
; FormatTfat           DWORD     1 to format volume as TFAT on auto-format or through IOCTL_DISK_FORMAT_VOLUME
; FormatExfat          DWORD     1 to format volume as EXFAT on auto-format or through IOCTL_DISK_FORMAT_VOLUME
; FormatClusterSize    DWORD     Cluster size in bytes.  Limit of 32 KB for regular FAT.  No limit for exFAT.
; FormatFatVersion     DWORD     Regular FAT only.  Values of 12, 16, or 32.
; FormatNumberOfFats   DWORD     Regular FAT only.  Values of 1 or 2.
; FullFormat           DWORD     Full format on auto-format.
; SecureWipe           DWORD     Secure wipe on auto-format.
;
; FATFS flags (formerly under Flags registry value)
;
; UpdateAccess         DWORD     Update access times if set (formerly Flags = 0x1)
; DisableAutoScan      DWORD     Disable automatic ScanVolume() (formerly Flags = 0x4)
; ForceWritethrough    DWORD     Force file writes to be always writethrough (formerly Flags = 0x20)
; DisableAutoFormat    DWORD     Disable automatic formatting of unformatted volumes (formerly Flags = 0x40)
; DisableFormat        DWORD     Disable format IOCTL (formerly Flags = 0x20000)
; TransactData         DWORD     Transact data on a write (i.e. clone cluster on every write)
;                                (formerly Flags = 0x40000)
; NonatomicSector      DWORD     Use cluster 1 entry in FAT table for TFAT transaction,
;                                since sector writes are non-atomic. (formerly Flags = 0x80000)
; TfatMarkAlways       DWORD     Always mark transaction status, even only one sector in FAT is changed.
;                                (formerly Flags = 0x200000)
; LFNExtendedAlways    DWORD     Generate LFN entries for extended characters always
; SecuritySupport      DWORD     exFAT only.  Indicates to add a security descriptor directory entry
;                                for every file/directory created.
; ForceNoFileBuffering DWORD     Force reads and writes to file data to be unbuffered
;
;
[HKEY_LOCAL_MACHINE\System\StorageManager\FATFS]
    "FriendlyName"="FAT FileSystem"
    "Dll"="exfat.dll"
    "DisableAutoFormat"=dword:1
    "DisableAutoScan"=dword:1
    "Paging"=dword:1
    "EnableCache"=dword:1
    "CacheSize"=dword:0
    "Util"="fatutil.dll"
    "CacheDll"="diskcache.dll"

; @CESYSGEN IF CE_MODULES_CACHEFILT
; @CESYSGEN ENDIF CE_MODULES_CACHEFILT

[HKEY_LOCAL_MACHINE\System\StorageManager\EXFAT]
    "FriendlyName"="exFAT FileSystem"
    "Dll"="exfat.dll"
    "DisableAutoFormat"=dword:1
    "DisableAutoScan"=dword:1
    "Paging"=dword:1
    "EnableCache"=dword:1
    "CacheSize"=dword:0
    "Util"="fatutil.dll"
    "CacheDll"="diskcache.dll"
    "FormatExfat"=dword:1

; @CESYSGEN IF CE_MODULES_CACHEFILT
; @CESYSGEN ENDIF CE_MODULES_CACHEFILT
; END HIVE BOOT SECTION
; @CESYSGEN ENDIF CE_MODULES_EXFAT

; @CESYSGEN IF CE_MODULES_ENCFILT
; @CESYSGEN ENDIF



; @CESYSGEN IF CE_MODULES_CEFILT
; @CESYSGEN ENDIF CE_MODULES_CEFILT

; @CESYSGEN IF CE_MODULES_UDFS
; @CESYSGEN ENDIF CE_MODULES_UDFS

; @CESYSGEN IF CE_MODULES_CDFS
; @CESYSGEN ENDIF CE_MODULES_UDFS

; @CESYSGEN IF CE_MODULES_BINFS
; @CESYSGEN ENDIF CE_MODULES_BINFS

; @CESYSGEN IF CE_MODULES_IMGFS
; @CESYSGEN IF IMGFS_IMGFS_NOWRITE
; @CESYSGEN ENDIF
; @CESYSGEN ENDIF

; @CESYSGEN IF CE_MODULES_RAWFS
; @CESYSGEN ENDIF

; @CESYSGEN IF CE_MODULES_UPDATEAPP || CE_MODULES_IMGUPD
; @CESYSGEN ENDIF

; @CESYSGEN IF CE_MODULES_UPDATEAPP
; @CESYSGEN ENDIF

; @CESYSGEN IF CE_MODULES_MSPART
; HIVE BOOT SECTION
; Partition driver key.
[HKEY_LOCAL_MACHINE\System\StorageManager\MSPART]
    "Dll"="mspart.dll"
; END HIVE BOOT SECTION
; @CESYSGEN ENDIF

; Default values for all profiles
; These can overridden in the particular named profile
; Various Flags
;   AutoFormat - Formats the store automatically
;   AutoPart   - Automatically partitions the store with largest creatable partition
;   AutoMount  - Automatically Mounts each detected partition (if FSD driver is available)
;   MountFlags (deprecated)- Flags on how the partition is mounted
;       1  - Hidden file system
;       2  - May contain system registry
;       4  - Mount as root of file system, "\"
;      10  - Mount filesystem as an external ROM filesystem
;      20  - Treat all files and subdirectories as system files
;   The following registry values override the MountFlags:
;      MountHidden - Hidden file system (same as MountFlags=1)
;      MountAsBootable - May contain system registry (same as MountFlags=2)
;      MountAsRoot - Mount as root of file system, "\" (same as MountFlags=4)
;      MountAsROM - Mount as an external ROM filesystem (same as MountFlags=10)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -