IT:AD:SysInternals:ProcMon
Summary
Can be used to monitor access from an app to Files and Registry.
Can be filtered to show only access to files in a certain directory (eg: watching file locks in a drop folder).
Process
- Requires Admin rights to Start
- Requires Filtering
- ProcessName, is, devenv.exe, include
- Tip: don't forget to select include|exclude (top far right of dialog)
- Then could go on using the Filter tool, but it's easier to right-click the list items you don't want, and from the ContextMenu, select:
Exclude RegQueryKey' *
Exclude RegOpenKey*
Exclude RegOpenValue*
Exclude RegSetValue* You can exclude File paths as well (
Exclude c:\whatever`) and then use the Filter screen to change it fromis
tobegins
so that whole swarths disappear.
- Tips:
- ProcessName is not 'devenv.exe' – try the '…vhost.exe' one insteadl
- c:\TMP did not work, whereas c:\TMP\Dropfolder did. Minimum length?! Go figure…