Cannot Delete A File

G

Guest

I am having trouble deleting a file. It is not telling me that i cannot
delete, it just won't delete. The recycling box comes up and says its
recyling, but it will do that for hours and will not delete it. I have moved
everything else out of the folder and tried to delete the folder, same thing.
I have tried to shred the file, and it will not shred, says please wait and
will not do anything, but will shred other files in seconds.
Any program that i try to open the file with, stops running.
 
P

P. Di Stolfo

Hello,

what will happen if you try running the cmd.exe as Administrator and delete
the file there by
del Filename
?
If it doesn't work, try killing explorer.exe in the Task Manager and try
deleting the file again by cmd.exe (works for me very often).

Greetings,
P. Di Stolfo
 
R

Rick Rogers

It may also help to determine what has a handle open on it, as that is the
most common cause of an inability to delete:
http://ccollomb.free.fr/unlocker/

When using the command prompt, it helps to elevate by right clicking CMD and
using the option to 'run as administrator' even if the currently logged on
account is of that level (elevation invokes privileges that are not
available otherwise). It may also be more effective to use RD /s /q <dir>
instead of delete.

--
Best of Luck,

Rick Rogers, aka "Nutcase" - Microsoft MVP

Windows help - www.rickrogers.org
My thoughts http://rick-mvp.blogspot.com
 

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