When I'm downloading a video file with Google Chrome, the file is locked and cannot be opened by media players. I want to be able to play the file while it's being downloaded. The video bitrate is lower than my Internet bandwidth so it wouldn't be a problem.

Popular unlockers work by closing file handles, which would interrupt the download. How can I remove the read-lock without closing the file handle? Can I replace the read-lock with a write-lock?

link|improve this question

62% accept rate
Just to let people know, Google Chrome 16 no longer have this problem. – netvope Dec 30 '11 at 1:09
feedback

1 Answer

up vote 1 down vote accepted

Try creating a link to the file using mklink at the command prompt. I haven't used it in your particular scenario but have used it to successfully to gain access to a browser's temporary cache files whilst locked.

link|improve this answer
Works perfectly! – netvope Jun 16 '10 at 4:11
feedback

Your Answer

 
or
required, but never shown

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