Vista “Item not found” Solution
Problem:
When you try to delete or rename a file/folder in Windows Vista, you may receive an error message that says:
"Item not found. Could not find this item. This is no longer located in [folder]. Verify the item's location and try again."
But the file is there...
Background:
I experienced this and became very frustrated with the whole thing. What happened is that while Vista can handle very long file names which can include spaces, it still creates 8 character "8.3" filenames in the background. An 8.3 filename is formatted like its name sounds: an 8 character name, a dot, and a 3 character extension. If you try to use a filename greater than 8 characters, the 8.3 filename will be changed to 6 characters, followed by a tilda (~) and a number, then a dot and 3 character extension. Such a filename might look like this: myfile~1.txt
Solution:
If you experience this error message when trying to delete or rename a file/folder, you can resolve it by following these steps exactly. This worked for me:
- Open up a command prompt (run cmd.exe from the Start Menu).
- Navigate to the folder that the object resides in.
- Run "dir /a /x /p" to display the contents of the folder, including hidden files (/a) and 8.3 filenames (/x).
- Find the 8.3 filename of the object to the left of the regular, long filename.
- Run "ren [8.3 name]" to rename the object, "del [8.3 name]" to delete it if it's a file and "rd /s [8.3 name]" to delete it if it's a folder.
Note: If renaming to a long filename, make sure to enclose the long filename in quotations. If that fails, temporarily rename it to an 8.3 name and then rename it to what you want outside of the command prompt.
Source: www.netfresco.com
Amazing, it worked like a charm to this rather annoying problem 🙂
Happy to hear it!
@ Luis:
For deleting or renaming files affected by this, you should be able to find the file on your hard drive by navigating to it using a command prompt and going by its displayed 8.3 file name using the instructions above.
Then, using a “ren” command, give it a new name that has 8 or fewer characters plus a dot and extension. The file should then be visible to the operating system.
Note that you have to know the path to the file on your hard drive for this to work. While this works most of the time, unfortunately it is not guaranteed.
Hope this helps and good luck,
Dan
i have that error message but im trying to copy the files back to my flash drive and i cant i really need the help please respond with simpler instructions i dont fully understand these seeing as its only to delete and rename