ShowWhatProcessLocksFile is a utility designed to identify which processes are locking specific files or folders. This tool simplifies troubleshooting by providing quick insights into file locks, enabling users to resolve issues efficiently.
Key Features:
Simple and fast identification of locked files
Lightweight design with minimal dependencies
Command-line support for automation
Audience & Benefit:
Ideal for system administrators and developers who need to diagnose and address file locking issues without complex configurations. This utility helps save time by quickly identifying the processes causing file locks, allowing users to take corrective action promptly.
Install via winget for easy setup.
README
ShowWhatProcessLocksFile
A simple clone of PowerToys File Locksmith utility to discover what processes lock a specific file or folder.
Features
Very fast
Lightweight
Supports older versions of Windows
Doesn't require admin rights
Also shows locks on network shares and mounted drives
Screenshots
Context menu
Application
System requirements
Windows 10 x64 or higher
How to use
Download ShowWhatProcessLocksFile.msi.zip from the latest release.
Run the installer. The installer will install this program to the %LocalAppData%\Programs\ShowWhatProcessLocksFile folder and add a Show what locks this file Windows File Explorer context menu element.
Use Show what locks this file in 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.
How to build
To work with the codebase, use Visual Studio 2022 with a plugin HeatWave for VS2022.
To build a release, run .\build.ps1 (git.exe should be in your PATH)