A simple clone of PowerToys File Locksmith utility to discover what processes lock a specific file or folder.
- Very fast
- Lightweight
- Supports older versions of Windows
- Doesn't require admin rights
- Also shows locks on network shares and mounted drives
- Windows 10 x64 or higher
- Download
ShowWhatProcessLocksFile.msi.zipfrom the latest release. - Run the installer. The installer will install this program to the
%LocalAppData%\Programs\ShowWhatProcessLocksFilefolder and add aShow what locks this fileWindows File Explorer context menu element. - Use
Show what locks this filein the ' File Explorer' context menu to select a file or folder - To terminate a process, select it and open a context menu by clicking the right mouse button
- If you want to uninstall the program, use
Control Panel\Programs\Programs and Features. The uninstaller will remove the integration from the context menu and all installed files.
- To work with the codebase, use
Visual Studio 2022with a plugin HeatWave for VS2022. - To build a release, run
.\build.ps1(git.exeshould be in your PATH)

