Windows7 system can't find the error of the project. Solution

  

When using Windows7 system to delete files or folders, the error message "The project could not be found" may appear again, "Retry again" It will not help, and today we will briefly summarize the reasons and solutions for this problem.

Solution

Copy and paste the following code into a new txt Notepad document and save it as a del.bat file (or your preferred name), paying attention to the extension batch processing File bat.

DEL /F /A /Q ?%1

RD /S /Q ?%1

Drag the file or folder you want to delete to the batch On the processing file icon, you can delete it.

Copyright © Windows knowledge All Rights Reserved