FWBF + Registry Filter

  • Thread starter Thread starter scottchiu1974
  • Start date Start date
S

scottchiu1974

I got my XPe runtimeage image from my provider with both FWBF and
Registry Filter components.

But I encountered when trying to put my own monitored keys in the
runtimage image.

Because my application sets the default settings in HKLM during
installation and allows users to change it and save in HKCU. So I need
to monitor the entries in both HKLM and HKCU.

So I added the followings in my registry (when FBWF is off):

HKLM\SYSTEM\CurrentControlSet\Services\regfilter\Parameters
\MonitoredKeys\2
$B!!(BClassKey = HKLM
$B!!(BFileNameForSaving = MySetting1.rgf
$B!!(BRelativeKeyName = SOFTWARE\MyApplication

HKLM\SYSTEM\CurrentControlSet\Services\regfilter\Parameters
\MonitoredKeys\3
$B!!(BClassKey = HKCU
$B!!(BFileNameForSaving = MySetting1.rgf
$B!!(BRelativeKeyName = SOFTWARE\MyApplication

After I enable FBWF and restarted my machine. But only the settings
for HKLM worked and those for HKCU didn't.

My problem looks similiar to http://forums.microsoft.com/EmbeddedWindows/ShowPost.aspx?PostID=1089916&SiteID=47

Is there anyone that can help me?

Thanx a lot.

==============================================================
EyesBoard - A cool software keyboard which looks and behaves like a
physical keyboard
http://www.plazalogic.com/eyesboard/
==============================================================

Anyone has opinion?
 
Oops... I found the answers.

Both C:\Documents and Settings\Administrator\NTUSER.DAT
C:\Documents and Settings\Administrator\NTUSER.dat.log

have to be added as FWBF exclusions
 
Back
Top