2

Can anyone suggest a program that can tell me which process is using which files? I need a GUI program that I can run on Windows Server 2008.

Oliver Salzburg
  • 89,072
  • 65
  • 269
  • 311

1 Answers1

5

"Ever wondered which program has a particular file or directory open? Now you can find out. Process Explorer shows you information about which handles and DLLs processes have opened or loaded."

http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx

gkrogers
  • 368