microsoft / PowerToys

Windows system utilities to maximize productivity
MIT License
108.23k stars 6.39k forks source link

file locksmith result empty #24146

Open Varorbc opened 1 year ago

Varorbc commented 1 year ago

Microsoft PowerToys version

0.65.0

Installation method

Microsoft Store

Running as admin

None

Area(s) with issue?

File Locksmith

Steps to reproduce

Start-BitsTransfer -Source source -Destination destination

✔️ Expected Behavior

result not empty

❌ Actual Behavior

image

Other Software

No response

davidegiacometti commented 1 year ago

What happen if you check again as administrator (top-right button)? /needinfo

Varorbc commented 1 year ago

work well

lounres commented 1 year ago

I have a similar problem.

I am writing a library on Kotlin. And sometimes Kotlin compiler daemon does not let go of some files produced by the compiler. (It's a bug in Kotlin compiler that is hard to reproduce). Unfortunately, File Locksmith (even with administrator rights) always does not find anything, including the Java VM that does not let go of files.

Here is a screenshot of the "crime": изображение

P.S. Translation of the File Explorer's message: Header: File is already in use Body: The action can not be performed because the file is open in "OpenJDK Platform binary". Please, close the file and try again.