It's actually quite difficult deleting/renaming network folders when open on Everything, a lot of them fail.
I suspect Everything has locks on some of the files, particularly due to thumbnail generation. For example it might report it can't delete/move due to thumbs.db being in use by Everything.
* Can I suggest than when a folder deletion/rename fails, Everything does a scan to see if it is holding any resources within that folder, particularly thumbs and presumably also previews, and to kill them where appropriate and retry the action. Actually it could even report all locks (including external ones) and ask if OK to kill.
David
Deleting/Renaming Network Folders : On fail release locks and retry
-
- Posts: 495
- Joined: Thu Dec 15, 2016 9:44 pm
Re: Deleting/Renaming Network Folders : On fail release locks and retry
It's an issue with the Microsoft IShellItemImageFactory API.
IShellItemImageFactory keeps a handle open to your thumbs.db.
The same issue is present in Windows Explorer.
To disable IShellItemImageFactory in Everything:
IShellItemImageFactory keeps a handle open to your thumbs.db.
The same issue is present in Windows Explorer.
To disable IShellItemImageFactory in Everything:
- In Everything 1.5, from the Tools menu, click Options.
- Click the Advanced tab on the left.
- To the right of Show settings containing, search for:
shell image - Select: shell_item_image_factory
- Set the value to: false
- Click OK.