What should I do if the files in the Win7 system cannot be deleted?

  

What to do when a user may have encountered a file that cannot be deleted, and can't be deleted after logging out. Let's teach you how to make a quick shredding folder.

Procedure

First, create a new text document on the desktop, then copy the code below and save it.

DEL /F /A /Q ?%1

RD /S /Q ?%1

Then, we click on the text file just now and change the suffix name to .bat.

After confirming, we see that the original text document has become a batch file icon.

Now we will delete the file or folder to be dragged to this icon. The system home is here to delete the .txt file to make a demo.

After dragging it, it will start processing automatically! The processing time depends on the size of the file to be deleted, and it is still quite fast.

Copyright © Windows knowledge All Rights Reserved