2. 性能tab,点击链接打开资源监视器;
3. 现在cpu tab,关联的句柄后面的输入框可以输入你要搜索的文件路径,可模糊匹配;
Windows系统本身并不内置命令查看句柄,但是微软提供一个可选的命令工具来查看。
https://technet.microsoft.com/en-us/sysinternals/bb896655.aspx
Ever wondered which program has a particular file or directory open? Now you can find out. Handle is a utility that displays information about open handles for any process in the system. You can use it to see the programs that have a file open, or to see the object types and names of all the handles of a program.
官方描述信息。
接下来我来试用下:
2. 将其中的handle.exe 复制粘贴到C:\Windows\System32目录下,则可以使用了;
3. 先看下帮助信息:
-a 可以查看所有
如果要按句柄名称搜索: