Dave,
Thanks for all the info. I'll give your suggestions a try to see if I can
get somewhere with it. It will probably take a while, though, so you
probably shouldn't stay up waiting for the results.
I'm wondering if this topic should maybe be posted on the IE newsgroup, as
the problem does appear to be related to IE. Just a thought.
Roy
"Dave-UK" <Here@home> wrote in message
news:...
>
> "C. Roy Blye" <> wrote in message
> news:EA960705-FF50-4C02-A2FF-...
>> I assume the purpose of this program is to help diagnose a software
>> problem. If I am not able to interpret and act upon the information that
>> this program generates (highly likely), what is my next step?
>
> It's well worth playing around with Process Monitor, if only just
> to get a feel of what's going on.
>
> When you first run Process Monitor you get deluged with information
> overload, as you have probably seen.
> I find the best way to start is to filter out a lot of the processes,
> you can always add them back anytime.
>
> If you click on the 'Clear' icon, 5th from the left, the display will
> clear
> and then probably rapidly fill up with Vista's constant background tasks.
> Just moving the mouse generates hundreds of entries.
>
> Process Monitor is a combination of several earlier Sysinternals tools
> like FileMon and RegMon. The last 5 icons on the toolbar allow you to
> toggle any of these on/off. So you can turn off Network Activity, Process
> and Thread activity and Profiling Events leaving just Regmon and Filemon.
> Try selecting an entry, say svchost.exe, right-click and 'Exclude >
> svchost.exe'
> Do the same for any processes that you think are irrelevant.
> I have excluded Sidebar(I'm on Win7), svchost, taskhost etc.
>
> Eventually you will have a stable/clear display with not much happening.
>
> To monitor an event, clear the display, create the event, i.e. try and
> edit
> an html file, when you get the error stop monitoring by clicking on the
> monitoring icon - third from the left.
> Now you can study the output without creating more entries.
> You can filter out registry entries and/or file entries from the display
> by Clicking on the Filemon or Regmon icons.
> You can also save the display for future reference.
>
> Just to muddy the waters while I was writing this I tried editing an html
> file on my Desktop ( right-click the file > Edit).
> For some reason msohtmed.exe, part of Microsoft Office, was accessed
> before
> Notepad. This may not apply to your situation.
> Good luck with Process Monitor.
>