首页 > 其他 > 详细

Process Explorer

时间:2017-11-23 10:37:41      阅读:251      评论:0      收藏:0      [点我收藏+]

https://docs.microsoft.com/en-us/sysinternals/downloads/process-explorer

Ever wondered which program has a particular file or directory open?

Now you can find out. Process Explorer shows you information about which handles and DLLs processes have opened or loaded.

 

The Process Explorer display consists of two sub-windows.

The top window always shows a list of the currently active processes, including the names of their owning accounts, whereas the information displayed in the bottom window depends on the mode that Process Explorer is in:

if it is in handle mode you‘ll see the handles that the process selected in the top window has opened;

if Process Explorer is in DLL mode you‘ll see the DLLs and memory-mapped files that the process has loaded.

Process Explorer also has a powerful search capability that will quickly show you which processes have particular handles opened or DLLs loaded.

 

The unique capabilities of Process Explorer make it useful for tracking down DLL-version problems or handle leaks, and provide insight into the way Windows and applications work.

 

添加UserName列

在菜单栏选择View,然后Select Columns

记得需要用管理员权限打开,否则无法显示出exe的username[提示是acces denied]

 

 

Process Explorer

原文:http://www.cnblogs.com/chucklu/p/7883389.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!