Have you ever encountered the following situation when deleting a folder
Folder can not be deleted, what will you do at this time.
In fact, this is usually a malformed folder, as to what is a malformed folder, their own Baidu, this folder in a common way can not be deleted, perhaps you will choose to use 360 software such as the strong deletion, may be deleted, below I give you another simple and practical method:
First, create a new text document that contains the following @echo off
If not exist \\?\%1 (
Echo will be deleted by the file to this program can not run the program directly
echo by ma6174
Pause
Exit
)
Echo y| Cacls%*/c/t/P everyone:f
del/f/a/q \\?\%1
RD/S/q \\?\%1
del/f/a/s/q%*
RD/S/q \\?\%*
del/f/a/q%*
RD/S/q \\?\%*
del/f/a/s/q \\?\%1
RD/S/q \\?\%1
Then change the file name to "Universal Delete. Bat", note that the suffix name must be bat, so that a powerful universal removal software is ready, later, directly to delete the folder directly dragged to the software above can be directly deleted (do not double-click to open, useless), not to move to the Recycle Bin, is completely deleted, And do not need to confirm, strong enough, haha, try ...