Advertisement
Guest User

Untitled

a guest
May 26th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
REG 1.38 KB | None | 0 0
  1. Windows Registry Editor Version 5.00
  2.  
  3. [HKEY_LOCAL_MACHINE\SOFTWARE\BrowserName\Capabilities]
  4. "ApplicationDescription"="BrowserName"
  5. "ApplicationIcon"="C:\\Location\\To\\Your.exe,0"
  6. "ApplicationName"="BrowserName"
  7.  
  8. [HKEY_LOCAL_MACHINE\SOFTWARE\BrowserName\Capabilities\FileAssociations]
  9. ".htm"="BrowserNameURL"
  10. ".html"="BrowserNameURL"
  11. ".shtml"="BrowserNameURL"
  12. ".xht"="BrowserNameURL"
  13. ".xhtml"="BrowserNameURL"
  14.  
  15. [HKEY_LOCAL_MACHINE\SOFTWARE\BrowserName\Capabilities\URLAssociations]
  16. "ftp"="BrowserNameURL"
  17. "http"="BrowserNameURL"
  18. "https"="BrowserNameURL"
  19.  
  20. ; Register to Default Programs
  21.  
  22. [HKEY_LOCAL_MACHINE\SOFTWARE\RegisteredApplications]
  23. "BrowserName"="Software\\BrowserName\\Capabilities"
  24.  
  25. ; BrowserNameURL HANDLER:
  26.  
  27. [HKEY_LOCAL_MACHINE\Software\Classes\BrowserNameURL]
  28. @="BrowserName Document"
  29. "FriendlyTypeName"="BrowserName Document"
  30.  
  31. [HKEY_LOCAL_MACHINE\Software\Classes\BrowserNameURL\DefaultIcon]
  32. @="C:\\Location\\To\\Your.exe,0"
  33.  
  34. [HKEY_LOCAL_MACHINE\Software\Classes\BrowserNameURL\shell]
  35.  
  36. [HKEY_LOCAL_MACHINE\Software\Classes\BrowserNameURL\shell\open]
  37.  
  38. [HKEY_LOCAL_MACHINE\Software\Classes\BrowserNameURL\shell\open\command]
  39. @="\"C:\\Location\\To\\Your.exe" -- "$file$"
  40.  
  41.  
  42. [HKEY_CLASSES_ROOT\Applications\Reflector.exe]
  43. "FriendlyAppName"="BrowserName Document"
  44.  
  45. [HKEY_CLASSES_ROOT\Applications\Reflector.exe\DefaultIcon]
  46. @="C:\\Location\\To\\Your.exe,0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement