> Good afternoon everyone,
>
[quoted text clipped - 6 lines]
>
> Thanks for your time and for any help you can provide.
I think my tack would be to try to find out how RIES is started.
E.g. there is probably a program or .dll entrypoint which could
be called as if the user had clicked on the Reset... button.
One way to do this analysis I suspect would be to use DependencyWalker's
Profile option to trace the command: control inetcpl.cpl,,6
and then click the button while the dialog is under DW's control.
It doesn't really matter if it works (e.g. aborts); all you want to know
is what really happens when that button is clicked. Then you could
do the same thing from the command line using (perhaps) rundll32.exe
If you're lucky it will just turn out to be a separate (undocumented?) .exe
In that case you could get that clue simply by running ProcMon instead.
BTW I don't want to do this myself so you'll have to be the guinea pig
or get someone else to try it. ; )
Good luck
Robert Aldwinckle
---
Paul - 04 Jul 2007 08:24 GMT
Sorry for the late reply, Robert. I thought that everyone on the group had
forgotten about the post.
I had no idea that this was possible. I didn't even know about the
existence of rundll32.exe ! I ran "inetcpl.cpl" from the "run" box and
immediately got the internet options box. A good start! I also had no idea
of the existence of "dependency walker"! I did some google searches on these
two programs and found some interesting info.
I'll take a look at this. Thanks, this is very useful.
Paul
___________________________________
> I think my tack would be to try to find out how RIES is started.
> E.g. there is probably a program or .dll entrypoint which could
[quoted text clipped - 17 lines]
> Robert Aldwinckle
> ---