Win7 Academy: "Can't find the project" error solving Dafa

  
        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.



for a solution to the problem appears corresponding to different reasons:
first: disk file indexing problems, resulting in the deleted folder still exists, but delete it again The problem.
Solution: Perform disk defragmentation to repair the partition.
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.
Solution: 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.
Solution: Try again after the download is complete, or retry after downloading the software.
Fourth: There is a daemon process.
Solution: 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
Solution: Install and update the anti-virus software for a comprehensive scan, if you can not kill, you can reinstall the system.
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 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 it.


Copyright © Windows knowledge All Rights Reserved