I would like to know which file is open in Windows from command line. In linux we have command lsof for that purpose. Is there any command in Windows like that?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
migrated from stackoverflow.com Oct 7 '10 at 9:03
|
Are you referring to current running processes? That would be: If you want to view running processes of the current user:
Change |
|||||||||||
|
|
If you want a command line tool, the Handle utility from SysInternals does this. For a GUI tool, check out Process Monitor. |
|||||||||||
|