LockingProcessKiller
0.9.0
Utility to discover & kill processes that have open handles to a file or folder
Minimum PowerShell version
5.1.14
Installation Options
Owners
Package Details
Author(s)
- David Ramos
Tags
find lock locking file directory handle kill process
Functions
Find-LockingProcess Stop-LockingProcess
Dependencies
This module has no dependencies.
Release Notes
## Utility to discover & kill processes that have open handles to a file or folder.
### Find-LockingProcess()
Retrieves process information that has a file handle open to the specified path.
Example: Find-LockingProcess -Path $Env:LOCALAPPDATA
Example: Find-LockingProcess -Path $Env:LOCALAPPDATA | Get-Process
### Stop-LockingProcess()
Kills all processes that have a file handle open to the specified path.
Example: Stop-LockingProcess -Path $Home\Documents
FileList
- LockingProcessKiller.nuspec
- LockingProcessKiller.psd1
- LockingProcessKiller.psm1
Version History
Version | Downloads | Last updated |
---|---|---|
0.9.0 (current version) | 40,004 | 8/19/2021 |