如何修复 TortoiseSVN 显示随机图标叠加?

Jon*_*age 8 icons tortoise-svn

我使用 TortoiseSVN(最新版本),有时它使用的所有图标覆盖都会随机产生非常奇特的结果。有没有什么办法解决这一问题?

小智 5

来自TortoiseSVN 常见问题解答

为什么叠加图标有时会变成随机图形?

Windows 图标缓存是一个相当有缺陷的生物。您可以通过以下方式之一解决此问题:

  • 安装 Microsoft 的TweakUI并运行重建图标的选项。

  • Or increase the icon cache size. Go to HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows>\\CurrentVersion\\Explorer and add a new String Value called Max Cached Icons. The default value is 500 - try increasing it to 2048 (see Q132668 in the Microsoft knowledge base for more details).

  • Or delete the file called ShellIconCache in your Windows directory. And reboot.

  • With TortoiseSVN 1.3.0 and later, you can also rebuild the icon cache by calling TortoiseProc from the command line like this TortoiseProc.exe /command:rebuildiconcache