embedding FBWF in windows XP professional

Hi all, I am making an attempt to install FBWF (File Based Write Filter provided by microsoft in XPe) on windows XP professional. I have tried registry adition and INF but the problem i am getting here is that filter is installed but the system restarts from the boot point of XP. I am trying the following registry as have done with the EWF.sys filter driver registry:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction]
“Enable”=“N”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OptimalLayout]
“EnableAutoLayout”=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
“NtfsDisableLastAccessUpdate”=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters]
“EnablePrefetcher”=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager]
BootExecute=“”

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_FBWF]
“NextInstance”=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\fbwf\Instances]
“DefaultInstance”=“Fbwf Instance”

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\fbwf\Instances\Fbwf Instance]
“Altitude”=“226000”
“Flags”=0x0

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\fbwf]
“DisplayName”=“fbwf”
“ImagePath”=“system32\DRIVERS\fbwf.sys”
“Description”=“File Based Write Filter Driver”
“ErrorControl”=0x1
“Start”=0x0
“Type”=0x2
“DependOnService”=“fltmgr”

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_FBWF\0000]
“Service”=“FBWF”
“Legacy”=dword:00000001
“ConfigFlags”=dword:00000020
“Class”=“LegacyDriver”
“ClassGUID”=“{8ECC055D-047F-11D1-A537-0000F8753ED1}”
“DeviceDesc”=“FBWF”
“Capabilities”=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_FBWF\0000\Control]
“ActiveService”=“FBWF”

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\fbwf]
“ErrorControl”=dword:00000001
“Group”=“System Bus Extender”
“Start”=dword:00000000
“Type”=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class{71A27CDD-812A-11D0-BEC7-08002BE2092F}]
“UpperFilters”=“Fbwf”

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\FltMgr]
“Type”=0x2
“Start”=0x3
“ErrorControl”=0x1
“ImagePath”=“system32\DRIVERS\fltMgr.sys”
“DisplayName”=“FltMgr”
“Description”=“File System Filter Manager Driver”
“AttachWhenLoaded”=0x0

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_FLTMGR]
“NextInstance”,0x1

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_FLTMGR\0000]
“Service”=“FltMgr”
“Legacy”=0x1
“ConfigFlags”=0x0
“Class”=“LegacyDriver”
“ClassGUID”=“{8ECC055D-047F-11D1-A537-0000F8753ED1}”
“DeviceDesc”=“FltMgr”