if I have, for example, some locked file or folder, how can I get information about who locked (it is in use by another program) my file or folder without having to install other programs?

Is there any way to view this info in task manager?

link|improve this question
Wait, what exactly do you mean by “locked”? Do you mean it is in-use? Is it encrypted? Do you no longer have access privileges to it? – Synetech Aug 15 '11 at 6:56
feedback

1 Answer

No, the Task Manager does not have the ability to display open (file) handles.

Process Explorer (GUI) and Handle (CLI) are Microsoft tools that can do it. They are not included with Windows, but don’t have to install them, you can simply extract them from the ZIP files and run them. You can also run them directly from the website via the Live.Sysinternals.com link on the side.

In Process Explorer, you can press Ctrl+F, then enter the filename (or part of the filename) and click Search. ProcExp will display a list of processes that have open handles to the specified file. Double-clicking on an entry in the search-results list will jump to that item in the process tree where you can get more information about it by pressing Alt+Enter. In the processes’ Properties dialog box, you can see the user that ran the process in the User field (go figure).

link|improve this answer
any ideas, without installing those tools? – macy Aug 15 '11 at 6:51
2  
You don’t have to install them, you can run them directly from the site (assuming that you have admin privileges). But I think it’s more important to first figure out what you mean by “locked”. – Synetech Aug 15 '11 at 6:57
thanks but what about folders with a lot of files? – macy Aug 15 '11 at 7:03
What about them? Do you mean you have a folder in which many of the files are locked? Just specify the folder in your search to view all the open handles. – Synetech Aug 15 '11 at 7:04
thanks for the answer but if for example I don't have internet and can't download this program, what am I supposed to do? do I have any system infromation for this? – macy Aug 15 '11 at 11:04
show 1 more comment
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.