Skip to content

Instantly share code, notes, and snippets.

@IchHabRecht
Created September 17, 2013 20:42
Show Gist options
  • Save IchHabRecht/6600320 to your computer and use it in GitHub Desktop.
Save IchHabRecht/6600320 to your computer and use it in GitHub Desktop.
Automatic creation of ENABLE_INSTALL_TOOL for TYPO3 CMS
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.typo3]
@="typo3file"
[HKEY_CLASSES_ROOT\.typo3\typo3file]
[HKEY_CLASSES_ROOT\.typo3\typo3file\ShellNew]
"NullFile"=""
[HKEY_CLASSES_ROOT\.typo3\typo3file\ShellNew\Config]
"NoExtension"=""
[HKEY_CLASSES_ROOT\typo3file]
@="ENABLE_INSTALL_TOOL"
"FriendlyTypeName"="ENABLE_INSTALL_TOOL"
[HKEY_CLASSES_ROOT\typo3file\DefaultIcon]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,00,\
65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,31,00,35,\
00,32,00,00,00
[HKEY_CLASSES_ROOT\typo3file\shell]
@="open"
[HKEY_CLASSES_ROOT\typo3file\shell\open]
@="Open"
[HKEY_CLASSES_ROOT\typo3file\shell\open\command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,4e,00,4f,00,\
54,00,45,00,50,00,41,00,44,00,2e,00,45,00,58,00,45,00,20,00,25,00,31,00,00,\
00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment