I want a software, similar to Unlocker or something in which we can delete files that are used by another process, for Windows 2008 R2.
feedback
|
|
If you mean the Kernel itself, you may be out of luck... If you mean just on Windows 2008 R2, I recommend you use Microsoft / Sysinternals Process Explorer. You can press the find button and type the name of the file you are trying to delete, it will then show you what application / module has an active handle to it and basically kill that process so you can delete the file. | |||||
feedback
|
|
Another alternative is Lockhunter. | |||
|
feedback
|
|
The sysinternals handle command can find what process has a file locked, and forceably close the handle. | |||
|
feedback
|