Process Explorer

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Process Explorer相关的知识,希望对你有一定的参考价值。

?????????cti   ??????   ros   version   names   nbsp   exe   tom   leak   

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的主要内容,如果未能解决你的问题,请参考以下文章

C# 中的 Process.Start 与 Process `p = new Process()`?

Nodejs child_process 模块

process.env.PWD 与 process.cwd()

com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process

the process android.process.acore has stopped或the process com.phone。。。。

c# 如何用using引入 process 类