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

Solved
bluy45 Posted messages 26 Status Member -  
Pumky83 Posted messages 1 Status Member -
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 answers

  1. Lenox-Lewis Posted messages 322 Status Member 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
    1. pticake
       
      Thank you very much, I would really like to know how to do this again, thank you.
      0