I know many folks that use Windows SysInternals Process Explorer to gather information about running processes and their open handles. There is an excellent, but probably unsung tool within Windows 7 called Resource Monitor which can be used to see details of running processes, their associated handles and associated modules (for example, DLL files). Resource Monitor proves to be an useful tool to investigate processes and locked files, and can come in handy especially when you forget to bring your troubleshooting toolkit along when fixing a friend’s PC.
1. To launch Resource Monitor, click Start, type resmon.exe and press ENTER.

2. Select the CPU tab, and expand Associated Handles by clicking on its title bar
3. Type a file name or part of the file name in the text box provided. This should list the processes which are currently accessing the file(s)

Bonus Tip! You can also type a registry key in the search field, which would cause Resource Monitor to show the registry handles with the corresponding process names.

View Associated Modules for a Process
There is another option wherein you can view the list of modules that are in use by a given process. Simply select one or more processes in the Processes section, and then expand the Associated Modules section to view the list of modules used by the selected processes.

"Associated Handles" and "Associated Modules" is a nice feature addition in Windows 7. Incidentally, you may’ve also noticed that the "File in Use" dialog in Windows 7 displays the Process Name as well.

Related Posts
- File in Use Dialog in Windows 7 Also Displays the Process Name
- How to Use Process Monitor to Track Events and Generate a Log File
- How to Determine the Program or Process That Owns an Error Message Window?
- How to Find Which Application Is Making Sounds in the Background?
- Why There Are Two Instances of Sidebar.exe Running
If you enjoyed this post, make sure you subscribe to our RSS feed! We feature Tips, Troubleshooting information, Scripts and Utilities for Microsoft Windows Operating Systems!
Prefer an E-mail subscription?



