TortoiseGit 状态图标不能正常显示

在网上找了很多资料都不能解决

后来找到一个写文件进入注册表的方法终于可以了,原文链接已经找不到了

[plain]  view plain copy
  1. Windows Registry Editor Version 5.00  
  2. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers]  
  3. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers\1TortoiseNormal]  
  4. @="{C5994560-53D9-4125-87C9-F193FC689CB2}"  
  5. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers\2TortoiseModified]  
  6. @="{C5994561-53D9-4125-87C9-F193FC689CB2}"  
  7. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers\3TortoiseConflict]  
  8. @="{C5994562-53D9-4125-87C9-F193FC689CB2}"  
  9. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers\4TortoiseLocked]  
  10. @="{C5994563-53D9-4125-87C9-F193FC689CB2}"  
  11. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers\5TortoiseReadOnly]  
  12. @="{C5994564-53D9-4125-87C9-F193FC689CB2}"  
  13. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers\6TortoiseDeleted]  
  14. @="{C5994565-53D9-4125-87C9-F193FC689CB2}"  
  15. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers\7TortoiseAdded]  
  16. @="{C5994566-53D9-4125-87C9-F193FC689CB2}"  
  17. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers\8TortoiseIgnored]  
  18. @="{C5994567-53D9-4125-87C9-F193FC689CB2}"  
  19. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers\9TortoiseUnversioned]  
  20. @="{C5994568-53D9-4125-87C9-F193FC689CB2}"  
  21. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers\Offline Files]  
  22. @="{750fdf0e-2a26-11d1-a3ea-080036587f03}"  


运行之后关闭explorer.exe ,然后再打开就可以了

地址:http://blog.csdn.net/boli1020/article/details/18614517

你可能感兴趣的:(git,注册表)