The recycle bin on C:/ is corrupted. Do you want to empty ..........

Solved
bluy45 Posted messages 26 Status Membre -  
Pumky83 Posted messages 1 Status Membre -
This message often appears and blocks my PC. I tried the solution that was given to other victims of this problem. That is: After checking "show hidden files of the operating system" go to the C drive and delete the file "$Recycle.Bin"
Problem: Although I attempt this action with the administrator account, I am denied access to this file and a message appears "You need administrative rights to delete this folder"
Can you tell me what this is about?

6 réponses

Lenox-Lewis Posted messages 322 Status Membre 79
 
Hello.

In the command prompt (admin) or PowerShell (admin), type this;

cd\
attrib -h -s -r $recycle.bin
cd $recycle.bin
takeown /f * /r
cd\
rd $recycle.bin /s
11
pticake
 
Thank you very much, I would really like to know how to do this again, thank you.
0