Win7 "cannot find the project" error solution

  
When using Windows 7 system to delete files or folders, the error message "Cannot find the item" may appear again. "Retry" again, it will not help. Today, we will briefly summarize the reasons for this problem. And the solution.

Record for different reasons for this problem:
First: There is a problem with the disk file index, causing the deleted folder to still exist, but the problem is deleted again.
Resolve: Perform defragmentation to repair partitions.
Second: The file or folder name does not conform to the Windows naming convention, contains special characters, and so on. For example, the anti-delete Ghost folder, which adds special characters.
Resolve: You can delete it with the batch file mentioned below.
Third: Use the folder created by the download tool to delete the file yourself before the download is complete.
Resolve: Retry after the download is complete, or retry after downloading the software.
Fourth: There is a daemon process.
Resolve: Try to use the Rubik's Cube Optimization Master's "File Unlock" to unlock and try to delete.
Fifth: Trojan horse, or be hidden by malicious
Resolve: Install and update the anti-virus software for a comprehensive scan, if you can not kill, you can reinstall the system.
The ultimate delete batch file
1, copy and paste the following code into a new txt Notepad document, and save as a del.bat file (or your favorite name), pay attention to the extension file batch file Bat.
DEL /F /A /Q ?%1
RD /S /Q ?%1
2, drag the file or folder you want to delete to the batch file icon, you can delete.


Copyright © Windows knowledge All Rights Reserved