I have a driver for a device, after i install the driver, it places lot of
registry entires in the system, so how could i bactrack or recognise, what
all the entries in the registry has been made by the driver.

Can any one suggest your ideas, so that i would be thankful.

Regards
Prasanna

Re: Registry entry for a driver. by Don

Don
Wed Mar 08 08:04:01 CST 2006

Take a look at http://www.osronline.com/ddkx/install/install-over_6e3r.htm


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




"prasanna" <prasanna@discussions.microsoft.com> wrote in message
news:E59E282C-447A-4DC1-B96E-F2C30A6E7677@microsoft.com...
>I have a driver for a device, after i install the driver, it places lot of
> registry entires in the system, so how could i bactrack or recognise, what
> all the entries in the registry has been made by the driver.
>
> Can any one suggest your ideas, so that i would be thankful.
>
> Regards
> Prasanna



Re: Registry entry for a driver. by Doron

Doron
Thu Mar 09 00:15:38 CST 2006

why do you want to find these? for learning or for something else? alot of
the registry locations are dynamic from install to install and machine to
machine, so hardcoding these values does not make much sense.

d

--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.


"Don Burn" <burn@stopspam.acm.org> wrote in message
news:egKKukrQGHA.2436@TK2MSFTNGP11.phx.gbl...
> Take a look at http://www.osronline.com/ddkx/install/install-over_6e3r.htm
>
>
> --
> Don Burn (MVP, Windows DDK)
> Windows 2k/XP/2k3 Filesystem and Driver Consulting
> Remove StopSpam from the email to reply
>
>
>
>
> "prasanna" <prasanna@discussions.microsoft.com> wrote in message
> news:E59E282C-447A-4DC1-B96E-F2C30A6E7677@microsoft.com...
>>I have a driver for a device, after i install the driver, it places lot of
>> registry entires in the system, so how could i bactrack or recognise,
>> what
>> all the entries in the registry has been made by the driver.
>>
>> Can any one suggest your ideas, so that i would be thankful.
>>
>> Regards
>> Prasanna
>
>