LockCheck icon indicating copy to clipboard operation
LockCheck copied to clipboard

Uses platform APIs to find processes locking one or multiple files (Windows - Restart Manager or NTDLL)

Results 11 LockCheck issues
Sort by recently updated
recently updated
newest added

I've learned an interesting thing today: you can't delete a directory which is a working directory of some running process on Windows. So if you get Access Denied when trying...

#### Current behaviour `GetLockingProcessInfos` with `LockManagerFeatures.UseLowLevelApi` does not work if the path is a directory on windows. The simplest example is getting the locks of a directory that is the...

@cklutz once again thank you for creating this indispensable library! Have you thought about publishing a dotnet global tool like lockcheck.exe such that you could run it from command line?...

* Getters/setters * Exception/error cases * ToString() and other auxiliary methods

The report should contain the SHA of the actual sources it was generated from.

If you just call https://cklutz.github.io/LockCheck/ you get a 404. Should create a static index.html page that can be used to jump to individual reports.

This is not a bug but a reminder for myself to investigate this approach: https://github.com/gtworek/PSBits/blob/master/Misc2/Get-PidsForOpenFile.ps1 https://x.com/0gtweet/status/1829984410252325215?s=46&t=UM7kkhQwiF7UubdFND4qpQ

Hi all, Any progress/plans with releasing the support for unlocking the folders? The codebase has some work for it, but not the released package. I hope this feature is coming...