TortoiseSVN icons overlay not showing after updating to Windows 10

后端 未结 20 1395
猫巷女王i
猫巷女王i 2020-12-12 09:43

I had been using Windows 8 and TortoiseSVN icons have been displaying properly, but after installing Windows 10 I can no longer see the icons for the files/folder status.

相关标签:
20条回答
  • 2020-12-12 10:24

    As others have indicated, the overlay icon registry area is congested. Here is a powershell script that allows you to dump all the overlays in the registry to a file, then after you edit the file to prioritize your overlays the way you want, you can import them back in and protect them against further modifications from other programs running under SYSTEM.

    https://github.com/polachz/OverlayIconFix

    0 讨论(0)
  • 2020-12-12 10:25

    I had the same problem as OP. Installing version 1.9.2 resolved the issue without any tweak.

    0 讨论(0)
  • 2020-12-12 10:27

    TortoiseSVN 1.9.1 will work around the issue by renaming the Overlay Icons (starting with 2 spaces) to make sure they are loaded before the OneDrive icons.

    0 讨论(0)
  • 2020-12-12 10:28

    Please upgrade your the Tortoise SVN to the latest one.. I would recommend you to change your Settings see here

    Settings -> Icon Overlays -> Status cache
    

    make it as Shell and Apply

    Now reboot your machine to reflect the chnages.

    0 讨论(0)
  • 2020-12-12 10:28

    I did all of the above and nothing worked. The overlay icons were appearing in Explorer but not in Total Commander.

    Eventually what solved the issue for me was that I discovered a command in Total Commander that refreshed the Overlay Icons. To access it, right click on the toolbar and click on "Change...", and add "cm_SwitchOverlayIcons" as shown in the image below.

    After adding the command icon to the toolbar, I click it once, and the overlay icon of TortoiseSVN appeared!

    0 讨论(0)
  • 2020-12-12 10:29

    You can go to:

    Tortoise Settings > Icon Overlays -> Overlay Handlers
    

    and uncheck all checkboxes, apply, then reactivate them and apply.

    This will do the same thing in the registry but not manually.

    Otherwise you can open the registry with the button below, and move up the keys, appending some spaces before the name.

    0 讨论(0)
提交回复
热议问题