我想查看Windows上进程的打开文件处理程序,以验证是否读取了正确的配置文件。 ProcMon和其他工具显示引用的模块 - dll。我需要看到所有文件的打开文件句柄,如xml,txt等。
thakns
答案 0 :(得分:21)
Process Explorer可以提供此信息,但默认情况下会隐藏。
显示句柄:View -> Lower Pane View -> Handles
Process Explorer还允许您搜索文件名并确定打开它的进程。
答案 1 :(得分:0)
Sysinternal Suite随附handle.exe
,可在CLI中进行转储:
handle
handle -a
handle -p 10832