Hi

I need to hook the registry from a driver for windows NT/2k/XP/2003
operating systems. I would prefer to have one driver for all OS, how can I
do it?

Thanks

Re: Hooking registry by Don

Don
Mon Jan 12 09:28:48 CST 2004

As has been discussed many times the real answer is don't do this. Hooking
is a really bad idea in a production driver, the problems that you face in
unloading, and the potential interactions with another driver hooking make
this a really stupid thing to do.

Tell this group what your goal is and maybe we can come up with a better
solution. Also note that the sysinternals regmon is code you need to
license, and can from a smart user program be bypassed so you do not see the
changes occur in the registry.


--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Remove StopSpam from the email to reply

"RA" <ron_a1@hotmail.com> wrote in message
news:OGZ74jR2DHA.2888@tk2msftngp13.phx.gbl...
> Hi
>
> I need to hook the registry from a driver for windows NT/2k/XP/2003
> operating systems. I would prefer to have one driver for all OS, how can I
> do it?
>
> Thanks
>
>