Home » Questions » Computers [ Ask a new question ]

I cannot empty my Recycle Bin

I cannot empty my Recycle Bin

When I try to empty my Recycle Bin, I get the following error:

Asked by: Guest | Views: 202
Total answers/comments: 2
Guest [Entry]

"You could fix it by running Command Prompt and entering these commands:

cd\recycler
attrib -r -s -h * /s /d
del * /f /s /q
rd /s /q .

The last line will cause the error ""The process cannot access the file because it is being used by another process."" That's just because you are currently in the directory for the recycle bin and is actually for your protection. It can be ignored."
Guest [Entry]

I've had this problem before, this was easily solved by running CHKDSK