I have some strange behaviour in Windows 7, I can't copy my file or folder if they are locked (some process is using them) how can I disable this feature?

link|improve this question
feedback

1 Answer

It’s not a feature, it’s how the file-system works and is normal behavior.

You can use Unlocker. When you run it, it will display what processes have open handles to the file, and you can click the drop-down in the lower-left corner and select Copy. Then you can choose a location to copy the file to.

If you cannot install it either, then you won’t have the convenience of the sell-extension, but can still use the portable version from the command prompt. You’ll have to extract the files and run the EXE from a command-prompt as so:

C:\Unlocker> unlocker.exe "c:\My Folder"
link|improve this answer
How does the unlocker work? Does it pause the process locking the file then copy it? – Mobinga Aug 15 '11 at 8:27
No. Unlocker uses a driver to get low-level access to the file, thus bypassing the access restrictions (the restriction being that the file is locked). – Synetech Aug 16 '11 at 0:20
feedback

Your Answer

 
or
required, but never shown

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