Quickly Find Those File Handles
Posted by William Diaz on April 3, 2012
Every now and then some app somewhere is going to hook into some user file and prevent it from loading when its host application is opening up, resulting in some kind of error. A common one is when opening Outlook: “The file C:\Documents and Settings\username\Local Settings\Application Data\Microsoft\Outlook\outlook.ost is in use and could not be accessed. Close any application that is using this file, and then try again.”
The question is, which application?
The answer is Process Explorer. After launching, simply CTRL+F and search for the file in use, in this case outlook.ost.
Now simply kill the process that has the handle on the file, in this case communicator.exe. Start it again afterwards. No lengthy reboots required.
Quickly Find Those File Handles part II (Remote Handles) « Windows Explored said
[…] Quickly Find Those File Handles […]