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.
- Host: GitHub
- URL: https://github.com/marianpekar/file-unlocker-for-windows
- Owner: marianpekar
- License: mit
- Created: 2021-08-12T19:53:50.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-28T17:12:47.000Z (about 4 years ago)
- Last Synced: 2025-04-01T20:51:28.647Z (7 months ago)
- Topics: explorer, explorer-integration, tools, windows
- Language: C#
- Homepage:
- Size: 15.6 KB
- Stars: 58
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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**.


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
```