Advertisement
Guest User

Código de Exemplo do Portable Registrator

a guest
Apr 8th, 2022
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.09 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <Configuration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3. <AppTypes>
  4. <AppType>
  5. <Name>Navegador da Web</Name>
  6. <OpenParameters>-url "%1"</OpenParameters>
  7. <FileAssociations>
  8. <string>.htm</string>
  9. <string>.html</string>
  10. <string>.shtml</string>
  11. <string>.xht</string>
  12. <string>.xhtml</string>
  13. </FileAssociations>
  14. <URLAssociations>
  15. <string>http</string>
  16. <string>https</string>
  17. <string>ftp</string>
  18. </URLAssociations>
  19. </AppType>
  20. <AppType>
  21. <Name>Programa de Email</Name>
  22. <OpenParameters>"%1"</OpenParameters>
  23. <FileAssociations>
  24. <string>.xpi</string>
  25. <string>.eml</string>
  26. <string>.msg</string>
  27. <string>.ics</string>
  28. <string>.mbox</string>
  29. </FileAssociations>
  30. <URLAssociations>
  31. <string>mailto</string>
  32. </URLAssociations>
  33. </AppType>
  34. <AppType>
  35. <Name>Player de vídeo</Name>
  36. <OpenParameters>"%1"</OpenParameters>
  37. <FileAssociations>
  38. <string>.m3u8</string>
  39. <string>.mp4</string>
  40. </FileAssociations>
  41. <URLAssociations>
  42. <string>m3u8</string>
  43. <string>mp4</string>
  44. </URLAssociations>
  45. </AppType>
  46. <AppType>
  47. <Name>Excel</Name>
  48. <OpenParameters>"%1"</OpenParameters>
  49. <FileAssociations>
  50. <string>.xls</string>
  51. <string>.xlsb</string>
  52. <string>.xlsm</string>
  53. <string>.xlsx</string>
  54. <string>.xlt</string>
  55. <string>.ods</string>
  56. <string>.xltm</string>
  57. <string>.xltx</string>
  58. <string>.xlt</string>
  59. </FileAssociations>
  60. <URLAssociations>
  61. <string>view</string>
  62. </URLAssociations>
  63. </AppType>
  64.  
  65. <AppType>
  66. <Name>Word</Name>
  67. <OpenParameters>"%1"</OpenParameters>
  68. <FileAssociations>
  69. <string>.doc</string>
  70. <string>.docx</string>
  71. <string>.dot</string>
  72. <string>.dotx</string>
  73. <string>.dotm</string>
  74. <string>.odt</string>
  75. </FileAssociations>
  76. <URLAssociations>
  77. <string>view</string>
  78. </URLAssociations>
  79. </AppType>
  80.  
  81. <AppType>
  82. <Name>PowerPoint</Name>
  83. <OpenParameters>"%1"</OpenParameters>
  84. <FileAssociations>
  85. <string>.odp</string>
  86. <string>.otp</string>
  87. <string>.pot</string>
  88. <string>.potm</string>
  89. <string>.potx</string>
  90. <string>.pps</string>
  91. <string>.ppsx</string>
  92. <string>.ppt</string>
  93. <string>.pptm</string>
  94. <string>.pptx</string>
  95. <string>.odt</string>
  96. <string>.odp</string>
  97. <string>.otp</string>
  98. </FileAssociations>
  99. <URLAssociations>
  100. <string>view</string>
  101. </URLAssociations>
  102. </AppType>
  103.  
  104. <AppType>
  105. <Name>Compactador de arquivos</Name>
  106. <OpenParameters>"%1"</OpenParameters>
  107. <FileAssociations>
  108. <string>.7zip</string>
  109. <string>.zip</string>
  110. <string>.rar</string>
  111. <string>.gz</string>
  112. <string>.cab</string>
  113. </FileAssociations>
  114. <URLAssociations>
  115. <string>view</string>
  116. </URLAssociations>
  117. </AppType>
  118.  
  119. <AppType>
  120. <Name>Visualizador de fotos</Name>
  121. <OpenParameters>"%1"</OpenParameters>
  122. <FileAssociations>
  123. <string>.jpg</string>
  124. <string>.gif</string>
  125. <string>.bmp</string>
  126. <string>.png</string>
  127. <string>.ico</string>
  128. </FileAssociations>
  129. <URLAssociations>
  130. <string>view</string>
  131. </URLAssociations>
  132. </AppType>
  133.  
  134.  
  135. </AppTypes>
  136. </Configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement