Guest User

Windows 7 .EXE Restore (copy to .reg file)

a guest
Nov 15th, 2012
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. Windows Registry Editor Version 5.00
  2.  
  3. [-HKEY_CLASSES_ROOT\.exe]
  4.  
  5. [HKEY_CLASSES_ROOT\.exe]
  6. @="exefile"
  7. "Content Type"="application/x-msdownload"
  8.  
  9. [HKEY_CLASSES_ROOT\.exe\PersistentHandler]
  10. @="{098f2470-bae0-11cd-b579-08002b30bfeb}"
  11.  
  12. [HKEY_CLASSES_ROOT\exefile]
  13. @="Application"
  14. "EditFlags"=hex:38,07,00,00
  15. "FriendlyTypeName"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,\
  16. 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,\
  17. 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,\
  18. 00,2c,00,2d,00,31,00,30,00,31,00,35,00,36,00,00,00
  19.  
  20. [HKEY_CLASSES_ROOT\exefile\DefaultIcon]
  21. @="%1"
  22.  
  23. [HKEY_CLASSES_ROOT\exefile\shell]
  24.  
  25. [HKEY_CLASSES_ROOT\exefile\shell\open]
  26. "EditFlags"=hex:00,00,00,00
  27.  
  28. [HKEY_CLASSES_ROOT\exefile\shell\open\command]
  29. @="\"%1\" %*"
  30. "IsolatedCommand"="\"%1\" %*"
  31.  
  32. [HKEY_CLASSES_ROOT\exefile\shell\runas]
  33. "HasLUAShield"=""
  34.  
  35. [HKEY_CLASSES_ROOT\exefile\shell\runas\command]
  36. @="\"%1\" %*"
  37. "IsolatedCommand"="\"%1\" %*"
  38.  
  39. [HKEY_CLASSES_ROOT\exefile\shell\runasuser]
  40. @="@shell32.dll,-50944"
  41. "Extended"=""
  42. "SuppressionPolicyEx"="{F211AA05-D4DF-4370-A2A0-9F19C09756A7}"
  43.  
  44. [HKEY_CLASSES_ROOT\exefile\shell\runasuser\command]
  45. "DelegateExecute"="{ea72d00e-4960-42fa-ba92-7792a7944c1d}"
  46.  
  47. [HKEY_CLASSES_ROOT\exefile\shellex]
  48.  
  49. [HKEY_CLASSES_ROOT\exefile\shellex\ContextMenuHandlers]
  50. @="Compatibility"
  51.  
  52. [HKEY_CLASSES_ROOT\exefile\shellex\ContextMenuHandlers\Compatibility]
  53. @="{1d27f844-3a1f-4410-85ac-14651078412d}"
  54.  
  55. [HKEY_CLASSES_ROOT\exefile\shellex\DropHandler]
  56. @="{86C86720-42A0-1069-A2E8-08002B30309D}"
  57.  
  58. [-HKEY_CLASSES_ROOT\SystemFileAssociations\.exe]
  59.  
  60. [HKEY_CLASSES_ROOT\SystemFileAssociations\.exe]
  61. "FullDetails"="prop:System.PropGroup.Description;System.FileDescription;System.ItemTypeText;System.FileVersion;System.Software.ProductName;System.Software.ProductVersion;System.Copyright;*System.Category;*System.Comment;System.Size;System.DateModified;System.Language;*System.Trademarks;*System.OriginalFileName"
  62. "InfoTip"="prop:System.FileDescription;System.Company;System.FileVersion;System.DateCreated;System.Size"
  63. "TileInfo"="prop:System.FileDescription;System.Company;System.FileVersion;System.DateCreated;System.Size"
  64.  
  65. [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.exe]
  66.  
  67. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.exe]
  68.  
  69. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.exe\OpenWithList]
  70.  
  71. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.exe\OpenWithProgids]
  72. "exefile"=hex(0):
  73.  
  74. [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.exe]
  75.  
  76. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.exe]
  77. @="exefile"
  78. "Content Type"="application/x-msdownload"
  79.  
  80. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.exe\PersistentHandler]
  81. @="{098f2470-bae0-11cd-b579-08002b30bfeb}"
Add Comment
Please, Sign In to add comment