Which process is currently blocking the task?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
Native2904
Posts: 22
Joined: 23 Apr 2025 18:48
Location: Aachen

Which process is currently blocking the task?

Post by Native2904 »

Hello,

I really like XYplorer and I have read a lot of pages here, but nevertheless, in some cases it's a little bit tricky for me to work with it, because I'm not that familiar with scripting. Therefore, I would like to ask for a little bit of help.
Sometimes I want to perform an operation (copy, move, or delete) on a folder of files, and there's a file in there that is still in use — and the operation fails because of that.
Is there a way in XYplorer to see which process is blocking the task?
There are tools out there like LockHunter that give me the possibility to check which processes are running in the background and locking files — but I'm thinking more of a button in XYplorer that could do this directly.
Mark the file and click the button that shows me the information.
Given the fact that I don't have scripting skills to implement such a function as a button in XYplorer, I would really appreciate some help with that.
Glückauf

highend
Posts: 14281
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Which process is currently blocking the task?

Post by highend »

No, XY doesn't have an inbuilt tool like LockHunter

Code: Select all

run lax("path\to\LockHunter.exe" "<curitem>");
One of my scripts helped you out? Please donate via Paypal

Native2904
Posts: 22
Joined: 23 Apr 2025 18:48
Location: Aachen

Re: Which process is currently blocking the task?

Post by Native2904 »

Thank you!
Glückauf

Post Reply