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

📄 common.reg

📁 基于WinCE5.0平台的三星S3C2440的BSP包更新.
💻 REG
📖 第 1 页 / 共 5 页
字号:
; BootPhase - DWORD - Controls what phase of the boot this filesystem is loaded can be 0, 1, 2
; Currently LoadFLags can be one of the following
; LOAD_FLAG_SYNC     00000001    LOAD_FLAG_SYNC  - Load the filesystem synchronously
; LOAD_FLAG_ASYNC    00000002    LOAD_FLAG_ASYNC - Load the filesystem async on another thread (Default)
;
[HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\Relfsd]
    "Dll"="relfsd.dll"
    "Paging"=dword:0
    "LoadFlags"=dword:1

ENDIF IMGNOKITL !
; END HIVE BOOT SECTION
; @CESYSGEN ENDIF

; HIVE BOOT SECTION
; @CESYSGEN IF CE_MODULES_FATFSD || CE_MODULES_TFAT
; Default values for fatfs.  These can be overridden per profile
; Flags            DWORD     See available flags below
; Paging           DWORD     0 to disable paging, 1 to enable
; 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.
;                            If not specified, default is 64 for TFAT and 32 for normal FAT
; EnableCache      DWORD     0 to disable disk caching, 1 to enable
; CacheSize        DWORD     Size of disk cache, in terms of number of sectors.
;                            Must be a power of 2 and at least 16 sectors.  If 0, FATFS will determine best cache size to use.
; EnableCacheWarm  DWORD     1 to enable pre-warming the cache
; EnableWriteBack  DWORD     1 to enable a write-back cache. 0 to use a write-through cache.
; MountLabel       DWORD     1 to pull volume label and use it as mount point, e.g. instead of "Storage Card"
; FormatTfat       DWORD     1 to format volume as TFAT on auto-format or through IOCTL_DISK_FORMAT_VOLUME
; CodePage         DWORD     Overrides using CP_OEMCP in all character conversion.
; PathCacheEntries DWORD     Number of path cache entries.  50 if not specified.

; Valid Bits for Flags registry value
;FATFS_UPDATE_ACCESS          0x00000001     update access times if set
;FATFS_DISABLE_LOG            0x00000002     disable event logging if set
;FATFS_DISABLE_AUTOSCAN       0x00000004     disable automatic ScanVolume()
;FATFS_VERIFY_WRITES          0x00000008     verify all writes (as opposed to a handful)
;FATFS_ENABLE_BACKUP_FAT      0x00000010     add a backup FAT to all formats
;FATFS_FORCE_WRITETHROUGH     0x00000020     Force fat to be always writethrough
;FATFS_DISABLE_AUTOFORMAT     0x00000040     disable automatic formatting of unformatted volumes
;FATFS_WFWS_NOWRITETHRU       0x00010000     disable writethrough on WriteFileWithSeek API,
;                                            improve memory-mapped file performance
;FATFS_DISABLE_FORMAT         0x00020000     disable format
;FATFS_TRANS_DATA             0x00040000     transact data on a write (i.e. clone cluster on every write)
;FATFS_TFAT_USECLUS1          0x00080000     Use cluster 1 entry in FAT table for TFAT transaction.
;                                            By default, TFAT uses the NOF field of the boot sector
;FATFS_DISABLE_TFAT_REDIR     0x00100000     Indicates to disable redirect the root directory
;                                            to another hidden directory for FAT12 or 16,
;                                            since root dir isn't transacted in those cases
;FATFS_TFAT_ALWAYS            0x00200000     Always mark transaction status, even only one sector in FAT is changed
;FATFS_FORCE_TFAT             0x00400000     Force TFAT transactioning even if volume isn't formatted as TFAT

[HKEY_LOCAL_MACHINE\System\StorageManager\FATFS]
    "FriendlyName"="FAT FileSystem"
    "Dll"="fatfsd.dll"
    "Flags"=dword:00000064
    "Paging"=dword:1
    "EnableCache"=dword:1
    "CacheSize"=dword:0
    "Util"="fatutil.dll"
    "CacheDll"="diskcache.dll"
; END HIVE BOOT SECTION
; @CESYSGEN ENDIF CE_MODULES_FATFSD || CE_MODULES_TFAT


; @CESYSGEN IF CE_MODULES_UDFS
; Default values for udfs.  These can be overridden per profile
[HKEY_LOCAL_MACHINE\System\StorageManager\UDFS]
    "FriendlyName"="CDFS/UDFS FileSystem"
    "Dll"="udfs.dll"
    "Paging"=dword:1
;   "HeapMaxSize"=dword:0 ; maximum size of heap in KB, 0=unbounded
;   "DestroyHeapOnUnmount"=dword:0 ; 0=disable, 1=enable destruction, recreation of heap on media change

; @CESYSGEN ENDIF CE_MODULES_UDFS

