Advertisement
pbtmp

5 File Name Extension - defalut.reg

Nov 6th, 2023
1,132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
REG 2.34 KB | Source Code | 0 0
  1. Windows Registry Editor Version 5.00
  2.  
  3. ;bin
  4. [HKEY_CLASSES_ROOT\.bin]
  5. @="ico.bin"
  6. [HKEY_CLASSES_ROOT\ico.bin]
  7. @="bin File"
  8. [HKEY_CLASSES_ROOT\ico.bin\DefaultIcon]
  9. @="shell32.dll,-1004"
  10.  
  11. ;raw
  12. [HKEY_CLASSES_ROOT\.raw]
  13. @="ico.raw"
  14. [HKEY_CLASSES_ROOT\ico.raw]
  15. @="bin File (raw)"
  16. [HKEY_CLASSES_ROOT\ico.raw\DefaultIcon]
  17. @="shell32.dll,-289"
  18.  
  19. ;assets
  20. [HKEY_CLASSES_ROOT\.assets]
  21. @="icoUnityAssets"
  22. [HKEY_CLASSES_ROOT\icoUnityAssets]
  23. @="Unity Assets File"
  24. [HKEY_CLASSES_ROOT\icoUnityAssets\DefaultIcon]
  25. @="shell32.dll,-133"
  26.  
  27. ;resource
  28. [HKEY_CLASSES_ROOT\.resource]
  29. @="icoUnityResource"
  30. [HKEY_CLASSES_ROOT\icoUnityResource]
  31. @="Unity Resource File"
  32. [HKEY_CLASSES_ROOT\icoUnityResource\DefaultIcon]
  33. @="shell32.dll,-133"
  34.  
  35. ;ress
  36. [HKEY_CLASSES_ROOT\.ress]
  37. @="icoUnityRess"
  38. [HKEY_CLASSES_ROOT\icoUnityRess]
  39. @="Unity resS File"
  40. [HKEY_CLASSES_ROOT\icoUnityRess\DefaultIcon]
  41. @="shell32.dll,-133"
  42.  
  43. ;upk
  44. [HKEY_CLASSES_ROOT\.upk]
  45. @="icoUnrealUpk"
  46. [HKEY_CLASSES_ROOT\icoUnrealUpk]
  47. @=" Unreal Engine 3 Package"
  48. [HKEY_CLASSES_ROOT\icoUnrealUpk\DefaultIcon]
  49. @="shell32.dll,-133"
  50.  
  51. ;pak
  52. [HKEY_CLASSES_ROOT\.pak]
  53. @="icoUnrealPak"
  54. [HKEY_CLASSES_ROOT\icoUnrealPak]
  55. @=" Unreal Engine pak File"
  56. [HKEY_CLASSES_ROOT\icoUnrealPak\DefaultIcon]
  57. @="shell32.dll,-133"
  58.  
  59. ;xex
  60. [HKEY_CLASSES_ROOT\.xex]
  61. @="ico.xex"
  62. [HKEY_CLASSES_ROOT\ico.xex]
  63. @="Xbox 360 Executable File"
  64. [HKEY_CLASSES_ROOT\ico.xex\DefaultIcon]
  65. @="GamePanel.exe,-106"
  66. ;@="%SystemRoot%\\ImmersiveControlPanel\\images\\Gaming.png"
  67.  
  68. ;pkg
  69. [HKEY_CLASSES_ROOT\.pkg]
  70. @="ico.pkg"
  71. [HKEY_CLASSES_ROOT\ico.pkg]
  72. @="PlayStation packages File"
  73. [HKEY_CLASSES_ROOT\ico.pkg\DefaultIcon]
  74. @="shell32.dll,-302"
  75.  
  76. ;3dr
  77. [HKEY_CLASSES_ROOT\.3dr]
  78. @="ico.3dr"
  79. [HKEY_CLASSES_ROOT\ico.3dr]
  80. @="3D Ripper DX frame"
  81. [HKEY_CLASSES_ROOT\ico.3dr\DefaultIcon]
  82. @="C:\\Windows\\System32\\mmcndmgr.dll,-30623"
  83.  
  84. ;rip
  85. [HKEY_CLASSES_ROOT\.rip]
  86. @="ico.rip"
  87. [HKEY_CLASSES_ROOT\ico.rip]
  88. @="Ninja Ripper frame 1.7.1"
  89. [HKEY_CLASSES_ROOT\ico.rip\DefaultIcon]
  90. @="C:\\Windows\\System32\\mmcndmgr.dll,-30623"
  91.  
  92. ;nr
  93. [HKEY_CLASSES_ROOT\.nr]
  94. @="ico.nr"
  95. [HKEY_CLASSES_ROOT\ico.nr]
  96. @="Ninja Ripper frame 2"
  97. [HKEY_CLASSES_ROOT\ico.nr\DefaultIcon]
  98. @="C:\\Windows\\System32\\wmploc.DLL,-1110"
  99.  
  100. ;@="printui.dll,-424"
  101. ;@="C:\\Windows\\SystemApps\\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\\Assets\\MicrosoftEdgeEPUB.targetsize-336.png"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement