当前位置:   article > 正文

tortoisegit图标消失_git - TortoiseGit不显示图标覆盖 - 堆栈内存溢出

tortoisegit 注册列表没有图标覆盖项

前导空格的问题是,每次重新启动时,Dropbox都会在其注册表中添加另一个空格,并且总是比您领先一步。

因此,我计划在这篇文章 (由Christoph Zwerschke撰写)中找到一个python脚本,以在每次启动计算机时执行。 之后,您还必须重新启动资源管理器。

.bat将如下所示:

python iconOverlayFixer.py

taskkill /f /im explorer.exe

start explorer.exe

和python脚本:

#/usr/bin/python3

import os

import winreg as reg

# names of all overlay icons that shall be boosted:

boost = """

Tortoise1Normal

Tortoise2Modified

Tortoise3Conflict

Tortoise4Locked

Tortoise5ReadOnly

Tortoise6Deleted

Tortoise7Added

Tortoise8Ignored

Tortoise9Unversioned

"""

boost = set(boost.split())

with reg.OpenKey(reg.HKEY_LOCAL_MACHINE,

r'SOFTWARE\Microsoft\Windows\CurrentVersion'

r'\Explorer\ShellIconOv

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/木道寻08/article/detail/956949
推荐阅读
  

闽ICP备14008679号