在Windows上查看进程的打开文件处理程序

use*_*215 14 windows process

我想查看Windows上的进程的打开文件处理程序,以验证是否读取了正确的配置文件.ProcMon和其他工具显示引用的模块 - dll.我需要查看所有文件的打开文件句柄,如xml,txt等.

thakns

hmj*_*mjd 27

Process Explorer可以提供此信息,但默认情况下它是隐藏的.

要显示句柄: View -> Lower Pane View -> Handles

Process Explorer还允许您搜索文件名并确定打开它的进程.

  • @ user236215,`View`->`Lower Pane View`->`Handles`. (8认同)
  • 我也有Process Explorer.你在哪里看到文件句柄?我只看模块. (3认同)