; 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"
; "Start DevMgr"=dword:1
; "Flags"=dword:3
; "RegistryFlags"=dword:1
;[HKEY_LOCAL_MACHINE\init\BootVars]
;"DefaultUser"="default"
; END HIVE BOOT SECTION