@echo off 
@echo 正在处理，请稍等！

rem REG DELETE HKEY_USERS\.DEFAULT\test /f

REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers\        Tortoise1Normal" /t REG_SZ /d {C5994560-53D9-4125-87C9-F193FC689CB2} /f"

REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers\        Tortoise2Modified" /t REG_SZ /d {C5994561-53D9-4125-87C9-F193FC689CB2} /f"

REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers\        Tortoise3Conflict" /t REG_SZ /d {C5994562-53D9-4125-87C9-F193FC689CB2} /f"

REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers\        Tortoise4Locked" /t REG_SZ /d {C5994563-53D9-4125-87C9-F193FC689CB2} /f"

REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers\        Tortoise5ReadOnly" /t REG_SZ /d {C5994564-53D9-4125-87C9-F193FC689CB2} /f"

REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers\        Tortoise6Deleted" /t REG_SZ /d {C5994565-53D9-4125-87C9-F193FC689CB2} /f"

REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers\        Tortoise7Added" /t REG_SZ /d {C5994566-53D9-4125-87C9-F193FC689CB2} /f"

REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers\        Tortoise8Ignored" /t REG_SZ /d {C5994567-53D9-4125-87C9-F193FC689CB2} /f"

REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers\        Tortoise9Unversioned" /t REG_SZ /d {C5994568-53D9-4125-87C9-F193FC689CB2} /f"

@echo 已完成！重启后即可显示。

rem REG DELETE HKEY_USERS\.DEFAULT\test /f HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers\  Tortoise1Normal

pause > nul