April 26, 2018

How to fix the error that could not find this item in windows


error that could not find this item in windows

Due to the unknown bug in the Windows OS, sometimes, there appear 0 byte files that can't be deleted.

The system just says that could not find this item even if the filename is correct.




fix the error that could not find this item in windows

In this case, follow the below procedure.

1. >dir /x
2. Check the changed file name for remove.
3. >del [File name] 

"dir /x" displays an alternative filename of the strange file. It is possible to remove using this filename.

It is tested on Windows 7.