“Could not find this item” when Deleting in Windows

Symptom

We are getting below error while deleting a folder in the Windows environment.

Item not found

Solution

Delete the folder via command prompt. As an example,

Open the command prompt and navigate to the respective folder directory. Execute below command to remove the folder.

E:\itsiti> rmdir /s daerafolder
daerafolder, Are you sure (Y/N)? Y

If you are deleting a file, just use command rm.

You May Also Like

Leave a Reply?