Registry Filter

M

Mike Warren

I have two questions regarding the registry filter.

1/ Is it possible to use the registry filter to allow persistence of a
whole branch?

for example, I would like to persist any changes to

HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces

This would allow future interfaces to work.


2/ Also, does anyone have a list of the keys required to allow ELO
touch screens to persist their calibration data?

I have run RegMon on a calibration and there are hundreds of changes.
Even looking only at the entries made by the ELO calibration program
directly, there are a lot of entries with device IDs, which I'm
guessing would change if I used a different touch screen.

If the answer to my first question is "yes", then I expect it would be
possible to make this work by adding

HKLM\SYSTEM\CurrentControlSet\Enum\USB
 
M

Mike Warren

Good news and bad news.
HKLM\SYSTEM\CurrentControlSet\Enum\USB

Adding this to the registry filter does allow the ELO touch screen
calibration settings to persist.


This one, which is supposed to persist TCP/IP changes to network
adaptors doesn't work.
HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces


I did this based on Konstantin's blog entry here:

http://km-dev.blogspot.com/2007/05/xpe-tip-26-changing-ip-with-ewffbwf-o
n.html

I have changed the start from kernel to SCM with:

HKLM\SYSTEM\ControlSet001\Services\Tcpip\Start=2

Has anyone here had luck getting this to work?
 
M

Mike Warren

Mike said:
This one, which is supposed to persist TCP/IP changes to network
adaptors doesn't work.

I just changed that to:

HKLM\SYSTEM\CurrentControlSet\Services\Tcpip

and it seems to work.

Using these settings will open up a few more registry keys than is
necessary, but I can't see any serious problems with it so far.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top