By Jennifer | Last Updated
In Windows 10, you may have encountered strange error while move, rename, or delete files and folders. For example, the system backup files or un-downloaded BT files. The full message reads:
Why does such error happen? It may be caused by inappropriate defined of file extension. You can figure it out by referring the solutions below to remove the unwanted items.
When Windows 10 prompt "could not find this item" to you, try the batch file to remove such a stubborn file or folder.
Step 1: Right-click on the desktop, select New > Text Document.
Step 2: Copy and paste the following code lines into the Text Document.
DEL F A Q %1
RD S Q %1
Step 3: Click on File > Save As from the Menu bar.
Step 4: Next to the Save as type, select All Files. Then save it to delete.bat file.
Step 5: Drag the target folder onto this file to delete it. Thus you won't see the "could not find this item" error anymore.
The Command Prompt can help you remove the problematical file easily.
Step 1: Search the Command Prompt in the Menu Bar and Run as Administrator. Alternatively, hit Windows + X key and select Command Prompt (Admin) from the list. For further information, you can refer to How to Run Command Prompt As Administrator in Windows 10.
Step 2: Whether deleting files or folders, we must use the "cd path" command to navigate to a specific location.
Tips: If you don't know the correct format of the path, you can right-click on the file or folder and select Properties. Under the General tab, copy the path and paste into the Command Prompt.
Step 3: Enter the "dir" command to display all the files in the current path. Or type "dir /x" to view the folder list instead.
Step 4: To delete a file, type del "filename" and press Enter on the keyboard afterward. Once you want to delete a folder instead, input rmdir "foldername" and Enter.
This solution is more easy for someone who doesn't like running commands. Using WinRAR can skip over the "could not find this item" error and remove file or folder. Then let's move on:
Step 1: Locate the file or folder with "could not find this item" error. Right-click on it and select Add to archive.
Step 2: When the Archive name and parameters window pops up, check on the Delete files after archiving. Click on OK to create a new rar file. Then you can find that the formal files or folder have deleted.
Step 3: Right-click on the newly-created archive file and choose Delete from the context menu.
Related Articles: