@echo y|Cacls %1 /c /t /p Everyone:f
if %1=="" exit
del /f /s /q \\?\%1
rd /s /q \\?\%1

保存为bat后,直接将要删除的文件拖放至bat上释放即可。