An open API service indexing awesome lists of open source software.

https://github.com/marianpekar/file-unlocker-for-windows

A simple tool for Windows you can integrate to File Explorer and then use it to kill all processes that lock a file conveniently from context menu.
https://github.com/marianpekar/file-unlocker-for-windows

explorer explorer-integration tools windows

Last synced: 6 months ago
JSON representation

A simple tool for Windows you can integrate to File Explorer and then use it to kill all processes that lock a file conveniently from context menu.

Awesome Lists containing this project

README

          

# File Unlocker

A simple tool for MS Windows you can integrate to File Explorer and then use it to kill all processes that lock a file or folder **literally by three mouse clicks**.

![File Context Menu](images/context-menu.png)

![Dialog](images/dialog.png)

You can also use the tool from a command line with _-silent_ (or _-s_) as a second argument to bypass the dialog window while the first argument is a path to file or folder you wish to unlock.

```
FileUnlocker.exe path -silent
```