Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

137 lines
4.3 KiB

  1. REGEDIT4
  2. ; ------------------------------------------------------------------------
  3. ;Put the Shell extension in the Explorer NameSpace so it shows up on
  4. ; "My Computer"
  5. ;
  6. ; [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{BD84B380-8CA2-1069-AB1D-08000948F534}]
  7. ; ------------------------------------------------------------------------
  8. ; Here's the basic REG entries to make the explorer extension work.
  9. ;
  10. ; All file locations should be given ABSOLUTE paths during the install process.
  11. ;
  12. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{BD84B380-8CA2-1069-AB1D-08000948F534}]
  13. @="Fonts"
  14. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{BD84B380-8CA2-1069-AB1D-08000948F534}\InProcServer32]
  15. @="fontext.dll"
  16. "ThreadingModel"="Apartment"
  17. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{BD84B380-8CA2-1069-AB1D-08000948F534}\DefaultIcon]
  18. @="fontext.dll,-1"
  19. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{BD84B380-8CA2-1069-AB1D-08000948F534}\ShellFolder]
  20. "Attributes"=hex:40,01,00,00
  21. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{BD84B380-8CA2-1069-AB1D-08000948F534}\Hierarchical]
  22. @="0"
  23. ; ------------------------------------------------------------------------
  24. ; My shell extensions for .TTF files.
  25. ;
  26. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttffile\shellex]
  27. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttffile\shellex\ContextMenuHandlers]
  28. @="InstallMenu"
  29. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttffile\shellex\ContextMenuHandlers\InstallMenu]
  30. @="{BD84B380-8CA2-1069-AB1D-08000948F534}"
  31. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttffile\shellex\PropertySheetHandlers]
  32. @="FontInfo"
  33. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttffile\shellex\PropertySheetHandlers\FontInfo]
  34. @="{BD84B380-8CA2-1069-AB1D-08000948F534}"
  35. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttffile\shell]
  36. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttffile\shell\open]
  37. @="&Open"
  38. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttffile\shell\open\command]
  39. @="fontview.exe %1"
  40. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttffile\shell\print]
  41. @="&Print"
  42. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttffile\shell\print\command]
  43. @="fontview.exe /p %1"
  44. ; ------------------------------------------------------------------------
  45. ; My shell extensions for .TTC files.
  46. ;
  47. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.ttc]
  48. @="ttcfile"
  49. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttcfile]
  50. @="TrueType Font Collection"
  51. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttcfile\DefaultIcon]
  52. @="fontext.dll,-4"
  53. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttcfile\shellex]
  54. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttcfile\shellex\ContextMenuHandlers]
  55. @="InstallMenu"
  56. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttcfile\shellex\ContextMenuHandlers\InstallMenu]
  57. @="{BD84B380-8CA2-1069-AB1D-08000948F534}"
  58. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttcfile\shellex\PropertySheetHandlers]
  59. @="FontInfo"
  60. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttcfile\shellex\PropertySheetHandlers\FontInfo]
  61. @="{BD84B380-8CA2-1069-AB1D-08000948F534}"
  62. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttcfile\shell]
  63. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttcfile\shell\open]
  64. @="&Open"
  65. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttcfile\shell\open\command]
  66. @="fontview.exe %1"
  67. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttcfile\shell\print]
  68. @="&Print"
  69. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttcfile\shell\print\command]
  70. @="fontview.exe /p %1"
  71. ; ------------------------------------------------------------------------
  72. ; My shell extensions to FON files
  73. ;
  74. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\fonfile\shellex]
  75. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\fonfile\shellex\ContextMenuHandlers]
  76. @="InstallMenu"
  77. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\fonfile\shellex\ContextMenuHandlers\InstallMenu]
  78. @="{BD84B380-8CA2-1069-AB1D-08000948F534}"
  79. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\fonfile\shell]
  80. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\fonfile\shell\open]
  81. @="&Open"
  82. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\fonfile\shell\open\command]
  83. @="fontview.exe %1"
  84. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\fonfile\shell\print]
  85. @="&Print"
  86. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\fonfile\shell\print\command]
  87. @="fontview.exe /p %1"
  88. ; ------------------------------------------------------------------------
  89. ; Add the PANOSE mapper.
  90. ;
  91. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{BD84B381-8CA2-1069-AB1D-08000948F534}]
  92. @="PANOSE Core Mapper"
  93. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{BD84B381-8CA2-1069-AB1D-08000948F534}\InprocServer32]
  94. @="panmap.dll"
  95.