Two solutions to the problem that the TortoiseSVN status icon does not display

TortoiseSVN way to solve

  1. Right-click on the desktop or explorer to open TortoiseSVN settings
  2. Select Icon Overlays
  3. Status cache Select ‘Shell’
    Insert image description here
  4. Select Icon Set under Icon Overlays, open the drop-down box and set Icon Set to ‘Win10’
    Insert image description here
  5. Restart the computer

Registry solution

  1. WIN+R, enter regedit to open the registry
    Insert image description here
  2. Search in the following directory
    HKEY_LOCAL_MACHINE->SOFTWARE->Microsoft->Windows>CurrentVersion->Explorer->ShellIconOverlayIdentifiers
  3. After opening it, I found that the Tortoise series has been ranked 10th, so I renamed the Tortoise series (sorted by null values, so add a few more spaces in front of the name)
    Insert image description here
  4. Restart the computer

Principle
Windows Explorer Shell supports up to 15 Overlay Icons. Windows itself has used 4, so there are only 11 left for us to use.
If you have installed software such as OneDrive and Baidu Cloud Disk before, then there will be less available for us, and Tortoise will not be able to use it.
In a situation like this, we can adjust the alphabetical order of the icon names to improve the priority position, but similarly, if other software has a low priority, the icon may not be displayed

Guess you like

Origin blog.csdn.net/weixin_45136016/article/details/134339501