Windows - Como excluo arquivos corrompidos de uma pasta?

1

Ao excluir alguns arquivos, poucos estão corrompidos e não foram excluídos porque dizem que estão corrompidos.

Apenas pressionando delete não está funcionando nem com del in CMD.

Como eu poderia fazer isso via Windows Explorer ou CMD?

Obrigado

    
por Joao 27.01.2018 / 21:06

1 resposta

2

Este link é a referência canônica da Microsoft para lidar com arquivos que não podem ser excluídos

Sua circunstância se enquadra Causa 3

Cause 3: File system corruption is preventing access to the file

You may not be able to delete the file if the file system is corrupted. To resolve this issue, run the Chkdsk utility on the disk volume to correct any errors.

Bad sectors on the disk, other faulty hardware, or software bugs can corrupt the file system and put files in a problematic state. Typical operations may fail in a variety of ways. When the file system detects corruption, it logs an event to the event log and you typically receive a message that prompts you to run Chkdsk. Depending on the nature of the corruption, Chkdsk may or may not be able to recover file data; however, Chkdsk returns the file system to an internally consistent state.

For additional information about using the Chkdsk utility, click the following article numbers to view the articles in the Microsoft Knowledge Base:

176646 Error message: The file or directory is corrupt...

187941 An explanation of CHKDSK and the New /C and /I switches

    
por 28.01.2018 / 00:41

Tags