; @CESYSGEN IF CE_MODULES_BINFS
; HIVE BOOT SECTION
; Default values for binfs.  These can be overridden per profile
[HKEY_LOCAL_MACHINE\System\StorageManager\BinFS]
    "FriendlyName"="BIN Filesystem"
    "Dll"="binfs.dll"
    "Paging"=dword:1
	"MountFlags"=dword:11
	"BootPhase"=dword:0
	"Flags"=dword:1000

; END HIVE BOOT SECTION
; @CESYSGEN ENDIF CE_MODULES_BINFS

; @CESYSGEN IF CE_MODULES_IMGFS
; HIVE BOOT SECTION
; Default settings for ImgFS. These can be overriden per profile.
[HKEY_LOCAL_MACHINE\System\StorageManager\IMGFS]
    "FriendlyName"="Image-Update Filesystem"
    "Dll"="imgfs.dll"
    "Paging"=dword:1
; @CESYSGEN IF IMGFS_IMGFS_NOWRITE
    ; By default, a read-only imgfs partition will shadow ROM.
    "ShadowROM"=dword:1
; @CESYSGEN ENDIF
; END HIVE BOOT SECTION
; @CESYSGEN ENDIF

; @CESYSGEN IF CE_MODULES_RAWFS
; HIVE BOOT SECTION
[HKEY_LOCAL_MACHINE\System\StorageManager\RAWFS]
    "Dll"="rawfs.dll"
; END HIVE BOOT SECTION
; @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)
;      MountAsROM - Mount as an external ROM filesystem (same as MountFlags=4)
;      MountAsRoot - Mount as root of file system, "\" (same as MountFlags=10)
;      MountSystem - Treat all files and subdirectories as system files (same as MountFlags=20)

; HIVE BOOT SECTION
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles]
    "AutoMount"=dword:1
    "AutoPart"=dword:0
    "AutoFormat"=dword:0
    "MountFlags"=dword:0
    "DefaultFileSystem"=""
    "PartitionDriverName"="MSPART"
    "Folder"=LOC_STORE_DEFAULT_FOLDER
; @CESYSGEN IF PM_PM_DEFAULT_PDD
    "ActivityEvent"="PowerManager/ActivityTimer/SystemActivity"
; @CESYSGEN ENDIF ; PM_PM_DEFAULT_PDD

; The partition table contain entries where the volume name is the partition type (in %02X format)
; The value is the name of the filesystem.  This is used to look up the module to load etc.
; Explicitly call out 07 partition type as NTFS as an expample of another partition type
; Since there is no actual NTFS registry entry, no fileysstem will get loaded

[HKEY_LOCAL_MACHINE\System\StorageManager\PartitionTable]
    "01"="FATFS"
    "04"="FATFS"
    "06"="FATFS"
    "07"="NTFS"
    "0B"="FATFS"
    "0C"="FATFS"
    "0E"="FATFS"
    "0F"="FATFS"
    "20"="BOOT"
    "21"="BINFS"
    "22"="RAWFS"
    "23"="RAWFS"
    "25"="IMGFS"
    "26"="BINARY"
; END HIVE BOOT SECTION

; @CESYSGEN IF CE_MODULES_PCCARD
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\PCMCIA]
    "Name"="PCMCIA/Compact Flash Device"
    "Folder"=LOC_STORE_PCMCIA_FOLDER
; @CESYSGEN ENDIF CE_MODULES_PCCARD

; HIVE BOOT SECTION
; @CESYSGEN IF CE_MODULES_SDNPCID
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\MSFlash]
    "DefaultFileSystem"="BINFS"
    "PartitionDriver"="mspart.dll"
	"AutoMount"=dword:1
	"AutoPart"=dword:1
;	"MountAsRoot"=dword:1
    "MountAsROM"=dword:1
    "MountAsHidden"=dword:0
    "Folder"="Flash Disk"
    "Name"="FLASH Disk Block Device"
	"BootPhase"=dword:0
	"Flags"=dword:1000
;	"MountHidden"=dword:0	;show all the contents in /BINFS like NK.bin

; Keep FATFS from trying to shadow \Windows
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\MSFlash\FATFS]
    "MountAsROM"=dword:0
;	"MountAsBootable"=dword:1

; @CESYSGEN ENDIF CE_MODULES_SDNPCID
; END HIVE BOOT SECTION

; HIVE BOOT SECTION
; @CESYSGEN IF CE_MODULES_SDNPCID_IMGUPD
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\MSFlash]
        "DefaultFileSystem"="BINFS"
        "PartitionDriver"="mspart.dll"
        "MountAsROM"=dword:1
        "MountAsHidden"=dword:1
        "Folder"="NAND Flash"
        "Name"="FLASH Disk Block Device"

; Keep FATFS from trying to shadow \Windows
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\MSFlash\FATFS]
    "MountAsROM"=dword:0

; @CESYSGEN ENDIF CE_MODULES_SDNPCID_IMGUPD
; END HIVE BOOT SECTION


