Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

view open file handlers for a process on windows

I want to view open file handlers for a process on windows to verify the correct config file is read. ProcMon and other tools show referenced modules - dlls. I need to see open file handles to all files such as xml, txt, etc.

like image 632
user236215 Avatar asked Nov 16 '12 15:11

user236215


1 Answers

Process Explorer can provide this information, though it is hidden by default.

To show handles: View -> Lower Pane View -> Handles

Process Explorer also allows you to search on a file name and determine which process has it opened.

like image 177
hmjd Avatar answered Sep 19 '22 15:09

hmjd