Wolverine_X-Man

Untitled

May 24th, 2024
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. Windows Registry Editor Version 5.00
  2.  
  3. ;File association fix for [.EXE] - Windows 7
  4. ;http://www.winhelponline.com/blog
  5.  
  6. [HKEY_CLASSES_ROOT\.EXE]
  7. @="exefile"
  8. "Content Type"="application/x-msdownload"
  9.  
  10. [HKEY_CLASSES_ROOT\.EXE\PersistentHandler]
  11. @="{098f2470-bae0-11cd-b579-08002b30bfeb}"
  12.  
  13. [HKEY_CLASSES_ROOT\exefile]
  14. @="Application"
  15. "EditFlags"=hex:38,07,00,00
  16. "FriendlyTypeName"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,\
  17. 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,\
  18. 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,\
  19. 00,2c,00,2d,00,31,00,30,00,31,00,35,00,36,00,00,00
  20.  
  21. [HKEY_CLASSES_ROOT\exefile\DefaultIcon]
  22. @="%1"
  23.  
  24. [HKEY_CLASSES_ROOT\exefile\shell\open]
  25. "EditFlags"=hex:00,00,00,00
  26.  
  27. [HKEY_CLASSES_ROOT\exefile\shell\open\command]
  28. @="\"%1\" %*"
  29. "IsolatedCommand"="\"%1\" %*"
  30.  
  31. [HKEY_CLASSES_ROOT\exefile\shell\runas]
  32. "HasLUAShield"=""
  33.  
  34. [HKEY_CLASSES_ROOT\exefile\shell\runas\command]
  35. @="\"%1\" %*"
  36. "IsolatedCommand"="\"%1\" %*"
  37.  
  38. [HKEY_CLASSES_ROOT\exefile\shell\runasuser]
  39. @="@shell32.dll,-50944"
  40. "Extended"=""
  41. "SuppressionPolicyEx"="{F211AA05-D4DF-4370-A2A0-9F19C09756A7}"
  42.  
  43. [HKEY_CLASSES_ROOT\exefile\shell\runasuser\command]
  44. "DelegateExecute"="{ea72d00e-4960-42fa-ba92-7792a7944c1d}"
  45.  
  46. [HKEY_CLASSES_ROOT\exefile\shellex\ContextMenuHandlers]
  47. @="Compatibility"
  48.  
  49. [HKEY_CLASSES_ROOT\exefile\shellex\ContextMenuHandlers\Compatibility]
  50. @="{1d27f844-3a1f-4410-85ac-14651078412d}"
  51.  
  52. [HKEY_CLASSES_ROOT\exefile\shellex\DropHandler]
  53. @="{86C86720-42A0-1069-A2E8-08002B30309D}"
  54.  
  55. [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.EXE\UserChoice]
  56.  
  57. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.EXE\OpenWithProgids]
  58. "exefile"=hex(0):
  59.  
Advertisement
Add Comment
Please, Sign In to add comment