How to delete those that can't delete the malformed file

  

First: is to create a text file, copy the following content into it:

DEL /F /A /Q \\?%1

RD /S /Q \\?%1

Then: Save this file text file (Note: When saving, the following file type should select "All Files" (the default is Text Document.txt) and name it "del.bat" "Do not include quotes, and remember to have the suffix of ".bat")

Next: Drag the stubborn malformed file that needs to be deleted to the icon of the bat file to delete it.

By writing such an operation program, it is convenient to delete those malformed files. A computer doctor is at your service.

Copyright © Windows knowledge All Rights Reserved