Delete Media File

C

Chazz

I downloaded a video for use with Windows Media Player
and saved it to the C Drive. Now I want to delete it,
but I can't delete, move, rename or do any other action
with the file. No matter what I try, I get a pop up
saying: "Cannot delete. It is being used by another
person or program" -- but there is no other person or
program. I have restarted several times to ensure no
other programs are running. Suggestions?
 
I

Ionizer

Chazz said:
I downloaded a video for use with Windows Media Player
and saved it to the C Drive. Now I want to delete it,
but I can't delete, move, rename or do any other action
with the file. No matter what I try, I get a pop up
saying: "Cannot delete. It is being used by another
person or program" -- but there is no other person or
program. I have restarted several times to ensure no
other programs are running. Suggestions?

One easy solution: http://www.snapfiles.com/get/moveonboot.html

"MoveOnBoot allows you to copy, move or delete files on the next system
boot. This comes in very handy, if you need to replace or delete files
which are locked by other applications, loaded into memory or cannot be
changed until next system boot..."
 
B

Bojidar Markov

The trick is to wait for a while.
When you click on the file, Windows locks the file and checks some file
properties, just wait until your HDD led stops blinking (this means the
check is over). On my machine (750Mhz) it takes about 5-6 sec.
The solution of this problem is to remove this annoying check by
copy/pasting the code below and save it in a file named "AVI Freeze
Fix.inf",
Read the comments starting with ";" for more info.

Here is the code:
;---------------------------------------------------------------------------
-----------------------------
; Windows XP explorer movie fix.
;
; WARNING - Use this file at your own risk.
;
; Executing this file will remove a registry key which makes explorer load
shmedia.dll.
; Simply put, this removes the annoying "permission denied" errors when
trying to
; move/copy/delete AVI files.
;
; To use this fix, right-click on the file and select install. Done.
;
; Information about the registry key from multiple sources.
; Inf-file compiled by Moo (2002-03-22).
; Idea by Duxus. Thanks to the kind people of "[BBB] Sweden #01", you know
who you are! :)
;

[version]
signature="$Windows NT$"

[DefaultInstall]
DelReg = Reduce.Reg

[Reduce.Reg]
HKLM,
"SOFTWARE\Classes\CLSID\{87D62D94-71B3-4b9a-9489-5FE6850DC73E}\InProcServer3
2"
;---------------------------------------------------------------------------
 
G

Guest

Go to Safe mode on startup (F8 key) and remove it(delete
it) then restart windows normally
Crustie
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top