1
0
mirror of https://github.com/nbeaver/why-linux-is-better.git synced 2025-08-26 23:34:34 +02:00

Excerpts from links.

This commit is contained in:
Nathaniel Beaver
2015-12-03 16:34:42 -06:00
parent 3fcd5be0ad
commit cf124d4c80

View File

@@ -1122,7 +1122,16 @@ until the application is killed.
This becomes particularly interesting when the files are hidden thumbnails.
This is a known problem with Windows 7 related thumbnail caching which
locks hidden files, thus preventing deletion or moving them.
https://superuser.com/questions/537041/action-cant-be-completed-open-in-another-program
The folder rename operation fails because thumbcache.dll still has an open
handle to the local thumbs.db file and does not currently implement a
mechanism to release the handle to the file in a more dynamic and timely
fashion.
https://support.microsoft.com/en-us/kb/2025703
By contrast,