Advertisement
Tomalak

Windows VBScript Registration

Feb 4th, 2012
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
REG 3.69 KB | None | 0 0
  1. Windows Registry Editor Version 5.00
  2.  
  3. [HKEY_CLASSES_ROOT\VBSFile]
  4. "FriendlyTypeName"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,\
  5.   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,\
  6.   32,00,5c,00,77,00,73,00,68,00,65,00,78,00,74,00,2e,00,64,00,6c,00,6c,00,2c,\
  7.   00,2d,00,34,00,38,00,30,00,32,00,00,00
  8. ; @%SystemRoot%\System32\wshext.dll,-4802
  9. @="VBScript Script File"
  10.  
  11. [HKEY_CLASSES_ROOT\VBSFile\DefaultIcon]
  12. @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
  13.   00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,57,00,53,00,\
  14.   63,00,72,00,69,00,70,00,74,00,2e,00,65,00,78,00,65,00,2c,00,32,00,00,00
  15. ; %SystemRoot%\System32\WScript.exe,2
  16.  
  17. [HKEY_CLASSES_ROOT\VBSFile\ScriptEngine]
  18. @="VBScript"
  19.  
  20. [HKEY_CLASSES_ROOT\VBSFile\ScriptHostEncode]
  21. @="{85131631-480C-11D2-B1F9-00C04F86C324}"
  22.  
  23. [HKEY_CLASSES_ROOT\VBSFile\Shell]
  24. @="Open"
  25.  
  26. [HKEY_CLASSES_ROOT\VBSFile\Shell\Edit]
  27.  
  28. [HKEY_CLASSES_ROOT\VBSFile\Shell\Edit\Command]
  29. @=hex(2):22,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\
  30.   00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,4e,00,\
  31.   6f,00,74,00,65,00,70,00,61,00,64,00,2e,00,65,00,78,00,65,00,22,00,20,00,25,\
  32.   00,31,00,00,00
  33. ; "%SystemRoot%\System32\Notepad.exe" %1
  34.  
  35. [HKEY_CLASSES_ROOT\VBSFile\Shell\Open]
  36.  
  37. [HKEY_CLASSES_ROOT\VBSFile\Shell\Open\Command]
  38. @=hex(2):22,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\
  39.   00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,57,00,\
  40.   53,00,63,00,72,00,69,00,70,00,74,00,2e,00,65,00,78,00,65,00,22,00,20,00,22,\
  41.   00,25,00,31,00,22,00,20,00,25,00,2a,00,00,00
  42. ; "%SystemRoot%\System32\WScript.exe" "%1" %*
  43.  
  44. [HKEY_CLASSES_ROOT\VBSFile\Shell\Open2]
  45. @=hex(2):4f,00,70,00,65,00,6e,00,20,00,26,00,77,00,69,00,74,00,68,00,20,00,43,\
  46.   00,6f,00,6d,00,6d,00,61,00,6e,00,64,00,20,00,50,00,72,00,6f,00,6d,00,70,00,\
  47.   74,00,00,00
  48. ;Open &with Command Prompt
  49. "MUIVerb"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,\
  50.   6f,00,74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,\
  51.   00,77,00,73,00,68,00,65,00,78,00,74,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,\
  52.   34,00,35,00,31,00,31,00,00,00
  53. ;@%SystemRoot%\System32\wshext.dll,-4511
  54.  
  55. [HKEY_CLASSES_ROOT\VBSFile\Shell\Open2\Command]
  56. @=hex(2):22,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\
  57.   00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,43,00,\
  58.   53,00,63,00,72,00,69,00,70,00,74,00,2e,00,65,00,78,00,65,00,22,00,20,00,22,\
  59.   00,25,00,31,00,22,00,20,00,25,00,2a,00,00,00
  60. ; "%SystemRoot%\System32\CScript.exe" "%1" %*
  61.  
  62. [HKEY_CLASSES_ROOT\VBSFile\Shell\Print]
  63.  
  64. [HKEY_CLASSES_ROOT\VBSFile\Shell\Print\Command]
  65. @=hex(2):22,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\
  66.   00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,4e,00,\
  67.   6f,00,74,00,65,00,70,00,61,00,64,00,2e,00,65,00,78,00,65,00,22,00,20,00,2f,\
  68.   00,70,00,20,00,25,00,31,00,00,00
  69. ;"%SystemRoot%\System32\Notepad.exe" /p %1
  70.  
  71. [HKEY_CLASSES_ROOT\VBSFile\ShellEx]
  72.  
  73. [HKEY_CLASSES_ROOT\VBSFile\ShellEx\DropHandler]
  74. @="{60254CA5-953B-11CF-8C96-00AA00B8708C}"
  75.  
  76. [HKEY_CLASSES_ROOT\VBSFile\ShellEx\PropertySheetHandlers]
  77.  
  78. [HKEY_CLASSES_ROOT\VBSFile\ShellEx\PropertySheetHandlers\WSHProps]
  79. @="{60254CA5-953B-11CF-8C96-00AA00B8708C}"
  80.  
  81. ;------------------------------------------------------------------------------
  82.  
  83. [HKEY_CLASSES_ROOT\CLSID\{60254CA5-953B-11CF-8C96-00AA00B8708C}]
  84. @="Shell Extension For Windows Script Host"
  85.  
  86. [HKEY_CLASSES_ROOT\CLSID\{60254CA5-953B-11CF-8C96-00AA00B8708C}\InProcServer32]
  87. @="C:\\Windows\\system32\\wshext.dll"
  88. "ThreadingModel"="Apartment"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement