Einzelnen Beitrag anzeigen

Benutzerbild von ATS3788
ATS3788

Registriert seit: 18. Mär 2004
Ort: Kriftel
646 Beiträge
 
Delphi XE Starter
 
#4

AW: Manipulation von Verzeichnissen - Folder

  Alt 25. Sep 2015, 14:27
Ich habe mal den Source von
Tortoise heruntergeladen
und das gefunden


Zitat:
Windows Registry Editor Version 5.00

;this reg file moves the TortoiseCVS icon overlay handler keys from being
;registered with explorer to being registered with the TortoiseOverlays handler.

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\ShellIconOverlayIdentifiers]


[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\ShellIconOverlayIdentifiers\To rtoiseCVS0]
@="{5d1cb710-1c4b-11d4-bed5-005004b1f42f}"

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\ShellIconOverlayIdentifiers\To rtoiseCVS1]
@="{5d1cb711-1c4b-11d4-bed5-005004b1f42f}"

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\ShellIconOverlayIdentifiers\To rtoiseCVS2]
@="{5d1cb712-1c4b-11d4-bed5-005004b1f42f}"

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\ShellIconOverlayIdentifiers\To rtoiseCVS3]
@="{5d1cb713-1c4b-11d4-bed5-005004b1f42f}"

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\ShellIconOverlayIdentifiers\To rtoiseCVS4]
@="{5d1cb714-1c4b-11d4-bed5-005004b1f42f}"

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\ShellIconOverlayIdentifiers\To rtoiseCVS5]
@="{5d1cb715-1c4b-11d4-bed5-005004b1f42f}"

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\ShellIconOverlayIdentifiers\To rtoiseCVS6]
@="{5d1cb716-1c4b-11d4-bed5-005004b1f42f}"


[HKEY_LOCAL_MACHINE\SOFTWARE\TortoiseOverlays\Norma l]
"CVS"="{5d1cb710-1c4b-11d4-bed5-005004b1f42f}"

[HKEY_LOCAL_MACHINE\SOFTWARE\TortoiseOverlays\Modif ied]
"CVS"="{5d1cb711-1c4b-11d4-bed5-005004b1f42f}"

[HKEY_LOCAL_MACHINE\SOFTWARE\TortoiseOverlays\Unver sioned]
"CVS"="{5d1cb712-1c4b-11d4-bed5-005004b1f42f}"

[HKEY_LOCAL_MACHINE\SOFTWARE\TortoiseOverlays\Confl ict]
"CVS"="{5d1cb713-1c4b-11d4-bed5-005004b1f42f}"

[HKEY_LOCAL_MACHINE\SOFTWARE\TortoiseOverlays\ReadO nly]
"CVS"="{5d1cb714-1c4b-11d4-bed5-005004b1f42f}"

[HKEY_LOCAL_MACHINE\SOFTWARE\TortoiseOverlays\Ignor ed]
"CVS"="{5d1cb715-1c4b-11d4-bed5-005004b1f42f}"

[HKEY_LOCAL_MACHINE\SOFTWARE\TortoiseOverlays\Added]
"CVS"="{5d1cb716-1c4b-11d4-bed5-005004b1f42f}"
Zitat:
;this reg file moves the TortoiseSVN icon overlay handler keys from being
;registered with explorer to being registered with the TortoiseOverlays handler.
;it should only be used with version that do not already use the new handler
;(currently (Monday, January 28, 2008) only recent nightlies use the new handler)
;tested with 1.4.7

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\ShellIconOverlayIdentifiers]


[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\ShellIconOverlayIdentifiers\1T ortoiseSVN]
@="{30351346-7B7D-4FCC-81B4-1E394CA267EB}"

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\ShellIconOverlayIdentifiers\2T ortoiseSVN]
@="{30351347-7B7D-4FCC-81B4-1E394CA267EB}"

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\ShellIconOverlayIdentifiers\3T ortoiseSVN]
@="{30351348-7B7D-4FCC-81B4-1E394CA267EB}"

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\ShellIconOverlayIdentifiers\4T ortoiseSVN]
@="{3035134B-7B7D-4FCC-81B4-1E394CA267EB}"

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\ShellIconOverlayIdentifiers\5T ortoiseSVN]
@="{3035134C-7B7D-4FCC-81B4-1E394CA267EB}"

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\ShellIconOverlayIdentifiers\6T ortoiseSVN]
@="{3035134D-7B7D-4FCC-81B4-1E394CA267EB}"

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\ShellIconOverlayIdentifiers\7T ortoiseSVN]
@="{3035134E-7B7D-4FCC-81B4-1E394CA267EB}"


[HKEY_LOCAL_MACHINE\SOFTWARE\TortoiseOverlays\Norma l]
"SVN"="{30351346-7B7D-4FCC-81B4-1E394CA267EB}"

[HKEY_LOCAL_MACHINE\SOFTWARE\TortoiseOverlays\Modif ied]
"SVN"="{30351347-7B7D-4FCC-81B4-1E394CA267EB}"

[HKEY_LOCAL_MACHINE\SOFTWARE\TortoiseOverlays\Confl ict]
"SVN"="{30351348-7B7D-4FCC-81B4-1E394CA267EB}"

[HKEY_LOCAL_MACHINE\SOFTWARE\TortoiseOverlays\Locke d]
"SVN"="{3035134D-7B7D-4FCC-81B4-1E394CA267EB}"

[HKEY_LOCAL_MACHINE\SOFTWARE\TortoiseOverlays\ReadO nly]
"SVN"="{3035134B-7B7D-4FCC-81B4-1E394CA267EB}"

[HKEY_LOCAL_MACHINE\SOFTWARE\TortoiseOverlays\Delet ed]
"SVN"="{3035134C-7B7D-4FCC-81B4-1E394CA267EB}"

[HKEY_LOCAL_MACHINE\SOFTWARE\TortoiseOverlays\Added]
"SVN"="{3035134E-7B7D-4FCC-81B4-1E394CA267EB}"
mal sehen ob das nützlich ist
Martin MIchael
  Mit Zitat antworten Zitat