u小马_微软原版 Win10/Win11 iso镜像下载

当前位置:首页 > 文章教程 > Win10教程

Win10系统如何删除缩略图缓存后重建?

时间:2020-05-02 来源:u小马 访问:次

如果你是一个普通的Windows10用户,经常用它来存储数以十万计的照片,那么你很可能主要通过缩略图来访问它们。 “细节”,“列表”和“图标”等其他视图看起来似乎对图片来说是相当不适当和不相关的。如果缩略图缓存似乎周期性地破坏自己呢?它可以是真气。最近,在Windows 10瀑布创建者更新v1709中确定的错误似乎导致此问题。该bug强制Windows在每次重新启动或关闭后删除缩略图缓存。如果您的Windows10缩略图缓存不断删除自己,使用此注册表技巧,您可以停止Windows 10在每次重新启动后自动删除缩略图缓存。

手动重建Win10图标缓存

Windows 10 与之前版本 Windows 的原理差不多,图标缓存是存储在 IconCache.db 这个特殊的数据库文件当中的。如果要重建 Windows 10 图标缓存需要如下步骤。

Windows 7 和 Windows 8 的图标缓存文件是存储到 C:Users用户名AppDataLocal 文件夹当中的,而 Windows 10 和 Windows 8.1 的图标缓存文件已经被更改到了如下路径:

%userprofile%AppDataLocalMicrosoftWindowsExplorer  (复制到运行中可快速打开)

在上述文件夹中你会看到像 iconcache_32.db、iconcache_48.db、iconcache_96.db、iconcache_256.db、 iconcache_1024.db、iconcache_1280.db、iconcache_1600.db、iconcache_1920.db、 iconcache_2560.db、iconcache_exif.db、iconcache_idx.db、iconcache_sr.db、 iconcache_wide.dd、iconcache_wide_alternate.db 这样的文件。

将这些文件全部删除,就可以重建 Windows 10 图标缓存了。当然,如果 Windows 资源管理器正在使用当前文件,可能会导致部分文件无法删除。此时,我们可以将如下代码复制保存成一个 xxx.bat 文件,再以管理员权限执行即可。

cd /d %userprofile%AppDataLocalMicrosoftWindowsExplorer

taskkill /f /im explorer.exe

attrib -h iconcache_*.db

del iconcache_*.db /a

start explorer

pause

执行以上批处理会重启 Windows Explorer,因此桌面会消失一下。执行完之后 Windows 10 图标缓存数据库就被删除了,然后 Windows 10 会自动为我们重建图标缓存。

手动重建Win10缩略图缓存

Windows 10一般情况下会生成图片、视频、音乐和文档的缩略图,其路径与 Windows 10 图标缓存文件一致,文件名类似 thumbcache_*.db。如果你的缩略图不显示或者不刷新可以尝试通过如下批处理来清理,其步骤和清除图标缓存一致。

cd /d %userprofile%AppDataLocalMicrosoftWindowsExplorer

taskkill /f /im explorer.exe

attrib -h thumbcache_*.db

del thumbcache_*.db /a

start explorer

pause

以上就是Win10下缩略图及图标缓存的删除重建方法了,希望对大家有帮助。

热门Win镜像下载

本类热门教程