Advertisement
AyrA

HKCR exefile fix

Jul 20th, 2016
609
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
REG 2.07 KB | None | 0 0
  1. Windows Registry Editor Version 5.00
  2.  
  3. [HKEY_CLASSES_ROOT\.exe]
  4. @="exefile"
  5. "Content Type"="application/x-msdownload"
  6.  
  7. [HKEY_CLASSES_ROOT\.exe\PersistentHandler]
  8. @="{098f2470-bae0-11cd-b579-08002b30bfeb}"
  9.  
  10. [HKEY_CLASSES_ROOT\exefile]
  11. @="Application"
  12. "EditFlags"=hex:38,07,00,00
  13. "FriendlyTypeName"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,\
  14.   00,6f,00,6f,00,74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,\
  15.   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,\
  16.   00,2c,00,2d,00,31,00,30,00,31,00,35,00,36,00,00,00
  17.  
  18. [HKEY_CLASSES_ROOT\exefile\DefaultIcon]
  19. @="%1"
  20.  
  21. [HKEY_CLASSES_ROOT\exefile\shell]
  22.  
  23. [HKEY_CLASSES_ROOT\exefile\shell\open]
  24. "EditFlags"=hex:00,00,00,00
  25.  
  26. [HKEY_CLASSES_ROOT\exefile\shell\open\command]
  27. @="\"%1\" %*"
  28. "IsolatedCommand"="\"%1\" %*"
  29.  
  30. [HKEY_CLASSES_ROOT\exefile\shell\runas]
  31. "HasLUAShield"=""
  32.  
  33. [HKEY_CLASSES_ROOT\exefile\shell\runas\command]
  34. @="\"%1\" %*"
  35. "IsolatedCommand"="\"%1\" %*"
  36.  
  37. [HKEY_CLASSES_ROOT\exefile\shell\runasuser]
  38. @="@shell32.dll,-50944"
  39. "Extended"=""
  40. "SuppressionPolicyEx"="{F211AA05-D4DF-4370-A2A0-9F19C09756A7}"
  41.  
  42. [HKEY_CLASSES_ROOT\exefile\shell\runasuser\command]
  43. "DelegateExecute"="{ea72d00e-4960-42fa-ba92-7792a7944c1d}"
  44.  
  45. [HKEY_CLASSES_ROOT\exefile\shellex]
  46.  
  47. [HKEY_CLASSES_ROOT\exefile\shellex\ContextMenuHandlers]
  48. @="Compatibility"
  49.  
  50. [HKEY_CLASSES_ROOT\exefile\shellex\ContextMenuHandlers\CmdLineExt]
  51. @="{F0407C3D-349C-42B9-B83E-821E31623DF9}"
  52.  
  53. [HKEY_CLASSES_ROOT\exefile\shellex\ContextMenuHandlers\Compatibility]
  54. @="{1d27f844-3a1f-4410-85ac-14651078412d}"
  55.  
  56. [HKEY_CLASSES_ROOT\exefile\shellex\ContextMenuHandlers\NvAppShExt]
  57. @="{A929C4CE-FD36-4270-B4F5-34ECAC5BD63C}"
  58.  
  59. [HKEY_CLASSES_ROOT\exefile\shellex\ContextMenuHandlers\OpenGLShExt]
  60. @="{E97DEC16-A50D-49bb-AE24-CF682282E08D}"
  61.  
  62. [HKEY_CLASSES_ROOT\exefile\shellex\DropHandler]
  63. @="{86C86720-42A0-1069-A2E8-08002B30309D}"
  64.  
  65. [HKEY_CLASSES_ROOT\exefile\shellex\PropertySheetHandlers]
  66.  
  67. [HKEY_CLASSES_ROOT\exefile\shellex\PropertySheetHandlers\ShimLayer Property Page]
  68. @="{513D916F-2A8E-4F51-AEAB-0CBC76FB1AF8}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement