Solution [turn] Windows10 delete the file when prompted to file does not exist

Windows10 system after a period of time users will regularly delete junk clean-up system, reduce the capacity of the system disk occupation, but in the process of deleting many users are likely to encounter the situation can not be deleted, delete the following files when prompted for the file does not exist s solution.

1, a new Notepad file and enter the following:

DEL /F /A /Q \\?\%1
RD /S /Q \\?\%1

2. Save the file, and modify extension .bat, where the file is named: "delete.bat", easy to remember how.

3, the file to be deleted (hap), drag the file (delete.bat) created in the previous step to delete the file (hap).

Guess you like

Origin www.cnblogs.com/michaelcjl/p/12586855.html