Autoload Settings (Windows CE 5.0)
Auto-load file system settings specify automatically loaded file systems that do not have associated block drivers, such as the Release File System (relfsd) and network file systems.
Unlike other branches in the registry tree, values assigned at the HKEY_LOCAL_MACHINE\System\StorageManager\Autoload
level do not apply to lower subkeys. Autoload settings apply to one key and one set of values.
The following table shows registry values that apply only to auto-load file systems and auto-load block drivers.
Value: type | Description |
---|---|
LoadFlags: REG_DWORD | Controls how the file system is loaded.
|
BootPhase: REG_DWORD | Controls the boot phase during which the file system is loaded.
|
Dll: REG_SZ | Specifies the name of the FSD DLL. |
Order: REG_DWORD | Indicates the load order relative to other Auto-load systems in the same boot phase. Lower order numbers are loaded earlier. |
For example, the following registry key tells the file system to auto-load the default settings for relfsd.
[HKEY_LOCAL_MACHINE\System\StorageManager\Autoload\Relfsd]
"Dll"="relfsd.dll"
"Paging"=dword:1
"LoadFlags"= dword:1
See Also
File Systems Registry Settings Overview | Settings for Specific File Systems | Release Directory File System Registry Settings
Send Feedback on this topic to the authors