; HIVE BOOT SECTION
; @CESYSGEN IF CE_MODULES_ATAPI
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\HDProfile]
    "Name"="IDE Hard Disk Drive"
    "Folder"=LOC_STORE_HD_FOLDER

[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\HDProfile\FATFS]
    "EnableCacheWarm"=dword:0

; @CESYSGEN ENDIF CE_MODULES_ATAPI
; END HIVE BOOT SECTION


[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\CDProfile]
    "Name"="IDE CDROM/DVD Drive"
    "Folder"=LOC_STORE_CD_FOLDER
    "DefaultFileSystem"="UDFS"
    "PartitionDriver"=""

[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\CDProfile\PartitionTable]

; @CESYSGEN IF CE_MODULES_USBDISK6
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\USBHDProfile]
    "Name"="USB Hard Disk Drive"
    "Folder"=LOC_STORE_HD_FOLDER

[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\USBHDProfile\FATFS]
    "EnableCacheWarm"=dword:0


[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\USBFDProfile]
    "Name"="USB Floppy Disk Drive"
    "Folder"=LOC_STORE_FLOPPY_FOLDER
    "DefaultFileSystem"="FATFS"
    "PartitionDriver"=""

[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\USBCDProfile]
    "Name"="USB CDROM/DVD Drive"
    "Folder"=LOC_STORE_CD_FOLDER
    "DefaultFileSystem"="UDFS"
    "PartitionDriver"=""

[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\USBCDProfile\PartitionTable]

; @CESYSGEN ENDIF CE_MODULES_USBDISK6

; @CESYSGEN IF CE_MODULES_RAMDISK
; @CESYSGEN IF CE_MODULES_BINFS
; HIVE BOOT SECTION
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\RAMDisk\PartitionTable]
   ; no partition table defined

[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\RAMDisk]
   "MountFlags"=dword:11
   "DefaultFileSystem"="BINFS"
   "PartitionDriver"=""
   "Folder"="BINFS"

[HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\RAMDisk]
    "DriverPath"="Drivers\\BlockDevice\\RAMDisk"
    "LoadFlags"=dword:1
    "BootPhase"=dword:0

[HKEY_LOCAL_MACHINE\Drivers\BlockDevice\RAMDisk]
    "Dll"="ramdisk.dll"
    "Prefix"="DSK"
    "FriendlyName"="RAM Disk Driver"
    "Order"=dword:0
    "Ioctl"=dword:4
    "IClass"=multi_sz:"{A4E7EDDA-E575-4252-9D6B-4195D48BB865}"
    "Profile"="RAMDisk"
; END HIVE BOOT SECTION
; @CESYSGEN ENDIF
; @CESYSGEN ENDIF

; @CESYSGEN IF CE_MODULES_RAMFMD
; HIVE BOOT SECTION
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\MSFlash_RAMFMD]
    "Folder"="Flash Disk"
    "AutoPart"=dword:1
    "AutoFormat"=dword:1

[HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\RAMFMD]
    "DriverPath"="Drivers\\BlockDevice\\RAMFMD"
    "LoadFlags"=dword:1

[HKEY_LOCAL_MACHINE\Drivers\BlockDevice\RAMFMD]
    "Dll"="ramfmd.dll"
    "Profile"="MSFlash_RAMFMD"
    "Prefix"="DSK"
    "IClass"=multi_sz:"{A4E7EDDA-E575-4252-9D6B-4195D48BB865}"
; END HIVE BOOT SECTION
; @CESYSGEN ENDIF CE_MODULES_RAMFMD


; @CESYSGEN ENDIF CE_MODULES_FSDMGR


; Set some HPC-compatible default system fonts
; @CESYSGEN IF CE_MODULES_GWES
[HKEY_LOCAL_MACHINE\SYSTEM\GDI\SYSFNT]
        "Nm"="Tahoma"
        "Ht"=dword:fffffff4
        "It"=dword:0
        "Wt"=dword:190
        "CS"=dword:0
[HKEY_LOCAL_MACHINE\SYSTEM\GWE\Menu\BarFnt]
        "Nm"="Tahoma"
        "Ht"=dword:fffffff4
        "It"=dword:0
        "Wt"=dword:LOC_MENUBARFONTWEIGHT
        "CS"=dword:0
[HKEY_LOCAL_MACHINE\SYSTEM\GWE\Menu\PopFnt]
        "Nm"="Tahoma"
        "Ht"=dword:fffffff4
        "It"=dword:0
        "Wt"=dword:190
        "CS"=dword:0
[HKEY_LOCAL_MACHINE\SYSTEM\GWE\OOMFnt]
        "Nm"="Tahoma"
        "Ht"=dword:fffffff4
        "It"=dword:0
        "Wt"=dword:190
        "CS"=dword:0
; @CESYSGEN ENDIF

; @CESYSGEN IF GWES_MOVERLAP
[HKEY_LOCAL_MACHINE\SYSTEM\GWE\Menu]
		"Overlap"=dword:60
; @CESYSGEN ENDIF

⌨️ 快捷键说明

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