Quickly delete files that cannot be deleted in win7 system.

  
What should I do if the user may have encountered a file that cannot be deleted? I can't delete it after logging out. Let's teach you how to make a quick crush folder.
Operation Steps
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 document to make a demonstration.
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