Sysinternals
Advanced system utilities to manage, troubleshoot, and diagnose Windows and Linux systems and applications.
1,260 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
I use handle.exe to close handle:
handle.exe myfile
I get:
myprogram.exe pid: 1111 type: file 123 \Device\Mup\myfile
next, I type
handle.exe -p 1111 -c 123 -y
and I get an answer
Error closing handle: Incorrect descriptor
In Process Explorer I get a similar result.
My OS is Windows 7 and I have admin rights.