nandryshak

Registry exe fix

Apr 29th, 2012
986
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
REG 0.37 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\exefile\DefaultIcon]
  8. @="%1"
  9.  
  10. [HKEY_CLASSES_ROOT\exefile\shell]
  11.  
  12. [HKEY_CLASSES_ROOT\exefile\shell\open\command]
  13. @="\"%1\" %*"
  14.  
  15. [HKEY_CLASSES_ROOT\exefile\shell\runas]
  16.  
  17. [HKEY_CLASSES_ROOT\exefile\shell\runas\command]
  18. @="\"%1\" %*"
Advertisement
Add Comment
Please, Sign In to add comment