Brute force deletion of various files that cannot be deleted

Create a new text document on the desktop and write the following commands:
DEL /F /A /Q \?%1
RD /S /Q \?%1
Save as "Delete OK.bat"
, be sure to select Save as! Select Save as type " All files"
drag and drop the file or directory to be deleted onto the icon of the bat file to delete

Guess you like

Origin blog.csdn.net/weixin_45822638/article/details/106813744
Recommended