When working with Microsoft technical support on a service request, you might be asked to capture a Process Monitor(ProcMon) trace. Process monitor can capture real-time file system, registry and process/thread activity, including the target object path, the access type, the name of the process that takes the action and its identity, the operation result, etc. This trace is especially useful to troubleshoot problems like file/registry-entry missing or access denied.
To capture a ProcMon trace you can go
Tips:
Reading & analyzing a procmon trace is not covered in this post. You can find a lot in the “Additional Resources” part in the procmon download page;