Maison > Tutoriel système > Série Windows > le corps du texte

Comment réparer une erreur corrompue dans la corbeille sous Windows 10 et 11

WBOY
Libérer: 2024-06-14 12:51:56
original
824 Les gens l'ont consulté

Is your Windows PC bugging you with a "The Recycle Bin on C:\ is corrupted. Do you want to empty the Recycle Bin for this drive" error message? Such errors can occur with any drive, including internal and external ones, effectively preventing you from accessing the drive.

Fortunately, it is possible to resolve this error message without formatting your drive and losing critical data. Here, we show you how to fix the Windows 10 or 11 error.

1. Reset Recycle Bin Using the Command Prompt

Resetting the Recycle Bin is one of the most effective ways to fix issues with it. Doing so allows Windows to empty the Recycle Bin and restore it to its default settings, resolving any issues.

Several users on a Microsoft Community post reported fixing the Recycle Bin corrupted error on Windows with this tip.

To reset the Recycle Bin on Windows:

  1. Press Win + X to open the Power User menu.
  2. Select Terminal (Admin) from the list.
  3. Select Yes when the User Account Control (UAC) prompt appears.
  4. Type the following command and press Enter.
    <code class="hljs php">rd /s /q C:\$Recycle.bin</code> 
    Copier après la connexion
    How to Fix a Recycle Bin Corrupted Error on Windows 10 & 11

This command deletes all the files and folders in the Recycle Bin, including subdirectories, without prompting the user for confirmation. The two switches have the following functions:

/s - Recursively deletes all the files and folders in the Recycle Bin, including subdirectories.

/q - Stands for Quiet mode as it suppresses all confirmation prompts.

If you are getting the Recycle Bin corrupted error for a drive other than the C drive, replace the letter "C:" in the above command with the letter of the drive causing the error.

Once you run the above command, Windows will reset the Recycle Bin for the specified drive, and you should not see any more errors.

2. Run a CHKDSK Scan

If resetting the Recycle Bin proves ineffective, there may be an issue with the drive itself. You can try running a CHKDSK scan to check and repair your drive for bad sectors and file system errors.

For instance, if you see a "The Recycle Bin on E:\ is corrupted" error, you will need to scan the E: drive using these steps:

  1. Press Win + S to open the search menu.
  2. Type cmd in the text box and select Run as administrator.
  3. Select Yes when the User Account Control (UAC) prompt appears.
  4. Type the following command and press Enter.
    <code class="hljs ">chkdsk /r e:</code> 
    Copier après la connexion
    How to Fix a Recycle Bin Corrupted Error on Windows 10 & 11

The r switch in a CHKDSK scan tells CHKDSK to locate bad sectors on the target disk and recover the readable information from the bad sectors. This can take some time as it scans and repairs the bad sectors on the drive.

Restart your PC after running the CHKDSK scan, then check if the error still occurs.

3. Run the SFC and DISM Scans

Problems with your PC's system files can also give rise to such Recycle Bin errors. Thankfully, Windows includes helpful tools called SFC (System File Checker) and DISM (Deployment Image Servicing and Management) scans, which can automatically detect and repair any corrupted system files.

For more information, check our guide on repairing corrupt Windows files with Windows' built-in tools and follow the steps outlined.

4. Scan for Malware

If you continue to see the Recycle Bin corrupted error, there is a chance that your PC is infected with malware. To rule out this possibility, you can use the built-in Windows Defender or PowerShell to scan your computer for malware. You can also use a reliable third-party antivirus program for this.

How to Fix a Recycle Bin Corrupted Error on Windows 10 & 11

If the scan detects anything suspicious, take the recommended steps to eliminate the threat.

5. Perform a System Restore

Recent changes made to your system may have led to the Recycle Bin corrupted error on your Windows 10 or 11 PC. If the error message has only started appearing recently, you can consider using system restore to revert Windows to its earlier state when it worked fine.

Once you restore Windows to its previous state, the errors shouldn't persist.

Débarrassez-vous des erreurs ennuyeuses de corruption de la corbeille

Les erreurs de la corbeille peuvent être frustrantes mais sont généralement faciles à corriger. Dans la plupart des cas, la réinitialisation de la corbeille devrait résoudre l'erreur corrompue. Sinon, vous devrez peut-être essayer les solutions mentionnées ci-dessus pour résoudre le problème sous-jacent.

Ce qui précède est le contenu détaillé de. pour plus d'informations, suivez d'autres articles connexes sur le site Web de PHP en chinois!

source:makeuseof.com
Déclaration de ce site Web
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn
Tutoriels populaires
Plus>
Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal
À propos de nous Clause de non-responsabilité Sitemap
Site Web PHP chinois:Formation PHP en ligne sur le bien-être public,Aidez les apprenants PHP à grandir rapidement!