Unable to empty recycle bin
Well I've got a really annoying problem. I can't empty my recycle bin. I recently deleted a folder from my portable hard disc (the folder is called: Adema.PROPER-RELOADED). Now whenever I try to empty the recycle bin, the following error message pops up: "Cannot delete the folder Dg6.PROPER-RELOADED: the folder is not empty"
Note! I'm from a foreign country and had to translate that, so that probably isn't exactly what it would say in english, but at least it means the same.
Now what's really weird, is that when I unplug the hard disc, the folder disappears from the recycle bin, and suddenly comes back again once I plug the hard disc back in. And no, deleting the file from the hard disc, then trying to delete it from the recycle bin doesn't work either. Any ideas about what I'm supposed to do to fix this?
Re: Unable to empty recycle bin
maybe you can
move all the useful
data off of it,
then format that
device.
it might be a sign
of corruption that
you can take care
of at this time.
Re: Unable to empty recycle bin
How to Repair WinXP's Recycle Bin:
(change paths accordingly)
1. Open the Run box and enter: cmd
2. In the command window, type:
attrib -s -h %SystemDrive%\RECYCLER
press ENTER, then type:
rd /s %SystemDrive%\RECYCLER
press ENTER.
3. Restart your computer.
4. If you still have problems then download Doug Knox's
Recycle Bin registry file:
4. Double-click it or right-click and merge it into the registry.
Re: Unable to empty recycle bin
With a similar problem, I was able to delete otherwise "stuck" files from the
Recycle bin by logging on in SAFE mode as the ADMINISTRATOR. (This would not
work if I logged on as myself, even with administrator privileges; I had to log
in as ADMINISTRATOR).
Re: Unable to empty recycle bin
Connect the removable drive and then:
Try deleting the recycler folder(s), Windows will recreate it when you
reboot. From a command prompt issue the following command:
rd /s /q c:\recycler
You must be logged on as an administrator to properly run the command.
If you have more than one drive you will have to issue the command for
each drive, changing the c: with the appropriate drive letter. If you
have more than one user on the machine all recycle bins will be emptied.
Use the above command on NTFS drives, for FAT32 drives the folder name
is Recycled, use this:
rd /s /q c:\recycled
If it still fails run a chkdsk on your drive.