In article <POb_k.4254$>,
says...>
> I'm trying to use Process Explorer to capture
> and then examine all registry reads and/or rights by a single process.
> How do I go about displaying only those reads/writes to a process that
> begins with "fred"? I'm sure I'm going to use Filters, but how
> specifically?
>
You definitely wanted to say Process Monitor ( ProcMon.exe ),
follower and union of FileMon and RegMon.
Because Process Explorer ( ProcExp.exe ) is counterpart to task manager.
Run ProcMon and filter dialog displays.
Using filters is quite strait forward:
ProcessName begins with fred include
Event class is registry include
Operation is RegSetValue include
Operation is RegQueryValue include
( more operations possible )
You will learn quicly by browsing items and their possible values.