- Could Not Find This Item
- This is no longer located in …
- This is no longer located in Directory
- Could not find this item this is no longer located when copying files
Solution
- Run Command Prompt as Administrative privileges.
- Enter below command
rd /s "\\?\path of the folder”
Here path of the folder is the path of folder
Example: rd /s “\\?\D:\Documents\folder name” - It will prompt as “Are you sure (Y/N)?”
- Enter ‘Y’ and hit Enter.
- That’s all