home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2003 November / PCWELT_11_2003.ISO / pcwsoft / Pebuilder305.z.exe / pebuilder.inf < prev    next >
Encoding:
INI File  |  2003-09-02  |  65.8 KB  |  912 lines

  1. ; PE Builder v2 INF file
  2. ; Created by Bart Lagerweij
  3. ; http://www.nu2.nu/pebuilder/
  4. ;
  5. ; [SourceDisksFiles]
  6. ; Section SourceDisksFiles is in the following format:
  7. ; <filename>=<directory id>[, <filenameRenamed>]
  8. ; where...
  9. ;   <filename> is the file to copy.
  10. ;   <directory id> is the target directory number. These entries are taken from
  11. ;   the [WinntDirectories] sections.
  12. ;   See the windows layout.inf file section [WinntDirectories] for a list of
  13. ;   standard windows directory id's.
  14. ;   <filenameRenamed> is the target filename if renaming is needed.
  15. ;
  16. ; PE Builder uses directory id's starting from 30000
  17. ; Where id 30000 is used for the output "root"
  18. ; 30001 and up are dynamically used by PE Builder.
  19. ;
  20. ; [WinntDirectories]
  21. ; Section WinntDirectories is in the following format:
  22. ; <dir id>=<dirname>[, <attr>]
  23. ; where...
  24. ;   <dir id> is the directory number (id)
  25. ;     Use 0 (zero) for auto-number, usefull in some plugins...
  26. ;   <dir name> is the name of the directory. If the name contains spaces put
  27. ;   double quotes "around it".
  28. ;   <attr> numeric value to set some flags for this directory (just add them).
  29. ;   Bit: 128 64 32 16 8 4 2 1
  30. ;                         ! +- Always create this directory (even when empty)
  31. ;                         +--- Create dir. from (output) root (not in \i386)
  32. ;   Only values 2 and 1 are used at this time...
  33. ;   Default value for attr is 0.
  34. ;
  35. ; [Software.AddReg]
  36. ; [Software.DelReg]
  37. ; [SetupReg.AddReg]
  38. ; [Default.AddReg]
  39. ; [Default.DelReg]
  40. ; Modify the "Software", "SetupReg.hiv" and "Default" registry hives.
  41. ; AddReg section is in the following format:
  42. ; <regType>, <regKey>, <regValue>, <regData>
  43. ; where...
  44. ;   <regType> specifies the type of information to be stored as the valueÆs 
  45. ;   data. This parameter can be one of the following values:
  46. ;   0x0, (REG_NONE) create the key only, no value
  47. ;   0x1, (REG_SZ) string
  48. ;   0x2, (REG_EXPAND_SZ) string (with environment variable references)
  49. ;   0x3, (REG_BINARY) binary data
  50. ;   0x4, (REG_DWORD) 32-bit number
  51. ;   0x7, (REG_MULTI_SZ) multiple strings
  52. ;   * Note: <regType> must start with "0x"!
  53. ;   <regKey> specifies the name of the key as string.
  54. ;   <regValue> specfies the name of the value as string.
  55. ;   <regData> The actual data.
  56. ;   Some samples:
  57. ;   0x1, "Microsoft\Windows NT\CurrentVersion\Fonts", "Tahoma (TrueType)",
  58. ;     "TAHOMA.TTF"
  59. ;   0x2, "Control Panel\desktop", "WallPaper", "%systemroot%\system32\nu2.bmp"
  60. ;   0x3, "ControlSet001\Control\TimeZoneInformation", "DaylightStart",\
  61. ;     00,00,04,00,00,01,00,02,00,00,00,00,00,00,00,00
  62. ;   0x4, "ControlSet001\Control\GraphicsDrivers\DCI", "Timeout", 0x7
  63. ;   0x7, "ControlSet001\Services\VgaSave\Device0", "InstalledDisplayDrivers",
  64. ;     "vga", "framebuf", "vga256", "vga64k"
  65. ;   
  66. ; DelReg section is in the following format:
  67. ; <regKey>[, <regValue>]
  68. ; where...
  69. ;   <regKey> specifies the name of the key (including all values) to delete
  70. ;   as string.
  71. ;   <regValue> specifies the name of the value to delete as string.
  72. ;
  73. ; [AddLine]
  74. ; [AddLine.<build>]
  75. ; AddLine section is in the following format:
  76. ; <Filename>,<Section>,<StringToAdd>
  77. ;
  78. ; [DelLine]
  79. ; [DelLine.<build>]
  80. ; DelLine section is in the following format:
  81. ; <Filename>,<Section>,<StringToDel>
  82. ;
  83. ; [SetValue]
  84. ; [SetValue.<build>]
  85. ; SetValue section is in the following format:
  86. ; <Filename>,<Section>,<Key>,<Value>
  87. ; Use <Filename>,<Section>,<Key> to remove a key
  88. ; Use <Filename>,<Section> to remove a complete section
  89.  
  90. [Version]
  91. Signature= "$Windows NT$"
  92.  
  93. [SourceDisksFiles]
  94. biosinfo.inf=2
  95. default=3
  96. halaacpi.dll=2
  97. halacpi.dll=2
  98. halapic.dll=2
  99. netmscli.inf=20
  100. netnb.inf=20
  101. nettcpip.inf=20
  102. ntoskrnl.exe=2,ntkrnlmp.exe
  103. nu2.bmp=2
  104. sam.log=3
  105. sam=3
  106. security.log=3
  107. security=3
  108. setupldr.bin=1
  109. setupreg.hiv=2
  110. software.log=3
  111. software=3
  112. startnet.cmd=2
  113. txtsetup.sif=1
  114. vga850.fon=22
  115. vgaoem.fon=22
  116. winbom.ini=1
  117. winbom.ini=30000
  118. winpeoem.sif=2
  119. wordpad.exe=2
  120. mspaint.exe=2
  121. calc.exe=2
  122. nslookup.exe=2
  123. tracert.exe=2
  124.  
  125. ; --- create a root directory ---
  126. ; Do not change this entry!!!
  127. [WinntDirectories]
  128. 30000="\",2
  129. ; --- /create a root directory ---
  130.  
  131. ; --- document and settings ---
  132. [WinntDirectories]
  133. 29000="documents and settings",3
  134. 29001="documents and settings\all users",3
  135. 29002="documents and settings\all users\desktop",3
  136. 29003="documents and settings\default user",3
  137. 29004="documents and settings\default user\desktop",3
  138. ; --- /document and settings ---
  139.  
  140. [Software.AddReg]
  141. 0x0, "Classes\CLSID\{AEB84C83-95DC-11D0-B7FC-B61140119C4A}\Control"
  142. 0x0, "Classes\CLSID\{AEB84C84-95DC-11D0-B7FC-B61140119C4A}\InprocServer32"
  143. 0x0, "Microsoft\MMC\SnapIns\{dbfca500-8c31-11d0-aa2c-00a0c92749a3}\NodeTypes"
  144. 0x0, "Microsoft\MMC\SnapIns\{dbfca500-8c31-11d0-aa2c-00a0c92749a3}\NodeTypes\{312B59C1-4002-11d0-96F8-00A0C9191601}"
  145. 0x0, "Microsoft\MMC\SnapIns\{dbfca500-8c31-11d0-aa2c-00a0c92749a3}\StandAlone"
  146. 0x1, "Microsoft\MMC\NodeTypes\{312B59C1-4002-11d0-96F8-00A0C9191601}", "", ""
  147. 0x1, "Microsoft\MMC\SnapIns\{dbfca500-8c31-11d0-aa2c-00a0c92749a3}", "NameString", "Disk Management"
  148. 0x1, "Microsoft\MMC\SnapIns\{dbfca500-8c31-11d0-aa2c-00a0c92749a3}", "NameStringIndirect", "@dmdskres.dll,-65535"
  149. 0x1, "Microsoft\MMC\SnapIns\{dbfca500-8c31-11d0-aa2c-00a0c92749a3}", "NodeType", "{312B59C1-4002-11d0-96F8-00A0C9191601}"
  150. 0x1, "Microsoft\MMC\SnapIns\{dbfca500-8c31-11d0-aa2c-00a0c92749a3}", "Provider", "Microsoft Corp., VERITAS Software Corp."
  151. 0x1, "Microsoft\MMC\SnapIns\{dbfca500-8c31-11d0-aa2c-00a0c92749a3}", "Version", "1.0"
  152. 0x1, "Microsoft\MMC\SnapIns\{dbfca500-8c31-11d0-aa2c-00a0c92749a3}", "About", "{FAC1D9C0-0296-11d1-A840-00A0C92C9D5D}"
  153. 0x1, "Microsoft\MMC\SnapIns\{8EAD3A12-B2C1-11d0-83AA-00A0C92C9D5D}", "NameString", "Disk Management Extension"
  154. 0x1, "Microsoft\MMC\SnapIns\{8EAD3A12-B2C1-11d0-83AA-00A0C92C9D5D}", "About", "{FAC1D9C0-0296-11d1-A840-00A0C92C9D5D}"
  155. 0x1, "Microsoft\MMC\NodeTypes\{476e644a-aaff-11d0-b944-00c04fd8d5b0}\Extensions\NameSpace", "{8EAD3A12-B2C1-11d0-83AA-00A0C92C9D5D}", "Disk Management Extension"
  156. 0x1, "Classes\Typelib\{AEB84C80-95DC-11D0-B7FC-B61140119C4A}\1.0", "", "Disk Management Snap-In Object Library"
  157. 0x2, "Classes\Typelib\{AEB84C80-95DC-11D0-B7FC-B61140119C4A}\1.0\0\win32", "", "%SystemRoot%\System32\dmview.ocx"
  158. 0x1, "Classes\Typelib\{AEB84C80-95DC-11D0-B7FC-B61140119C4A}\1.0\FLAGS", "", "2"
  159. 0x1, "Classes\Typelib\{AEB84C80-95DC-11D0-B7FC-B61140119C4A}\1.0\HELPDIR", "", ""
  160. 0x1, "Classes\DiskManagement.Control", "", "DiskManagement.Control"
  161. 0x1, "Classes\DiskManagement.Control\CLSID", "", "{AEB84C83-95DC-11D0-B7FC-B61140119C4A}"
  162. 0x1, "Classes\DiskManagement.UITasks", "", "DiskManagement.UITasks"
  163. 0x1, "Classes\DiskManagement.UITasks\CLSID", "", "{7086AD76-44BD-11D0-81ED-00A0C90FC491}"
  164. 0x1, "Classes\DiskManagement.SnapInExtension", "", "DiskManagement.SnapInExtension"
  165. 0x1, "Classes\DiskManagement.SnapInExtension\CLSID", "", "{8EAD3A12-B2C1-11d0-83AA-00A0C92C9D5D}"
  166. 0x1, "Classes\DiskManagement.DataObject", "", "DiskManagement.DataObject"
  167. 0x1, "Classes\DiskManagement.DataObject\CLSID", "", "{E13B6688-3F39-11D0-96F6-00A0C9191601}"
  168. 0x1, "Classes\DiskManagement.SnapIn", "", "DiskManagement.SnapIn"
  169. 0x1, "Classes\DiskManagement.SnapIn\CLSID", "", "{E13B6686-3F39-11D0-96F6-00A0C9191601}"
  170. 0x1, "Classes\DiskManagement.SnapInComponent", "", "DiskManagement.SnapInComponent"
  171. 0x1, "Classes\DiskManagement.SnapInComponent\CLSID", "", "{DBFCA500-8C31-11D0-AA2C-00A0C92749A3}"
  172. 0x1, "Classes\DiskManagement.SnapInAbout", "", "DiskManagement.SnapInAbout"
  173. 0x1, "Classes\DiskManagement.SnapInAbout\CLSID", "", "{FAC1D9C0-0296-11D1-A840-00A0C92C9D5D}"
  174. 0x1, "Classes\DiskManagement.Connection", "", "DiskManagement.Connection"
  175. 0x1, "Classes\DiskManagement.Connection\CLSID", "", "{FD78D554-4C6E-11D0-970D-00A0C9191601}"
  176. 0x1, "Classes\CLSID\{7086AD76-44BD-11D0-81ED-00A0C90FC491}", "", "DiskManagement.UITasks"
  177. 0x2, "Classes\CLSID\{7086AD76-44BD-11D0-81ED-00A0C90FC491}\InProcServer32", "", "%SystemRoot%\System32\dmdlgs.dll"
  178. 0x1, "Classes\CLSID\{7086AD76-44BD-11D0-81ED-00A0C90FC491}\ProgID", "", "DiskManagement.UITasks"
  179. 0x1, "Classes\CLSID\{8EAD3A12-B2C1-11d0-83AA-00A0C92C9D5D}", "", "DiskManagement.SnapInExtension"
  180. 0x2, "Classes\CLSID\{8EAD3A12-B2C1-11d0-83AA-00A0C92C9D5D}\InProcServer32", "", "%SystemRoot%\System32\dmdskmgr.dll"
  181. 0x1, "Classes\CLSID\{8EAD3A12-B2C1-11d0-83AA-00A0C92C9D5D}\InProcServer32", "ThreadingModel", "Apartment"
  182. 0x1, "Classes\CLSID\{8EAD3A12-B2C1-11d0-83AA-00A0C92C9D5D}\ProgID", "", "DiskManagement.SnapInExtension"
  183. 0x1, "Classes\CLSID\{AEB84C83-95DC-11D0-B7FC-B61140119C4A}", "", "DiskManagement.Control"
  184. 0x2, "Classes\CLSID\{AEB84C83-95DC-11D0-B7FC-B61140119C4A}\InProcServer32", "", "%SystemRoot%\System32\dmview.ocx"
  185. 0x1, "Classes\CLSID\{AEB84C83-95DC-11D0-B7FC-B61140119C4A}\InProcServer32", "ThreadingModel", "Apartment"
  186. 0x1, "Classes\CLSID\{AEB84C83-95DC-11D0-B7FC-B61140119C4A}\ProgID", "", "DiskManagement.Control"
  187. 0x1, "Classes\CLSID\{AEB84C83-95DC-11D0-B7FC-B61140119C4A}\TypeLib", "", "{AEB84C80-95DC-11D0-B7FC-B61140119C4A}"
  188. 0x2, "Classes\CLSID\{AEB84C83-95DC-11D0-B7FC-B61140119C4A}\ToolboxBitmap32", "", "%SystemRoot%\System32\dmview.ocx,1"
  189. 0x1, "Classes\CLSID\{AEB84C83-95DC-11D0-B7FC-B61140119C4A}\Version", "", "1.0"
  190. 0x1, "Classes\CLSID\{AEB84C83-95DC-11D0-B7FC-B61140119C4A}\MiscStatus", "", "0"
  191. 0x1, "Classes\CLSID\{AEB84C83-95DC-11D0-B7FC-B61140119C4A}\MiscStatus\1", "", "131473"
  192. 0x1, "Classes\CLSID\{AEB84C84-95DC-11D0-B7FC-B61140119C4A}", "", "DiskManagement.Property Page"
  193. 0x1, "Classes\CLSID\{DBFCA500-8C31-11D0-AA2C-00A0C92749A3}", "", "DiskManagement.SnapInComponent"
  194. 0x2, "Classes\CLSID\{DBFCA500-8C31-11D0-AA2C-00A0C92749A3}\InProcServer32", "", "%SystemRoot%\System32\dmdskmgr.dll"
  195. 0x1, "Classes\CLSID\{DBFCA500-8C31-11D0-AA2C-00A0C92749A3}\InProcServer32", "ThreadingModel", "Apartment"
  196. 0x1, "Classes\CLSID\{DBFCA500-8C31-11D0-AA2C-00A0C92749A3}\ProgID", "", "DiskManagement.SnapInComponent"
  197. 0x1, "Classes\CLSID\{E13B6686-3F39-11D0-96F6-00A0C9191601}", "", "DiskManagement.SnapIn"
  198. 0x2, "Classes\CLSID\{E13B6686-3F39-11D0-96F6-00A0C9191601}\InProcServer32", "", "%SystemRoot%\System32\dmdskmgr.dll"
  199. 0x1, "Classes\CLSID\{E13B6686-3F39-11D0-96F6-00A0C9191601}\InProcServer32", "ThreadingModel", "Apartment"
  200. 0x1, "Classes\CLSID\{E13B6686-3F39-11D0-96F6-00A0C9191601}\ProgID", "", "DiskManagement.SnapIn"
  201. 0x1, "Classes\CLSID\{E13B6688-3F39-11D0-96F6-00A0C9191601}", "", "DiskManagement.DataObject"
  202. 0x2, "Classes\CLSID\{E13B6688-3F39-11D0-96F6-00A0C9191601}\InProcServer32", "", "%SystemRoot%\System32\dmdskmgr.dll"
  203. 0x1, "Classes\CLSID\{E13B6688-3F39-11D0-96F6-00A0C9191601}\InProcServer32", "ThreadingModel", "Apartment"
  204. 0x1, "Classes\CLSID\{E13B6688-3F39-11D0-96F6-00A0C9191601}\ProgID", "", "DiskManagement.DataObject"
  205. 0x1, "Classes\CLSID\{FAC1D9C0-0296-11D1-A840-00A0C92C9D5D}", "", "DiskManagement.SnapInAbout"
  206. 0x2, "Classes\CLSID\{FAC1D9C0-0296-11D1-A840-00A0C92C9D5D}\InProcServer32", "", "%SystemRoot%\System32\dmdskmgr.dll"
  207. 0x1, "Classes\CLSID\{FAC1D9C0-0296-11D1-A840-00A0C92C9D5D}\InProcServer32", "ThreadingModel", "Apartment"
  208. 0x1, "Classes\CLSID\{FAC1D9C0-0296-11D1-A840-00A0C92C9D5D}\ProgID", "", "DiskManagement.SnapInAbout"
  209. 0x1, "Classes\CLSID\{FD78D554-4C6E-11D0-970D-00A0C9191601}", "", "DiskManagement.Connection"
  210. 0x2, "Classes\CLSID\{FD78D554-4C6E-11D0-970D-00A0C9191601}\InProcServer32", "", "%SystemRoot%\System32\dmdskmgr.dll"
  211. 0x1, "Classes\CLSID\{FD78D554-4C6E-11D0-970D-00A0C9191601}\ProgID", "", "DiskManagement.Connection"
  212. 0x1, "Classes\CLSID\{D2D79DF5-3400-11d0-B40B-00AA005FF586}", "", "IVolumeClient_PSFactory"
  213. 0x2, "Classes\CLSID\{D2D79DF5-3400-11d0-B40B-00AA005FF586}\InprocServer32", "", "%SystemRoot%\System32\dmintf.dll"
  214. 0x1, "Classes\CLSID\{D2D79DF7-3400-11d0-B40B-00AA005FF586}", "", "IDMNotify_PSFactory"
  215. 0x2, "Classes\CLSID\{D2D79DF7-3400-11d0-B40B-00AA005FF586}\InprocServer32", "", "%SystemRoot%\System32\dmintf.dll"
  216. 0x1, "Classes\CLSID\{4BDAFC52-FE6A-11d2-93F8-00105A11164A}", "", "IVolumeClient2_PSFactory"
  217. 0x2, "Classes\CLSID\{4BDAFC52-FE6A-11d2-93F8-00105A11164A}\InprocServer32", "", "%SystemRoot%\System32\dmintf.dll"
  218. 0x1, "Classes\CLSID\{135698D2-3A37-4d26-99DF-E2BB6AE3AC61}", "", "IVolumeClient3_PSFactory"
  219. 0x2, "Classes\CLSID\{135698D2-3A37-4d26-99DF-E2BB6AE3AC61}\InprocServer32", "", "%SystemRoot%\System32\dmintf.dll"
  220. 0x1, "Classes\CLSID\{DEB01010-3A37-4d26-99DF-E2BB6AE3AC61}", "", "IVolumeClient4_PSFactory"
  221. 0x2, "Classes\CLSID\{DEB01010-3A37-4d26-99DF-E2BB6AE3AC61}\InprocServer32", "", "%SystemRoot%\System32\dmintf.dll"
  222. 0x1, "Classes\Interface\{AEB84C81-95DC-11D0-B7FC-B61140119C4A}", "", "_DDMView"
  223. 0x1, "Classes\Interface\{AEB84C81-95DC-11D0-B7FC-B61140119C4A}\ProxyStubClsid", "", "{00020420-0000-0000-C000-000000000046}"
  224. 0x1, "Classes\Interface\{AEB84C81-95DC-11D0-B7FC-B61140119C4A}\ProxyStubClsid32", "", "{00020420-0000-0000-C000-000000000046}"
  225. 0x1, "Classes\Interface\{AEB84C81-95DC-11D0-B7FC-B61140119C4A}\TypeLib", "", "{AEB84C80-95DC-11D0-B7FC-B61140119C4A}"
  226. 0x1, "Classes\Interface\{AEB84C81-95DC-11D0-B7FC-B61140119C4A}\TypeLib", "Version", "1.0"
  227. 0x1, "Classes\Interface\{AEB84C82-95DC-11D0-B7FC-B61140119C4A}", "", "_DDMViewEvents"
  228. 0x1, "Classes\Interface\{AEB84C82-95DC-11D0-B7FC-B61140119C4A}\ProxyStubClsid", "", "{00020420-0000-0000-C000-000000000046}"
  229. 0x1, "Classes\Interface\{AEB84C82-95DC-11D0-B7FC-B61140119C4A}\ProxyStubClsid32", "", "{00020420-0000-0000-C000-000000000046}"
  230. 0x1, "Classes\Interface\{AEB84C82-95DC-11D0-B7FC-B61140119C4A}\TypeLib", "", "{AEB84C80-95DC-11D0-B7FC-B61140119C4A}"
  231. 0x1, "Classes\Interface\{AEB84C82-95DC-11D0-B7FC-B61140119C4A}\TypeLib", "Version", "1.0"
  232. 0x1, "Classes\Interface\{D2D79DF5-3400-11d0-B40B-00AA005FF586}", "", "IVolumeClient"
  233. 0x1, "Classes\Interface\{D2D79DF5-3400-11d0-B40B-00AA005FF586}\ProxyStubClsid32", "", "{D2D79DF5-3400-11d0-B40B-00AA005FF586}"
  234. 0x1, "Classes\Interface\{D2D79DF7-3400-11d0-B40B-00AA005FF586}", "", "IDMNotify"
  235. 0x1, "Classes\Interface\{D2D79DF7-3400-11d0-B40B-00AA005FF586}\ProxyStubClsid32", "", "{D2D79DF7-3400-11d0-B40B-00AA005FF586}"
  236. 0x1, "Classes\Interface\{4BDAFC52-FE6A-11d2-93F8-00105A11164A}", "", "IVolumeClient2"
  237. 0x1, "Classes\Interface\{4BDAFC52-FE6A-11d2-93F8-00105A11164A}\ProxyStubClsid32", "", "{4BDAFC52-FE6A-11d2-93F8-00105A11164A}"
  238. 0x1, "Classes\Interface\{135698D2-3A37-4d26-99DF-E2BB6AE3AC61}", "", "IVolumeClient3"
  239. 0x1, "Classes\Interface\{135698D2-3A37-4d26-99DF-E2BB6AE3AC61}\ProxyStubClsid32", "", "{135698D2-3A37-4d26-99DF-E2BB6AE3AC61}"
  240. 0x1, "Classes\Interface\{DEB01010-3A37-4d26-99DF-E2BB6AE3AC61}", "", "IVolumeClient4"
  241. 0x1, "Classes\Interface\{DEB01010-3A37-4d26-99DF-E2BB6AE3AC61}\ProxyStubClsid32", "", "{DEB01010-3A37-4d26-99DF-E2BB6AE3AC61}"
  242. 0x1, "Classes\APPID\{D485DDC0-49C6-11d1-8E56-00A0C92C9D5D}", "", "Logical Disk Manager Remote Client"
  243. 0x1, "Classes\APPID\{D485DDC0-49C6-11d1-8E56-00A0C92C9D5D}", "LocalServer32", "dmremote.exe"
  244. 0x3, "Classes\APPID\{D485DDC0-49C6-11d1-8E56-00A0C92C9D5D}", "LaunchPermission",\
  245.     01,00,04,80,48,00,00,00,64,00,00,00,00,00,00,00,14,00,00,00,02,00,34,00,\
  246.     02,00,00,00,00,00,14,00,01,00,00,00,01,01,00,00,00,00,00,05,12,00,00,00,\
  247.     00,00,18,00,01,00,00,00,01,02,00,00,00,00,00,05,20,00,00,00,20,02,00,00,\
  248.     01,05,00,00,00,00,00,05,15,00,00,00,A0,5F,84,1F,5E,2E,6B,49,CE,12,03,03,\
  249.     F4,01,00,00,01,05,00,00,00,00,00,05,15,00,00,00,A0,5F,84,1F,5E,2E,6B,49,\
  250.     CE,12,03,03,F4,01,00,00
  251. 0x1, "Classes\APPID\dmremote.exe", "AppID", "{D485DDC0-49C6-11d1-8E56-00A0C92C9D5D}"
  252. 0x1, "Classes\CLSID\{D485DDC0-49C6-11d1-8E56-00A0C92C9D5D}", "", "Logical Disk Manager Remote Client"
  253. 0x1, "Classes\CLSID\{D485DDC0-49C6-11d1-8E56-00A0C92C9D5D}", "AppID", "{D485DDC0-49C6-11d1-8E56-00A0C92C9D5D}"
  254. 0x1, "Classes\CLSID\{D485DDC0-49C6-11d1-8E56-00A0C92C9D5D}\LocalServer32", "", "dmremote.exe"
  255. 0x1, "Classes\CLSID\{D485DDC0-49C6-11d1-8E56-00A0C92C9D5D}\LocalServer32", "ThreadingModel", "Apartment"
  256. 0x1, "Classes\CLSID\{3A410F21-553F-11d1-8E5E-00A0C92C9D5D}", "", "IDMRemoteServer_PSFactory"
  257. 0x2, "Classes\CLSID\{3A410F21-553F-11d1-8E5E-00A0C92C9D5D}\InprocServer32", "", "%SystemRoot%\System32\dmintf.dll"
  258. 0x1, "Classes\Interface\{3A410F21-553F-11d1-8E5E-00A0C92C9D5D}", "", "IDMRemoteServer"
  259. 0x1, "Classes\Interface\{3A410F21-553F-11d1-8E5E-00A0C92C9D5D}\ProxyStubClsid32", "", "{3A410F21-553F-11d1-8E5E-00A0C92C9D5D}"
  260. 0x1, "Classes\APPID\{4FB6BB00-3347-11d0-B40A-00AA005FF586}", "", "Logical Disk Manager Administrative Service"
  261. 0x1, "Classes\APPID\{4FB6BB00-3347-11d0-B40A-00AA005FF586}", "LocalService", "dmadmin"
  262. 0x1, "Classes\APPID\{4FB6BB00-3347-11d0-B40A-00AA005FF586}", "ServiceParameters", "/com"
  263. 0x1, "Classes\APPID\dmadmin.exe", "AppID", "{4FB6BB00-3347-11d0-B40A-00AA005FF586}"
  264. 0x1, "Classes\CLSID\{4FB6BB00-3347-11d0-B40A-00AA005FF586}", "", "Logical Disk Manager Administrative Service"
  265. 0x1, "Classes\CLSID\{4FB6BB00-3347-11d0-B40A-00AA005FF586}", "AppID", "{4FB6BB00-3347-11d0-B40A-00AA005FF586}"
  266. 0x2, "Classes\CLSID\{4FB6BB00-3347-11d0-B40A-00AA005FF586}\LocalServer32", "", "dmadmin.exe /com"
  267. 0x1, "Classes\APPID\{F290BFB2-1864-45B1-8804-2654194A87E7}", "", "Virtual Disk Service"
  268. 0x1, "Classes\APPID\{F290BFB2-1864-45B1-8804-2654194A87E7}", "LocalService", "vds"
  269. 0x1, "Classes\APPID\vds.exe", "AppID", "{F290BFB2-1864-45B1-8804-2654194A87E7}"
  270. 0x1, "Classes\CLSID\{7D1933CB-86F6-4A98-8628-01BE94C9A575}", "", "Virtual Disk Service"
  271. 0x1, "Classes\CLSID\{7D1933CB-86F6-4A98-8628-01BE94C9A575}", "AppID", "{F290BFB2-1864-45B1-8804-2654194A87E7}"
  272. 0x1, "Classes\CLSID\{DE010DA1-289B-4232-8CD0-5112DCA6A7B3}", "", "VDS Basic Provider"
  273. 0x2, "Classes\CLSID\{DE010DA1-289B-4232-8CD0-5112DCA6A7B3}\InprocServer32", "", "%SystemRoot%\System32\vdsbas.dll"
  274. 0x1, "Classes\CLSID\{DE010DA1-289B-4232-8CD0-5112DCA6A7B3}\InprocServer32", "ThreadingModel", "Free"
  275. 0x1, "Classes\CLSID\{DEB10DEB-289B-4232-8CD0-5112DCA6A7B3}", "", "VDS Dynamic Provider"
  276. 0x2, "Classes\CLSID\{DEB10DEB-289B-4232-8CD0-5112DCA6A7B3}\InprocServer32", "", "%SystemRoot%\System32\vdsdyndr.dll"
  277. 0x1, "Classes\CLSID\{DEB10DEB-289B-4232-8CD0-5112DCA6A7B3}\InprocServer32", "ThreadingModel", "Free"
  278. 0x1, "Classes\APPID\{5364ED0E-493F-4B16-9DBF-AE486CF22660}", "", "Virtual Disk Service Loader"
  279. 0x1, "Classes\APPID\{5364ED0E-493F-4B16-9DBF-AE486CF22660}", "LocalServer32", "vdsldr.exe"
  280. 0x1, "Classes\CLSID\{9C38ED61-D565-4728-AEEE-C80952F0ECDE}", "", "Virtual Disk Service Loader"
  281. 0x1, "Classes\CLSID\{9C38ED61-D565-4728-AEEE-C80952F0ECDE}", "AppID", "{5364ED0E-493F-4B16-9DBF-AE486CF22660}"
  282. 0x1, "Classes\CLSID\{9C38ED61-D565-4728-AEEE-C80952F0ECDE}\LocalServer32", "", "vdsldr.exe"
  283. 0x1, "Classes\CLSID\{9C38ED61-D565-4728-AEEE-C80952F0ECDE}\LocalServer32", "ThreadingModel", "Free"
  284. 0x1, "Classes\CLSID\{E0393303-90D4-4A97-AB71-E9B671EE2729}", "", "VDS ProxyStub"
  285. 0x2, "Classes\CLSID\{E0393303-90D4-4A97-AB71-E9B671EE2729}\InprocServer32", "", "%SystemRoot%\System32\vds_ps.dll"
  286. 0x1, "Classes\CLSID\{E0393303-90D4-4A97-AB71-E9B671EE2729}\InProcServer32", "ThreadingModel", "Both"
  287. 0x1, "Classes\Interface\{E0393303-90D4-4A97-AB71-E9B671EE2729}", "", "IVdsServiceLoader"
  288. 0x1, "Classes\Interface\{E0393303-90D4-4A97-AB71-E9B671EE2729}\ProxyStubClsid32", "", "{E0393303-90D4-4A97-AB71-E9B671EE2729}"
  289. 0x1, "Classes\Interface\{0818A8EF-9BA9-40D8-A6F9-E22833CC771E}", "", "IVdsService"
  290. 0x1, "Classes\Interface\{0818A8EF-9BA9-40D8-A6F9-E22833CC771E}\ProxyStubClsid32", "", "{E0393303-90D4-4A97-AB71-E9B671EE2729}"
  291. 0x1, "Classes\Interface\{4AFC3636-DB01-4052-80C3-03BBCB8D3C69}", "", "IVdsServiceInitialization"
  292. 0x1, "Classes\Interface\{4AFC3636-DB01-4052-80C3-03BBCB8D3C69}\ProxyStubClsid32", "", "{E0393303-90D4-4A97-AB71-E9B671EE2729}"
  293. 0x1, "Classes\Interface\{D188E97D-85AA-4D33-ABC6-26299A10FFC1}", "", "IVdsAdmin"
  294. 0x1, "Classes\Interface\{D188E97D-85AA-4D33-ABC6-26299A10FFC1}\ProxyStubClsid32", "", "{E0393303-90D4-4A97-AB71-E9B671EE2729}"
  295. 0x1, "Classes\Interface\{118610B7-8D94-4030-B5B8-500889788E4E}", "", "IEnumVdsObject"
  296. 0x1, "Classes\Interface\{118610B7-8D94-4030-B5B8-500889788E4E}\ProxyStubClsid32", "", "{E0393303-90D4-4A97-AB71-E9B671EE2729}"
  297. 0x1, "Classes\Interface\{8326CD1D-CF59-4936-B786-5EFC08798E25}", "", "IVdsAdviseSink"
  298. 0x1, "Classes\Interface\{8326CD1D-CF59-4936-B786-5EFC08798E25}\ProxyStubClsid32", "", "{E0393303-90D4-4A97-AB71-E9B671EE2729}"
  299. 0x1, "Classes\Interface\{D5D23B6D-5A55-4492-9889-397A3C2D2DBC}", "", "IVdsAsync"
  300. 0x1, "Classes\Interface\{D5D23B6D-5A55-4492-9889-397A3C2D2DBC}\ProxyStubClsid32", "", "{E0393303-90D4-4A97-AB71-E9B671EE2729}"
  301. 0x1, "Classes\Interface\{10C5E575-7984-4E81-A56B-431F5F92AE42}", "", "IVdsProvider"
  302. 0x1, "Classes\Interface\{10C5E575-7984-4E81-A56B-431F5F92AE42}\ProxyStubClsid32", "", "{E0393303-90D4-4A97-AB71-E9B671EE2729}"
  303. 0x1, "Classes\Interface\{9AA58360-CE33-4F92-B658-ED24B14425B8}", "", "IVdsSwProvider"
  304. 0x1, "Classes\Interface\{9AA58360-CE33-4F92-B658-ED24B14425B8}\ProxyStubClsid32", "", "{E0393303-90D4-4A97-AB71-E9B671EE2729}"
  305. 0x1, "Classes\Interface\{3B69D7F5-9D94-4648-91CA-79939BA263BF}", "", "IVdsPack"
  306. 0x1, "Classes\Interface\{3B69D7F5-9D94-4648-91CA-79939BA263BF}\ProxyStubClsid32", "", "{E0393303-90D4-4A97-AB71-E9B671EE2729}"
  307. 0x1, "Classes\Interface\{07E5C822-F00C-47A1-8FCE-B244DA56FD06}", "", "IVdsDisk"
  308. 0x1, "Classes\Interface\{07E5C822-F00C-47A1-8FCE-B244DA56FD06}\ProxyStubClsid32", "", "{E0393303-90D4-4A97-AB71-E9B671EE2729}"
  309. 0x1, "Classes\Interface\{6E6F6B40-977C-4069-BDDD-AC710059F8C0}", "", "IVdsAdvancedDisk"
  310. 0x1, "Classes\Interface\{6E6F6B40-977C-4069-BDDD-AC710059F8C0}\ProxyStubClsid32", "", "{E0393303-90D4-4A97-AB71-E9B671EE2729}"
  311. 0x1, "Classes\Interface\{0316560B-5DB4-4ED9-BBB5-213436DDC0D9}", "", "IVdsRemovable"
  312. 0x1, "Classes\Interface\{0316560B-5DB4-4ED9-BBB5-213436DDC0D9}\ProxyStubClsid32", "", "{E0393303-90D4-4A97-AB71-E9B671EE2729}"
  313. 0x1, "Classes\Interface\{88306BB2-E71F-478C-86A2-79DA200A0F11}", "", "IVdsVolume"
  314. 0x1, "Classes\Interface\{88306BB2-E71F-478C-86A2-79DA200A0F11}\ProxyStubClsid32", "", "{E0393303-90D4-4A97-AB71-E9B671EE2729}"
  315. 0x1, "Classes\Interface\{EE2D5DED-6236-4169-931D-B9778CE03DC6}", "", "IVdsVolumeMF"
  316. 0x1, "Classes\Interface\{EE2D5DED-6236-4169-931D-B9778CE03DC6}\ProxyStubClsid32", "", "{E0393303-90D4-4A97-AB71-E9B671EE2729}"
  317. 0x1, "Classes\Interface\{4DAA0135-E1D1-40F1-AAA5-3CC1E53221C3}", "", "IVdsVolumePlex"
  318. 0x1, "Classes\Interface\{4DAA0135-E1D1-40F1-AAA5-3CC1E53221C3}\ProxyStubClsid32", "", "{E0393303-90D4-4A97-AB71-E9B671EE2729}"
  319. 0x1, "Classes\Interface\{E882C452-CF37-482A-BBFF-E6EE614E8023}", "", "IVdsSwProviderPrivate"
  320. 0x1, "Classes\Interface\{E882C452-CF37-482A-BBFF-E6EE614E8023}\ProxyStubClsid32", "", "{E0393303-90D4-4A97-AB71-E9B671EE2729}"
  321. 0x1, "Classes\Interface\{33B87426-5C06-49F4-84BD-F486B1B4A21D}", "", "IVdsMigrateDisks"
  322. 0x1, "Classes\Interface\{33B87426-5C06-49F4-84BD-F486B1B4A21D}\ProxyStubClsid32", "", "{E0393303-90D4-4A97-AB71-E9B671EE2729}"
  323. 0x1, "Classes\Interface\{54D1F9E3-7FD3-421A-AF9C-53C2D8EE5BCF}", "", "IVdsOwnershipChangeQuery"
  324. 0x1, "Classes\Interface\{54D1F9E3-7FD3-421A-AF9C-53C2D8EE5BCF}\ProxyStubClsid32", "", "{E0393303-90D4-4A97-AB71-E9B671EE2729}"
  325. 0x1, "Classes\Interface\{11F3CD41-B7E8-48FF-9472-9DFF018AA292}", "", "IVdsProviderPrivate"
  326. 0x1, "Classes\Interface\{11F3CD41-B7E8-48FF-9472-9DFF018AA292}\ProxyStubClsid32", "", "{E0393303-90D4-4A97-AB71-E9B671EE2729}"
  327. 0x1, "Classes\Interface\{98F17BF3-9F33-4F12-8714-8B4075092C2E}", "", "IVdsHwProviderPrivate"
  328. 0x1, "Classes\Interface\{98F17BF3-9F33-4F12-8714-8B4075092C2E}\ProxyStubClsid32", "", "{E0393303-90D4-4A97-AB71-E9B671EE2729}"
  329. 0x1, "Classes\Interface\{D99BDAAE-B13A-4178-9FDB-E27F16B4603E}", "", "IVdsHwProvider"
  330. 0x1, "Classes\Interface\{D99BDAAE-B13A-4178-9FDB-E27F16B4603E}\ProxyStubClsid32", "", "{E0393303-90D4-4A97-AB71-E9B671EE2729}"
  331. 0x1, "Classes\Interface\{3540A9C7-E60F-4111-A840-8BBA6C2C83D8}", "", "IVdsLun"
  332. 0x1, "Classes\Interface\{3540A9C7-E60F-4111-A840-8BBA6C2C83D8}\ProxyStubClsid32", "", "{E0393303-90D4-4A97-AB71-E9B671EE2729}"
  333. 0x1, "Classes\Interface\{0EE1A790-5D2E-4ABB-8C99-C481E8BE2138}", "", "IVdsLunPlex"
  334. 0x1, "Classes\Interface\{0EE1A790-5D2E-4ABB-8C99-C481E8BE2138}\ProxyStubClsid32", "", "{E0393303-90D4-4A97-AB71-E9B671EE2729}"
  335. 0x1, "Classes\Interface\{6FCEE2D3-6D90-4F91-80E2-A5C7CAACA9D8}", "", "IVdsSubSystem"
  336. 0x1, "Classes\Interface\{6FCEE2D3-6D90-4F91-80E2-A5C7CAACA9D8}\ProxyStubClsid32", "", "{E0393303-90D4-4A97-AB71-E9B671EE2729}"
  337. 0x1, "Classes\Interface\{CB53D96E-DFFB-474A-A078-790D1E2BC082}", "", "IVdsController"
  338. 0x1, "Classes\Interface\{CB53D96E-DFFB-474A-A078-790D1E2BC082}\ProxyStubClsid32", "", "{E0393303-90D4-4A97-AB71-E9B671EE2729}"
  339. 0x1, "Classes\Interface\{FF24EFA4-AADE-4B6B-898B-EAA6A20887C7}", "", "IVdsDrive"
  340. 0x1, "Classes\Interface\{FF24EFA4-AADE-4B6B-898B-EAA6A20887C7}\ProxyStubClsid32", "", "{E0393303-90D4-4A97-AB71-E9B671EE2729}"
  341. 0x1, "Classes\Interface\{DAEBEEF3-8523-47ED-A2B9-05CECCE2A1AE}", "", "IVdsMaintenance"
  342. 0x1, "Classes\Interface\{DAEBEEF3-8523-47ED-A2B9-05CECCE2A1AE}\ProxyStubClsid32", "", "{E0393303-90D4-4A97-AB71-E9B671EE2729}"
  343. 0x1, "Microsoft\Windows NT\CurrentVersion", "ProductId", "50293-000-1234567-12345"
  344. ; Fix default font being *bold*
  345. 0x1, "Microsoft\Windows NT\CurrentVersion\Fonts", "Tahoma (TrueType)", "TAHOMA.TTF"
  346. ; /Fix default font being *bold*
  347. 0x3, "Microsoft\Driver Signing", "Policy",00
  348. 0x3, "Microsoft\Non-Driver Signing", "Policy",00
  349.  
  350. [Software.DelReg]
  351. ; Software.DelReg is empty at the moment...
  352.  
  353. [SetupReg.AddReg]
  354. 0x1, "ControlSet001\Control\MiniNT"
  355. 0x0, "ControlSet001\Control\CoDeviceInstallers"
  356. 0x0, "ControlSet001\Control\Session Manager\AppCompatability"
  357. 0x0, "ControlSet001\Control\Session Manager\AppPatches"
  358. 0x0, "ControlSet001\Control\Session Manager\Executive"
  359. 0x0, "ControlSet001\Control\Session Manager\FileRenameOperations"
  360. 0x0, "ControlSet001\Control\Session Manager\Power"
  361. 0x0, "ControlSet001\Services\EventLog\Security"
  362. 0x0, "ControlSet001\Services\Mup\Parameters"
  363. 0x0, "ControlSet001\Services\Ndis\MediaTypes"
  364. 0x0, "ControlSet001\Services\Spooler\Parameters"
  365. 0x0, "Setup\AllowStart"
  366. 0x0, "Setup\AllowStart\AFD"
  367. 0x0, "Setup\AllowStart\EventLog"
  368. 0x0, "Setup\AllowStart\PlugPlay"
  369. 0x0, "Setup\AllowStart\ProtectedStorage"
  370. 0x0, "Setup\AllowStart\Rpcss"
  371. 0x0, "Setup\AllowStart\Samss"
  372. 0x0, "Setup\AllowStart\Seclogon"
  373. 0x0, "Setup\AllowStart\WS2IFSL"
  374. 0x4, "ControlSet001\Control\Session Manager\WPA\Pnp", "Seed", 0x1B7D38EA
  375. 0x4, "ControlSet001\Control\GraphicsDrivers\DCI", "Timeout", 0x7
  376. 0x7, "ControlSet001\Control\ProductOptions", "ProductSuite", ""
  377. 0x1, "ControlSet001\Control\ProductOptions", "ProductType", "WinNT"
  378. 0x1, "ControlSet001\Control\SecurityProviders", "SecurityProviders", "schannel.dll"
  379. 0x1, "ControlSet001\Control\SecurityProviders\SaslProfiles", "GSSAPI", "Kerberos"
  380. 0x7, "ControlSet001\Control\Session Manager\", "BootExecute", ""
  381. 0x1, "ControlSet001\Control\Session Manager\DOS Devices", "AUX", "\DosDevices\COM1"
  382. 0x1, "ControlSet001\Control\Session Manager\DOS Devices", "MAILSLOT", "\Device\MailSlot"
  383. 0x1, "ControlSet001\Control\Session Manager\DOS Devices", "NUL", "\Device\Null"
  384. 0x1, "ControlSet001\Control\Session Manager\DOS Devices", "PIPE", "\Device\NamedPipe"
  385. 0x1, "ControlSet001\Control\Session Manager\DOS Devices", "PRN", "\DosDevices\LPT1"
  386. 0x1, "ControlSet001\Control\Session Manager\DOS Devices", "UNC", "\Device\Mup"
  387. 0x1, "ControlSet001\Control\Session Manager\Environment", "OS", "Windows_NT"
  388. 0x2, "ControlSet001\Control\Session Manager\Environment", "Path", "%SystemRoot%;%SystemRoot%\System32"
  389. 0x4, "WPA\Pnp", "Seed", 0x1B7D38EA
  390. 0x1, "ControlSet001\Control\Session Manager\KnownDLLs", "advapi32", "advapi32.dll"
  391. 0x1, "ControlSet001\Control\Session Manager\KnownDLLs", "comdlg32", "comdlg32.dll"
  392. 0x2, "ControlSet001\Control\Session Manager\KnownDLLs", "DllDirectory", "%systemroot%\system32"
  393. 0x1, "ControlSet001\Control\Session Manager\KnownDLLs", "gdi32", "gdi32.dll"
  394. 0x1, "ControlSet001\Control\Session Manager\KnownDLLs", "imagehlp", "imagehlp.dll"
  395. 0x1, "ControlSet001\Control\Session Manager\KnownDLLs", "kernel32", "kernel32.dll"
  396. 0x1, "ControlSet001\Control\Session Manager\KnownDLLs", "lz32", "lz32.dll"
  397. 0x1, "ControlSet001\Control\Session Manager\KnownDLLs", "ole32", "ole32.dll"
  398. 0x1, "ControlSet001\Control\Session Manager\KnownDLLs", "oleaut32", "oleaut32.dll"
  399. 0x1, "ControlSet001\Control\Session Manager\KnownDLLs", "olecli32", "olecli32.dll"
  400. 0x1, "ControlSet001\Control\Session Manager\KnownDLLs", "olecnv32", "olecnv32.dll"
  401. 0x1, "ControlSet001\Control\Session Manager\KnownDLLs", "olesvr32", "olesvr32.dll"
  402. 0x1, "ControlSet001\Control\Session Manager\KnownDLLs", "olethk32", "olethk32.dll"
  403. 0x1, "ControlSet001\Control\Session Manager\KnownDLLs", "rpcrt4", "rpcrt4.dll"
  404. 0x1, "ControlSet001\Control\Session Manager\KnownDLLs", "shell32", "shell32.dll"
  405. 0x1, "ControlSet001\Control\Session Manager\KnownDLLs", "url", "url.dll"
  406. 0x1, "ControlSet001\Control\Session Manager\KnownDLLs", "urlmon", "urlmon.dll"
  407. 0x1, "ControlSet001\Control\Session Manager\KnownDLLs", "user32", "user32.dll"
  408. 0x1, "ControlSet001\Control\Session Manager\KnownDLLs", "version", "version.dll"
  409. 0x1, "ControlSet001\Control\Session Manager\KnownDLLs", "wininet", "wininet.dll"
  410. 0x1, "ControlSet001\Control\Session Manager\KnownDLLs", "wldap32", "wldap32.dll"
  411. 0x1, "ControlSet001\Control\Session Manager\SFC", "CommonFilesDir", "\"
  412. 0x1, "ControlSet001\Control\Session Manager\SFC", "ProgramFilesDir", "\"
  413. 0x2, "ControlSet001\Control\Session Manager\SubSystems", "Debug", ""
  414. 0x2, "ControlSet001\Control\Session Manager\SubSystems", "kmode", "%SystemRoot%\System32\win32k.sys"
  415. 0x7, "ControlSet001\Control\Session Manager\SubSystems", "Required", "Debug", "Windows"
  416. 0x2, "ControlSet001\Control\Session Manager\SubSystems", "Windows", "%SystemRoot%\system32\csrss.exe ObjectDirectory=\Windows SharedSection=1024,3072,512 Windows=On SubSystemType=Windows ServerDll=basesrv,1 ServerDll=winsrv:UserServerDllInitialization, 3 ServerDll=winsrv:ConServerDllInitialization,2 ProfileControl=Off MaxRequestThreads=16"
  417. 0x1, "ControlSet001\Services\i8042prt", "Group", "Keyboard Port"
  418. 0x4, "ControlSet001\Services\i8042prt", "Start", 0x1
  419. 0x4, "ControlSet001\Services\i8042prt", "Type", 0x1
  420. 0x4, "ControlSet001\Services\i8042prt\Parameters", "PollingIterations", 0x2EE0
  421. 0x4, "ControlSet001\Services\i8042prt\Parameters", "PollingIterationsMaximum", 0x2EE0
  422. 0x4, "ControlSet001\Services\i8042prt\Parameters", "ResendIterations", 0x3
  423. 0x1, "ControlSet001\Services\kbdclass", "Group", "Keyboard Class"
  424. 0x2, "ControlSet001\Services\kbdclass", "ImagePath", "System32\drivers\kbdclass.sys"
  425. 0x4, "ControlSet001\Services\kbdclass", "Start", 0x1
  426. 0x4, "ControlSet001\Services\kbdclass", "Tag", 0x1
  427. 0x4, "ControlSet001\Services\kbdclass", "Type", 0x1
  428. 0x4, "ControlSet001\Services\kbdclass\Parameters", "ConnectMultiplePorts", 0x0
  429. 0x4, "ControlSet001\Services\kbdclass\Parameters", "ConnectMultiplePortsChanged", 0x1
  430. 0x4, "ControlSet001\Services\kbdclass\Parameters", "ConnectMultiplePortsUpgraded", 0x1
  431. 0x4, "ControlSet001\Services\kbdclass\Parameters", "KeyboardDataQueueSize", 0x64
  432. 0x1, "ControlSet001\Services\kbdclass\Parameters", "KeyboardDeviceBaseName", "KeyboardClass"
  433. 0x4, "ControlSet001\Services\kbdclass\Parameters", "MaximumPortsServiced", 0x3
  434. 0x4, "ControlSet001\Services\kbdclass\Parameters", "SentOutputToAllPorts", 0x1
  435. 0x1, "ControlSet001\Services\mouclass", "Group", "Pointer Class"
  436. 0x2, "ControlSet001\Services\mouclass", "ImagePath", "System32\drivers\mouclass.sys"
  437. 0x4, "ControlSet001\Services\mouclass", "Start", 0x1
  438. 0x4, "ControlSet001\Services\mouclass", "Tag", 0x1
  439. 0x4, "ControlSet001\Services\mouclass", "Type", 0x1
  440. 0x4, "ControlSet001\Services\mouclass\Parameters", "ConnectMultiplePorts", 0x0
  441. 0x4, "ControlSet001\Services\mouclass\Parameters", "ConnectMultiplePortsChanged", 0x1
  442. 0x4, "ControlSet001\Services\mouclass\Parameters", "ConnectMultiplePortsUpgraded", 0x1
  443. 0x4, "ControlSet001\Services\mouclass\Parameters", "MaximumPortsServiced", 0x3
  444. 0x4, "ControlSet001\Services\mouclass\Parameters", "MouseDataQueueSize", 0x64
  445. 0x1, "ControlSet001\Services\mouclass\Parameters", "PointerDeviceBaseName", "PointerClass"
  446. 0x4, "ControlSet001\Services\VgaSave", "ErrorControl", 0x0
  447. 0x1, "ControlSet001\Services\VgaSave", "Group", "Video Save"
  448. 0x2, "ControlSet001\Services\VgaSave", "ImagePath", "\SystemRoot\System32\drivers\vga.sys"
  449. 0x4, "ControlSet001\Services\VgaSave", "Start", 0x1
  450. 0x4, "ControlSet001\Services\VgaSave", "Tag", 0x1
  451. 0x4, "ControlSet001\Services\VgaSave", "Type", 0x1
  452. 0x1, "ControlSet001\Services\VgaSave\Video", "VideoID", "{23A77BF7-ED96-40EC-AF06-9B1F4867732A}"
  453. 0x1, "ControlSet001\Services\VgaSave\Video", "Service", "VgaSave"
  454. 0x7, "ControlSet001\Services\VgaSave\Device0", "InstalledDisplayDrivers", "vga", "framebuf", "vga256", "vga64k"
  455. 0x4, "ControlSet001\Services\VgaSave\Device0", "VgaCompatible", 0x1
  456. 0x1, "ControlSet001\Control\Video\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\Video", "Service", "VgaSave"
  457. 0x7, "ControlSet001\Control\Video\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000", "InstalledDisplayDrivers", "vga", "framebuf", "vga256", "vga64k"
  458. 0x4, "ControlSet001\Control\Video\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000", "VgaCompatible", 0x1
  459. 0x1, "Setup", "CmdLine", "cmd.exe /k startnet.cmd"
  460. 0x1, "Setup", "OsLoaderPath", "\"
  461. 0x4, "Setup", "SetupType", 0x1
  462. 0x4, "Setup", "SystemSetupInProgress", 0x1
  463. 0x2, "ControlSet001\Control\Session Manager\Environment", "ComSpec", "%SystemRoot%\system32\cmd.exe"
  464. 0x2, "ControlSet001\Control\Session Manager\Environment", "Path", "%SystemRoot%\system32;%SystemRoot%"
  465. 0x2, "ControlSet001\Control\Session Manager\Environment", "windir", "%SystemRoot%"
  466. 0x4, "ControlSet001\Control\PriorityControl", "Win32PrioritySeparation", 0x2
  467. 0x7, "ControlSet001\Control\Lsa", "Authentication Packages", "msv1_0"
  468. 0x3, "ControlSet001\Control\Lsa", "Bounds",00,30,00,00,00,20,00,00
  469. 0x7, "ControlSet001\Control\Lsa", "Security Packages", "kerberos", "msv1_0", "schannel"
  470. 0x7, "ControlSet001\Control\Lsa\AccessProviders", "ProviderOrder", "Windows NT Access Provider"
  471. 0x2, "ControlSet001\Control\Lsa\AccessProviders\Windows NT AccessProvider", "ProviderPath", "%SystemRoot%\system32\ntmarta.dll"
  472. 0x2, "ControlSet001\Services\WinTrust\SubjectPackages\MS Subjects 1", "$DLL", "%SystemRoot%\system32\MsSip1.dll"
  473. 0x2, "ControlSet001\Services\WinTrust\SubjectPackages\MS Subjects 2", "$DLL", "%SystemRoot%\system32\MsSip2.dll"
  474. 0x2, "ControlSet001\Services\WinTrust\SubjectPackages\MS Subjects 3", "$DLL", "%SystemRoot%\system32\MsSip3.dll"
  475. 0x2, "ControlSet001\Services\WinTrust\TrustProviders\Software Publisher", "$DLL", "%SystemRoot%\system32\SoftPub.dll"
  476. 0x1, "ControlSet001\Services\Afd", "DisplayName", "AFD Networking Support Environment"
  477. 0x4, "ControlSet001\Services\Afd", "ErrorControl", 0x1
  478. 0x1, "ControlSet001\Services\Afd", "Group", "TDI"
  479. 0x2, "ControlSet001\Services\Afd", "ImagePath", "\SystemRoot\system32\drivers\afd.sys"
  480. 0x4, "ControlSet001\Services\Afd", "Start", 0x3
  481. 0x4, "ControlSet001\Services\Afd", "Type", 0x1
  482. 0x4, "ControlSet001\Services\Msfs", "ErrorControl", 0x1
  483. 0x1, "ControlSet001\Services\Msfs", "Group", "File system"
  484. 0x4, "ControlSet001\Services\Msfs", "Start", 0x1
  485. 0x4, "ControlSet001\Services\Msfs", "Type", 0x2
  486. 0x4, "ControlSet001\Services\Null", "ErrorControl", 0x1
  487. 0x1, "ControlSet001\Services\Null", "Group", "Base"
  488. 0x4, "ControlSet001\Services\Null", "Start", 0x1
  489. 0x4, "ControlSet001\Services\Null", "Tag", 0x1
  490. 0x4, "ControlSet001\Services\Null", "Type", 0x1
  491. 0x4, "ControlSet001\Services\Beep", "ErrorControl", 0x1
  492. 0x1, "ControlSet001\Services\Beep", "Group", "Base"
  493. 0x4, "ControlSet001\Services\Beep", "Start", 0x1
  494. 0x4, "ControlSet001\Services\Beep", "Tag", 0x2
  495. 0x4, "ControlSet001\Services\Beep", "Type", 0x1
  496. 0x4, "ControlSet001\Services\Npfs", "ErrorControl", 0x1
  497. 0x1, "ControlSet001\Services\Npfs", "Group", "File system"
  498. 0x4, "ControlSet001\Services\Npfs", "Start", 0x1
  499. 0x4, "ControlSet001\Services\Npfs", "Type", 0x2
  500. 0x7, "ControlSet001\Services\Npfs\Aliases", "lsass", "protected_storage", "netlogon", "lsarpc", "samr"
  501. 0x7, "ControlSet001\Services\Npfs\Aliases", "ntsvcs", "eventlog", "svcctl"
  502. 0x1, "ControlSet001\Services\PlugPlay", "Description", "Manages device installation and configuration and notifies programs of device changes."
  503. 0x1, "ControlSet001\Services\PlugPlay", "DisplayName", "Plug and Play"
  504. 0x4, "ControlSet001\Services\PlugPlay", "ErrorControl", 0x1
  505. 0x1, "ControlSet001\Services\PlugPlay", "Group", "PlugPlay"
  506. 0x2, "ControlSet001\Services\PlugPlay", "ImagePath", "%SystemRoot%\system32\services.exe"
  507. 0x1, "ControlSet001\Services\PlugPlay", "ObjectName", "LocalSystem"
  508. 0x4, "ControlSet001\Services\PlugPlay", "PlugPlayServiceType", 0x3
  509. 0x4, "ControlSet001\Services\PlugPlay", "Start", 0x2
  510. 0x4, "ControlSet001\Services\PlugPlay", "Type", 0x20
  511. 0x7, "ControlSet001\Services\ProtectedStorage", "DependOnService", "RpcSs"
  512. 0x1, "ControlSet001\Services\ProtectedStorage", "Description", "Provides protected storage for sensitive data, such as private keys, to prevent access by unauthorized services, processes, or users."
  513. 0x1, "ControlSet001\Services\ProtectedStorage", "DisplayName", "Protected Storage"
  514. 0x4, "ControlSet001\Services\ProtectedStorage", "ErrorControl", 0x1
  515. 0x2, "ControlSet001\Services\ProtectedStorage", "ImagePath", "%SystemRoot%\system32\lsass.exe"
  516. 0x1, "ControlSet001\Services\ProtectedStorage", "ObjectName", "LocalSystem"
  517. 0x4, "ControlSet001\Services\ProtectedStorage", "Start", 0x2
  518. 0x4, "ControlSet001\Services\ProtectedStorage", "Type", 0x120
  519. 0x1, "ControlSet001\Services\SamSs", "Description", "Stores security information for local user accounts."
  520. 0x1, "ControlSet001\Services\SamSs", "DisplayName", "Security Accounts Manager"
  521. 0x4, "ControlSet001\Services\SamSs", "ErrorControl", 0x1
  522. 0x2, "ControlSet001\Services\SamSs", "ImagePath", "%SystemRoot%\system32\lsass.exe"
  523. 0x1, "ControlSet001\Services\SamSs", "ObjectName", "LocalSystem"
  524. 0x4, "ControlSet001\Services\SamSs", "Start", 0x2
  525. 0x4, "ControlSet001\Services\SamSs", "Type", 0x20
  526. 0x1, "ControlSet001\Services\SamSs", "Group", "MS_WindowsLocalValidation"
  527. 0x7, "ControlSet001\Services\SamSs", "DependOnService", "RPCSS"
  528. 0x3, "ControlSet001\Services\Samss\Security", "Security",\
  529.     01,00,14,80,B4,00,00,00,C0,00,00,00,14,00,00,00,34,00,00,00,02,00,20,00,\
  530.     01,00,00,00,02,80,18,00,FF,01,0F,00,01,01,00,00,00,00,00,01,00,00,00,00,\
  531.     20,02,00,00,02,00,80,00,05,00,00,00,00,03,18,00,8D,00,02,00,01,01,00,00,\
  532.     00,00,00,01,00,00,00,00,00,00,00,00,00,03,18,00,FF,01,0F,00,01,02,00,00,\
  533.     00,00,00,05,20,00,00,00,20,02,00,00,00,03,18,00,8F,00,02,00,01,02,00,00,\
  534.     00,00,00,05,20,00,00,00,23,02,00,00,00,03,18,00,9D,00,00,00,01,01,00,00,\
  535.     00,00,00,05,04,00,00,00,23,02,00,00,00,03,18,00,9D,00,00,00,01,02,00,00,\
  536.     00,00,00,05,20,00,00,00,21,02,00,00,01,01,00,00,00,00,00,05,12,00,00,00,\
  537.     01,01,00,00,00,00,00,05,12,00,00,00
  538. 0x1, "ControlSet001\Services\RpcSs", "Description", "Provides the endpoint mapper and other miscellaneous RPC services."
  539. 0x1, "ControlSet001\Services\RpcSs", "DisplayName", "Remote Procedure Call (RPC)"
  540. 0x4, "ControlSet001\Services\RpcSs", "ErrorControl", 0x1
  541. 0x2, "ControlSet001\Services\RpcSs", "ImagePath", "%SystemRoot%\system32\svchost -k rpcss"
  542. 0x1, "ControlSet001\Services\RpcSs", "ObjectName", "LocalSystem"
  543. 0x4, "ControlSet001\Services\RpcSs", "Start", 0x2
  544. 0x4, "ControlSet001\Services\RpcSs", "Type", 0x20
  545. 0x2, "ControlSet001\Services\RpcSs\Parameters", "ServiceDll", "%SystemRoot%\system32\rpcss.dll"
  546. 0x3, "ControlSet001\Services\RpcSs\Security", "Security",\
  547.     01,00,14,80,B4,00,00,00,C0,00,00,00,14,00,00,00,34,00,00,00,02,00,20,00,\
  548.     01,00,00,00,02,80,18,00,FF,01,0F,00,01,01,00,00,00,00,00,01,00,00,00,00,\
  549.     20,02,00,00,02,00,80,00,05,00,00,00,00,03,18,00,8D,00,02,00,01,01,00,00,\
  550.     00,00,00,01,00,00,00,00,00,00,00,00,00,03,18,00,FF,01,0F,00,01,02,00,00,\
  551.     00,00,00,05,20,00,00,00,20,02,00,00,00,03,18,00,8F,00,02,00,01,02,00,00,\
  552.     00,00,00,05,20,00,00,00,23,02,00,00,00,03,18,00,9D,00,00,00,01,01,00,00,\
  553.     00,00,00,05,04,00,00,00,23,02,00,00,00,03,18,00,9D,00,00,00,01,02,00,00,\
  554.     00,00,00,05,20,00,00,00,21,02,00,00,01,01,00,00,00,00,00,05,12,00,00,00,\
  555.     01,01,00,00,00,00,00,05,12,00,00,00
  556. 0x1, "ControlSet001\Services\Mup", "DisplayName", "Mup"
  557. 0x4, "ControlSet001\Services\Mup", "ErrorControl", 0x1
  558. 0x1, "ControlSet001\Services\Mup", "Group", "Network"
  559. 0x4, "ControlSet001\Services\Mup", "Start", 0x0
  560. 0x4, "ControlSet001\Services\Mup", "Tag", 0x2
  561. 0x4, "ControlSet001\Services\Mup", "Type", 0x2
  562. 0x2, "ControlSet001\Services\EventLog\System\dmio", "EventMessageFile", "%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\Drivers\dmio.sys"
  563. 0x4, "ControlSet001\Services\EventLog\System\dmio", "TypesSupported", 0x7
  564. 0x2, "ControlSet001\Services\EventLog\System\dmboot", "EventMessageFile", "%SystemRoot%\System32\Drivers\dmboot.sys"
  565. 0x4, "ControlSet001\Services\EventLog\System\dmboot", "TypesSupported", 0x7
  566. 0x4, "ControlSet001\Services\dmload", "Type", 0x1
  567. 0x4, "ControlSet001\Services\dmload", "Start", 0x0
  568. 0x4, "ControlSet001\Services\dmload", "ErrorControl", 0x1
  569. 0x1, "ControlSet001\Services\dmload", "Group", "System Bus Extender"
  570. 0x4, "ControlSet001\Services\dmload", "Tag", 0xC
  571. 0x2, "ControlSet001\Services\dmload", "ImagePath", "System32\drivers\dmload.sys"
  572. 0x4, "ControlSet001\Services\dmboot", "Type", 0x1
  573. 0x4, "ControlSet001\Services\dmboot", "Start", 0x0
  574. 0x4, "ControlSet001\Services\dmboot", "ErrorControl", 0x1
  575. 0x1, "ControlSet001\Services\dmboot", "Group", "Filter"
  576. 0x4, "ControlSet001\Services\dmboot", "Tag", 0xB
  577. 0x2, "ControlSet001\Services\dmboot", "ImagePath", "System32\drivers\dmboot.sys"
  578. 0x4, "ControlSet001\Services\dmio", "Type", 0x1
  579. 0x4, "ControlSet001\Services\dmio", "Start", 0x0
  580. 0x4, "ControlSet001\Services\dmio", "ErrorControl", 0x1
  581. 0x1, "ControlSet001\Services\dmio", "Group", "System Bus Extender"
  582. 0x4, "ControlSet001\Services\dmio", "Tag", 0xD
  583. 0x2, "ControlSet001\Services\dmio", "ImagePath", "System32\drivers\dmio.sys"
  584. 0x7, "ControlSet001\Services\dmserver", "DependOnService", "RpcSs", "PlugPlay"
  585. 0x4, "ControlSet001\Services\dmserver", "Type", 0x20
  586. 0x4, "ControlSet001\Services\dmserver", "Start", 0x2
  587. 0x4, "ControlSet001\Services\dmserver", "ErrorControl", 0x1
  588. 0x2, "ControlSet001\Services\dmserver", "ImagePath", "%SystemRoot%\System32\svchost.exe -k netsvcs"
  589. 0x1, "ControlSet001\Services\dmserver", "DisplayName", "Logical Disk Manager"
  590. 0x1, "ControlSet001\Services\dmserver", "ObjectName", "LocalSystem"
  591. 0x1, "ControlSet001\Services\dmserver", "Description", "Logical Disk Manager Watchdog Service"
  592. 0x2, "ControlSet001\Services\dmserver\Parameters", "ServiceDll", "%SystemRoot%\System32\dmserver.dll"
  593. 0x7, "ControlSet001\Services\dmadmin", "DependOnService", "RpcSs", "PlugPlay", "DmServer"
  594. 0x4, "ControlSet001\Services\dmadmin", "Type", 0x20
  595. 0x4, "ControlSet001\Services\dmadmin", "Start", 0x3
  596. 0x4, "ControlSet001\Services\dmadmin", "ErrorControl", 0x1
  597. 0x2, "ControlSet001\Services\dmadmin", "ImagePath", "%SystemRoot%\System32\dmadmin.exe /com"
  598. 0x1, "ControlSet001\Services\dmadmin", "DisplayName", "Logical Disk Manager Administrative Service"
  599. 0x1, "ControlSet001\Services\dmadmin", "ObjectName", "LocalSystem"
  600. 0x1, "ControlSet001\Services\dmadmin", "Description", "Administrative service for disk management requests"
  601. 0x2, "ControlSet001\Services\EventLog\System\LDMS", "EventMessageFile", "%SystemRoot%\System32\dmserver.dll"
  602. 0x4, "ControlSet001\Services\EventLog\System\LDMS", "TypesSupported", 0x7
  603. 0x2, "ControlSet001\Services\EventLog\System\LDM", "EventMessageFile", "%SystemRoot%\System32\dmadmin.exe"
  604. 0x4, "ControlSet001\Services\EventLog\System\LDM", "TypesSupported", 0x7
  605. 0x1, "ControlSet001\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}", "", "Network adapters"
  606. 0x1, "ControlSet001\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}", "Class", "Net"
  607. 0x1, "ControlSet001\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}", "Icon", "-5"
  608. 0x1, "ControlSet001\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}", "Installer32", "NetCfgx.Dll,NetClassInstaller"
  609. 0x1, "ControlSet001\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}", "EnumPropPages32", "NetCfgx.Dll,NetPropPageProvider"
  610. 0x1, "ControlSet001\Control\Class\{4D36E973-E325-11CE-BFC1-08002BE10318}", "", "Network Client"
  611. 0x1, "ControlSet001\Control\Class\{4D36E973-E325-11CE-BFC1-08002BE10318}", "Class", "NetClient"
  612. 0x1, "ControlSet001\Control\Class\{4D36E973-E325-11CE-BFC1-08002BE10318}", "Icon", "-7"
  613. 0x1, "ControlSet001\Control\Class\{4D36E973-E325-11CE-BFC1-08002BE10318}", "Installer32", "NetCfgx.Dll,NetClassInstaller"
  614. 0x1, "ControlSet001\Control\Class\{4D36E973-E325-11CE-BFC1-08002BE10318}", "NoInstallClass", "1"
  615. 0x1, "ControlSet001\Control\Class\{4D36E973-E325-11CE-BFC1-08002BE10318}", "NoDisplayClass", "1"
  616. 0x1, "ControlSet001\Control\Class\{4D36E974-E325-11CE-BFC1-08002BE10318}", "", "Network Service"
  617. 0x1, "ControlSet001\Control\Class\{4D36E974-E325-11CE-BFC1-08002BE10318}", "Class", "NetService"
  618. 0x1, "ControlSet001\Control\Class\{4D36E974-E325-11CE-BFC1-08002BE10318}", "Icon", "-8"
  619. 0x1, "ControlSet001\Control\Class\{4D36E974-E325-11CE-BFC1-08002BE10318}", "Installer32", "NetCfgx.Dll,NetClassInstaller"
  620. 0x1, "ControlSet001\Control\Class\{4D36E974-E325-11CE-BFC1-08002BE10318}", "NoInstallClass", "1"
  621. 0x1, "ControlSet001\Control\Class\{4D36E974-E325-11CE-BFC1-08002BE10318}", "NoDisplayClass", "1"
  622. 0x1, "ControlSet001\Control\Class\{4D36E975-E325-11CE-BFC1-08002BE10318}", "", "Network Protocol"
  623. 0x1, "ControlSet001\Control\Class\{4D36E975-E325-11CE-BFC1-08002BE10318}", "Class", "NetTrans"
  624. 0x1, "ControlSet001\Control\Class\{4D36E975-E325-11CE-BFC1-08002BE10318}", "Icon", "-6"
  625. 0x1, "ControlSet001\Control\Class\{4D36E975-E325-11CE-BFC1-08002BE10318}", "NoInstallClass", "1"
  626. 0x1, "ControlSet001\Control\Class\{4D36E975-E325-11CE-BFC1-08002BE10318}", "NoDisplayClass", "1"
  627. 0x1, "ControlSet001\Control\Class\{4D36E975-E325-11CE-BFC1-08002BE10318}", "Installer32", "NetCfgx.Dll,NetClassInstaller"
  628. 0x1, "ControlSet001\Control\ComputerName\ComputerName", "ComputerName", "MININT-JVC"
  629. 0x7, "ControlSet001\Control\Network\Connections", "ClassManagers", "{BA126AD3-2166-11D1-B1D0-00805FC1270E}", "{BA126AD5-2166-11D1-B1D0-00805FC1270E}", "{BA126ADD-2166-11D1-B1D0-00805FC1270E}"
  630. 0x7, "ControlSet001\Control\Network", "FilterClasses", "scheduler", "loadbalance", "failover"
  631. 0x1, "ControlSet001\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}", "", "Network Adapters"
  632. 0x1, "ControlSet001\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}", "Class", "Net"
  633. 0x1, "ControlSet001\Control\Network\{4D36E973-E325-11CE-BFC1-08002BE10318}", "", "Network Client"
  634. 0x1, "ControlSet001\Control\Network\{4D36E973-E325-11CE-BFC1-08002BE10318}", "Class", "NetClient"
  635. 0x1, "ControlSet001\Control\Network\{4D36E974-E325-11CE-BFC1-08002BE10318}", "", "Network Service"
  636. 0x1, "ControlSet001\Control\Network\{4D36E974-E325-11CE-BFC1-08002BE10318}", "Class", "NetService"
  637. 0x1, "ControlSet001\Control\Network\{4D36E975-E325-11CE-BFC1-08002BE10318}", "", "Network Protocol"
  638. 0x1, "ControlSet001\Control\Network\{4D36E975-E325-11CE-BFC1-08002BE10318}", "Class", "NetTrans"
  639. 0x1, "ControlSet001\Control\NetworkProvider\HwOrder", "ProviderOrder", "LanmanWorkstation"
  640. 0x1, "ControlSet001\Control\NetworkProvider\Order", "ProviderOrder", "LanmanWorkstation"
  641. 0x1, "ControlSet001\Services\NDIS", "DisplayName", "NDIS System Driver"
  642. 0x4, "ControlSet001\Services\NDIS", "ErrorControl", 0x1
  643. 0x1, "ControlSet001\Services\NDIS", "Group", "NDIS Wrapper"
  644. 0x4, "ControlSet001\Services\NDIS", "Start", 0x0
  645. 0x4, "ControlSet001\Services\NDIS", "Type", 0x1
  646. 0x4, "ControlSet001\Services\NDIS\Parameters", "ProcessorAffinityMask", 0x0
  647. 0x7, "ControlSet001\Services\NDProxy", "DisplayName", "NDIS Proxy"
  648. 0x4, "ControlSet001\Services\NDProxy", "ErrorControl", 0x1
  649. 0x1, "ControlSet001\Services\NDProxy", "Group", "PNP_TDI"
  650. 0x4, "ControlSet001\Services\NDProxy", "Start", 0x3
  651. 0x4, "ControlSet001\Services\NDProxy", "Type", 0x1
  652. 0x7, "ControlSet001\Services\NetDDE", "DependOnService", "NetDDEDSDM"
  653. 0x1, "ControlSet001\Services\NetDDE", "Description", "Provides network transport and security for dynamic data exchange (DDE)."
  654. 0x1, "ControlSet001\Services\NetDDE", "DisplayName", "Network DDE"
  655. 0x4, "ControlSet001\Services\NetDDE", "ErrorControl", 0x1
  656. 0x1, "ControlSet001\Services\NetDDE", "Group", "NetDDEGroup"
  657. 0x2, "ControlSet001\Services\NetDDE", "ImagePath", "%SystemRoot%\system32\netdde.exe"
  658. 0x1, "ControlSet001\Services\NetDDE", "ObjectName", "LocalSystem"
  659. 0x4, "ControlSet001\Services\NetDDE", "Start", 0x4
  660. 0x4, "ControlSet001\Services\NetDDE", "Type", 0x20
  661. 0x3, "ControlSet001\Services\NetDDE\Security", "Security",\
  662.     01,00,14,80,9C,00,00,00,A8,00,00,00,14,00,00,00,34,00,00,00,02,00,20,00,\
  663.     01,00,00,00,02,80,18,00,FF,01,0F,00,01,01,00,00,00,00,00,01,00,00,00,00,\
  664.     20,02,00,00,02,00,68,00,04,00,00,00,00,03,18,00,8D,00,02,00,01,01,00,00,\
  665.     00,00,00,01,00,00,00,00,00,00,00,00,00,03,18,00,FF,01,0F,00,01,02,00,00,\
  666.     00,00,00,05,20,00,00,00,20,02,00,00,00,03,18,00,8F,00,02,00,01,02,00,00,\
  667.     00,00,00,05,20,00,00,00,23,02,00,00,00,03,18,00,9D,00,00,00,01,01,00,00,\
  668.     00,00,00,05,04,00,00,00,23,02,00,00,01,01,00,00,00,00,00,05,12,00,00,00,\
  669.     01,01,00,00,00,00,00,05,12,00,00,00
  670. 0x7, "ControlSet001\Services\NetDDEdsdm", "DependOnService", ""
  671. 0x1, "ControlSet001\Services\NetDDEdsdm", "Description", "Manages shared dynamic data exchange and is used by Network DDE"
  672. 0x1, "ControlSet001\Services\NetDDEdsdm", "DisplayName", "Network DDE DSDM"
  673. 0x4, "ControlSet001\Services\NetDDEdsdm", "ErrorControl", 0x1
  674. 0x2, "ControlSet001\Services\NetDDEdsdm", "ImagePath", "%SystemRoot%\system32\netdde.exe"
  675. 0x1, "ControlSet001\Services\NetDDEdsdm", "ObjectName", "LocalSystem"
  676. 0x4, "ControlSet001\Services\NetDDEdsdm", "Start", 0x4
  677. 0x4, "ControlSet001\Services\NetDDEdsdm", "Type", 0x20
  678. 0x3, "ControlSet001\Services\NetDDEdsdm\Security", "Security",\
  679.     01,00,14,80,9C,00,00,00,A8,00,00,00,14,00,00,00,34,00,00,00,02,00,20,00,\
  680.     01,00,00,00,02,80,18,00,FF,01,0F,00,01,01,00,00,00,00,00,01,00,00,00,00,\
  681.     20,02,00,00,02,00,68,00,04,00,00,00,00,03,18,00,8D,00,02,00,01,01,00,00,\
  682.     00,00,00,01,00,00,00,00,00,00,00,00,00,03,18,00,FF,01,0F,00,01,02,00,00,\
  683.     00,00,00,05,20,00,00,00,20,02,00,00,00,03,18,00,8F,00,02,00,01,02,00,00,\
  684.     00,00,00,05,20,00,00,00,23,02,00,00,00,03,18,00,9D,00,00,00,01,01,00,00,\
  685.     00,00,00,05,04,00,00,00,23,02,00,00,01,01,00,00,00,00,00,05,12,00,00,00,\
  686.     01,01,00,00,00,00,00,05,12,00,00,00
  687. 0x4, "ControlSet001\Services\Netlogon\Parameters", "DisablePasswordChange", 0x0
  688. 0x7, "ControlSet001\Services\Netman", "DependOnService", "RpcSs"
  689. 0x1, "ControlSet001\Services\Netman", "Description", "Manages objects in the Network and Dial-Up Connections folder, in which you can view both local area network and remote connections."
  690. 0x1, "ControlSet001\Services\Netman", "DisplayName", "Network Connections"
  691. 0x4, "ControlSet001\Services\Netman", "ErrorControl", 0x1
  692. 0x2, "ControlSet001\Services\Netman", "ImagePath", "%SystemRoot%\System32\svchost.exe -k netsvcs"
  693. 0x1, "ControlSet001\Services\Netman", "ObjectName", "LocalSystem"
  694. 0x4, "ControlSet001\Services\Netman", "Start", 0x3
  695. 0x4, "ControlSet001\Services\Netman", "Type", 0x120
  696. 0x2, "ControlSet001\Services\Netman\Parameters", "ServiceDll", "%SystemRoot%\System32\netman.dll"
  697. 0x7, "ControlSet001\Services\Spooler", "DependOnService", "RPCSS"
  698. 0x1, "ControlSet001\Services\Spooler", "Description", "Loads files to memory for later printing."
  699. 0x1, "ControlSet001\Services\Spooler", "DisplayName", "Print Spooler"
  700. 0x4, "ControlSet001\Services\Spooler", "ErrorControl", 0x1
  701. 0x1, "ControlSet001\Services\Spooler", "Group", "SpoolerGroup"
  702. 0x2, "ControlSet001\Services\Spooler", "ImagePath", "%SystemRoot%\system32\spoolsv.exe"
  703. 0x1, "ControlSet001\Services\Spooler", "ObjectName", "LocalSystem"
  704. 0x4, "ControlSet001\Services\Spooler", "Start", 0x3
  705. 0x4, "ControlSet001\Services\Spooler", "Type", 0x110
  706. 0x1, "ControlSet001\Services\Spooler\Performance", "Close", "PerfClose"
  707. 0x1, "ControlSet001\Services\Spooler\Performance", "Collect", "PerfCollect"
  708. 0x4, "ControlSet001\Services\Spooler\Performance", "Collect Timeout", 0x7D0
  709. 0x1, "ControlSet001\Services\Spooler\Performance", "Library", "winspool.drv"
  710. 0x1, "ControlSet001\Services\Spooler\Performance", "Object List", "1450"
  711. 0x1, "ControlSet001\Services\Spooler\Performance", "Open", "PerfOpen"
  712. 0x4, "ControlSet001\Services\Spooler\Performance", "Open Timeout", 0xFA0
  713. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "00000402", "bg"
  714. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "00000404", "ch"
  715. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "00000405", "cz"
  716. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "00000406", "dk"
  717. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "00000407", "gr"
  718. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "00000408", "gk"
  719. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "00000409", "us"
  720. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "0000040A", "sp"
  721. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "0000040B", "su"
  722. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "0000040C", "fr"
  723. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "0000040E", "hu"
  724. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "0000040F", "is"
  725. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "00000410", "it"
  726. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "00000411", "jp"
  727. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "00000412", "ko"
  728. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "00000413", "nl"
  729. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "00000414", "no"
  730. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "00000415", "pl"
  731. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "00000416", "br"
  732. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "00000418", "ro"
  733. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "00000419", "ru"
  734. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "0000041A", "yu"
  735. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "0000041B", "sl"
  736. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "0000041C", "us"
  737. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "0000041D", "sv"
  738. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "0000041F", "tr"
  739. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "00000422", "us"
  740. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "00000423", "us"
  741. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "00000424", "yu"
  742. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "00000425", "et"
  743. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "00000426", "us"
  744. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "00000427", "us"
  745. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "00000804", "ch"
  746. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "00000807", "sg"
  747. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "00000809", "uk"
  748. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "0000080A", "la"
  749. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "0000080C", "be"
  750. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "00000813", "be"
  751. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "00000816", "po"
  752. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "00000C0C", "cf"
  753. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "00000C1A", "us"
  754. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "00001009", "us"
  755. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "0000100C", "sf"
  756. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "00001809", "us"
  757. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "00010402", "us"
  758. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "00010405", "cz"
  759. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "00010407", "gr"
  760. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "00010408", "gk"
  761. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "00010409", "dv"
  762. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "0001040A", "sp"
  763. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "0001040E", "hu"
  764. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "00010410", "it"
  765. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "00010415", "pl"
  766. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "00010419", "ru"
  767. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "0001041B", "sl"
  768. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "0001041F", "tr"
  769. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "00010426", "us"
  770. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "00010C0C", "cf"
  771. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "00010C1A", "us"
  772. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "00020408", "gk"
  773. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "00020409", "us"
  774. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "00030409", "usl"
  775. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "00040409", "usr"
  776. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybCodes", "00050408", "gk"
  777. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybIDs", "00000410", "141"
  778. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybIDs", "0000041F", "179"
  779. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybIDs", "00010408", "220"
  780. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybIDs", "00010410", "142"
  781. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybIDs", "00010415", "214"
  782. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybIDs", "0001041F", "440"
  783. 0x1, "ControlSet001\Control\Keyboard Layout\DosKeybIDs", "00020408", "319"
  784. 0x1, "ControlSet001\Control\Keyboard Layouts\00000409", "Layout File", "KBDUS.DLL"
  785. 0x1, "ControlSet001\Control\Keyboard Layouts\00000409", "Layout Text", "US"
  786. 0x1, "ControlSet001\Control\Keyboard Layouts\00000409", "Layout Display Name", "@%SystemRoot%\system32\input.dll,-5000"
  787. 0x1, "ControlSet001\Control\Keyboard Layouts\00010409", "Layout File", "KBDDV.DLL"
  788. 0x1, "ControlSet001\Control\Keyboard Layouts\00010409", "Layout Id", "0002"
  789. 0x1, "ControlSet001\Control\Keyboard Layouts\00010409", "Layout Text", "United States Dvorak"
  790. 0x1, "ControlSet001\Control\Keyboard Layouts\00020409", "Layout File", "KBDUSX.DLL"
  791. 0x1, "ControlSet001\Control\Keyboard Layouts\00020409", "Layout Id", "0001"
  792. 0x1, "ControlSet001\Control\Keyboard Layouts\00020409", "Layout Text", "United States International"
  793. 0x1, "ControlSet001\Control\Keyboard Layouts\00030409", "Layout File", "KBDUSL.DLL"
  794. 0x1, "ControlSet001\Control\Keyboard Layouts\00030409", "Layout Id", "001A"
  795. 0x1, "ControlSet001\Control\Keyboard Layouts\00030409", "Layout Text", "United States Dvorak for left hand"
  796. 0x1, "ControlSet001\Control\Keyboard Layouts\00040409", "Layout File", "KBDUSR.DLL"
  797. 0x1, "ControlSet001\Control\Keyboard Layouts\00040409", "Layout Id", "001B"
  798. 0x1, "ControlSet001\Control\Keyboard Layouts\00040409", "Layout Text", "United States Dvorak for right hand"
  799. 0x1, "ControlSet001\Control\Nls\CodePage\EUDCCodeRange", "932", "F040-F9FC"
  800. 0x1, "ControlSet001\Control\Nls\CodePage\EUDCCodeRange", "936", "AAA1-AFFE,F8A1-FEFE,A140-A7A0"
  801. 0x1, "ControlSet001\Control\Nls\CodePage\EUDCCodeRange", "949", "C9A1-C9FE,FEA1-FEFE"
  802. 0x1, "ControlSet001\Control\Nls\CodePage\EUDCCodeRange", "950", "FA40-FEFE,8E40-A0FE,8140-8DFE,C6A1-C8FE"
  803. 0x1, "ControlSet001\Control\Nls\CodePage\EUDCCodeRange", "Unicode", "E000-F8FF"
  804. 0x4, "ControlSet001\Control\TimeZoneInformation", "ActiveTimeBias", 0x1A4
  805. 0x4, "ControlSet001\Control\TimeZoneInformation", "Bias", 0x1E0
  806. 0x4, "ControlSet001\Control\TimeZoneInformation", "DaylightBias", 0xFFFFFFC4
  807. 0x1, "ControlSet001\Control\TimeZoneInformation", "DaylightName", "Pacific Daylight Time"
  808. 0x3, "ControlSet001\Control\TimeZoneInformation", "DaylightStart",\
  809.     00,00,04,00,00,01,00,02,00,00,00,00,00,00,00,00
  810. 0x4, "ControlSet001\Control\TimeZoneInformation", "StandardBias", 0x0
  811. 0x1, "ControlSet001\Control\TimeZoneInformation", "StandardName", "Pacific Standard Time"
  812. 0x3, "ControlSet001\Control\TimeZoneInformation", "StandardStart",\
  813.     00,00,0A,00,05,00,02,00,00,00,00,00,00,00,00,00
  814.  
  815. [Default.AddReg]
  816. 0x2, "Control Panel\desktop", "WallPaper", "%systemroot%\system32\nu2.bmp"
  817.  
  818. [Default.DelReg]
  819. ; Default.DelReg is empty at the moment...
  820.  
  821. [SetValue]
  822. ; Adjust txtsetup.sif
  823. "txtsetup.sif", "SetupData", "osloadoptions", """/fastdetect /minint"""
  824. "txtsetup.sif", "SetupData", "loaderprompt", """Starting Windows [build by PE-Builder]..."""
  825.  
  826. [DelLine]
  827. "netmscli.inf", "MSClient.ndi.AddReg", "HKR, Ndi,            HelpText,"
  828. "netmscli.inf", "MSClient.Browser.AddReg", "HKR, Parameters, MaintainServerList,"
  829.  
  830. "nettcpip.inf", "Msft", "%MS_SMB.DisplayName%"
  831. "nettcpip.inf", "Registry.MS_TCPIP.PrimaryInstall", "HKR,Ndi,HelpText,"
  832. "nettcpip.inf", "Registry.MS_TCPIP.PrimaryInstall", "HKR,Ndi,CoServices,"
  833. "nettcpip.inf", "Registry.MS_TCPIP.PrimaryInstall", "HKR,Ndi,ExcludeSetupStartServices,"
  834. "nettcpip.inf", "MS_TCPIP.PrimaryInstall.Services", "AddService      = PolicyAgent,"
  835. "nettcpip.inf", "MS_TCPIP.PrimaryInstall.Services", "AddService      = Dnscache,"
  836. "nettcpip.inf", "Registry.MS_TCPIP.Legacy.Remove", "HKLM,SOFTWARE\Microsoft\Rpc\ClientProtocols,"
  837. "nettcpip.inf", "Registry.Service.TCPIP", "HKR,Performance,Object List,"
  838. "nettcpip.inf", "PolicyAgentEventLog.AddReg", "HKLM,SOFTWARE\Microsoft\IPSec,"
  839.  
  840. [AddLine]
  841. "netmscli.inf", "MSClient.DelReg", "HKLM, Software\Microsoft\Rpc\SecurityService, 9"
  842. "netmscli.inf", "MSClient.DelReg", "HKLM, Software\Microsoft\Rpc\SecurityService, 10"
  843. "netmscli.inf", "MSClient.DelReg", "HKLM, Software\Microsoft\Rpc\SecurityService, 14"
  844. "netmscli.inf", "MSClient.DelReg", "HKLM, Software\Microsoft\Rpc\SecurityService, 16"
  845. "netmscli.inf", "MSClient.AddReg", "HKLM, Software\Microsoft\Rpc\SecurityService, 9,  , secur32.dll"
  846. "netmscli.inf", "MSClient.AddReg", "HKLM, Software\Microsoft\Rpc\SecurityService, 10, , secur32.dll"
  847. "netmscli.inf", "MSClient.AddReg", "HKLM, Software\Microsoft\Rpc\SecurityService, 14, , schannel.dll"
  848. "netmscli.inf", "MSClient.AddReg", "HKLM, Software\Microsoft\Rpc\SecurityService, 16, , secur32.dll"
  849. "netmscli.inf", "MSClient.NetLogon.AddReg", "HKR, Parameters, DBFlag, 0, 0"
  850. "netmscli.inf", "MSClient.Browser.AddReg", "HKR, Parameters, MaintainServerList, 0,       Auto"
  851. "netmscli.inf", "MSClient.ndi.AddReg", "HKR, Ndi,            HelpText,                  0,      ""%%MSClient_HELP%%"""
  852. "nettcpip.inf", "Registry.MS_TCPIP.PrimaryInstall", "    HKR,Ndi,HelpText,,%%MS_TCPIP.HelpText%%"
  853. "nettcpip.inf", "Registry.MS_TCPIP.PrimaryInstall", "    HKR,Ndi,CoServices,%%FLG_ADDREG_TYPE_MULTI_SZ%%,""Tcpip"", ""Netbt"", ""Lmhosts"", ""Dhcp"", ""Dnscache"", ""PolicyAgent"", ""Nla"""
  854. "nettcpip.inf", "Registry.MS_TCPIP.PrimaryInstall", "    HKR,Ndi,ExcludeSetupStartServices, 0x00010000,""Tcpip"", ""Netbt"", ""Lmhosts"", ""Dhcp"", ""Dnscache"", ""PolicyAgent"", ""Nla"""
  855. "nettcpip.inf", "MS_TCPIP.PrimaryInstall.Services", "    AddService      = PolicyAgent, 0,    Install.AddService.PolicyAgent, PolicyAgentEventLog"
  856. "nettcpip.inf", "Registry.MS_TCPIP", "    HKLM,SOFTWARE\Microsoft\Rpc\ClientProtocols,ncacn_nb_tcp,,""rpcrt4.dll"""
  857. "nettcpip.inf", "Registry.Service.TCPIP", "    HKR,Parameters\Winsock,""UseDelayedAcceptance"",%%FLG_ADDREG_TYPE_DWORD%%,0x0000"
  858.  
  859. [SetValue]
  860. "netmscli.inf", "Alerter_Service_Inst", "StartType", "3"
  861. "netmscli.inf", "Messenger_Service_Inst", "StartType", "2"
  862. "netmscli.inf", "Messenger_Service_Inst", "ServiceBinary", "%%11%%\svchost.exe -k LocalService"
  863. "netmscli.inf", "Messenger_Service_Inst", "StartName", """NT AUTHORITY""\LocalService"
  864. "netmscli.inf", "RpcLocator_Service_Inst", "StartName", "LocalSystem"
  865. "netmscli.inf", "MSClient.ndi.PrintProvider"
  866. "netmscli.inf", "MSClient.NetLogon.AddReg", "HKR, Parameters, DBFlag, 0, 0"
  867. "netmscli.inf", "Strings", "MSClient_HELP", """Allows your computer to access resources on a Microsoft network."""
  868. "netmscli.inf", "NetLogon_Service_Inst", "LoadOrderGroup", "MS_WindowsRemoteValidation"
  869.  
  870. "nettcpip.inf", "ControlFlags", "ExcludeFromSelect", "MS_NetBT,MS_NETBT_SMB"
  871. "nettcpip.inf", "MS_TCPIP.PrimaryInstall", "Characteristics", "0x80"
  872. "nettcpip.inf", "MS_TCPIP.PrimaryInstall", "ProfileItems" ; del key
  873. "nettcpip.inf", "MS_TCPIP.Shortcut.Remove" ; del section
  874. "nettcpip.inf", "Install.AddService.TCPIP", "AddReg", "Registry.Service.TCPIP"
  875. "nettcpip.inf", "Install.AddService.DHCP", "ServiceBinary", """%%11%%\svchost.exe -k NetworkService"""
  876. "nettcpip.inf", "Install.AddService.DHCP", "Dependencies", "Tcpip, Afd, NetBT"
  877. "nettcpip.inf", "Install.AddService.DHCP", "StartName", "LocalSystem"
  878. "nettcpip.inf", "Install.AddService.DHCP", "AddReg", "Registry.Service.DHCP"
  879. "nettcpip.inf", "Install.AddService.DHCP", "Security" ; del key
  880. "nettcpip.inf", "Install.AddService.DNSCACHE", "AddReg", "Registry.Service.DNSCACHE"
  881. "nettcpip.inf", "Install.AddService.DNSCACHE", "Security" ; del key
  882. "nettcpip.inf", "Install.AddService.NLA", "StartType", "2"
  883. "nettcpip.inf", "Install.AddService.NLA", "Security" ; zap key
  884. "nettcpip.inf", "Registry.Service.DHCP.Secure" ; zap section
  885. "nettcpip.inf", "Registry.Service.DHCP.Secure.Security" ; zap section
  886. "nettcpip.inf", "Registry.Service.TCPIP.AdminOnly" ; zap section
  887. "nettcpip.inf", "Registry.Service.TCPIP.AdminOnly.Security" ; zap section
  888. "nettcpip.inf", "Registry.Service.DNSCACHE.Secure" ; zap section
  889. "nettcpip.inf", "Registry.Service.DNSCACHE.Secure.Security" ; zap section
  890. "nettcpip.inf", "Registry.Service.IPSEC" ; zap section
  891. "nettcpip.inf", "Install.AddService.LMHosts", "StartName", "LocalSystem"
  892. "nettcpip.inf", "Install.AddService.NetBT", "Security" ; zap key
  893. "nettcpip.inf", "Install.AddService.NetBT", "AddReg", "Registry.Service.NetBT"
  894. "nettcpip.inf", "Registry.Service.NetBT.Secure" ; zap section
  895. "nettcpip.inf", "Registry.Service.NetBT.Secure.Security" ; zap section
  896. "nettcpip.inf", "MS_SMB.Install" ; zap section
  897. "nettcpip.inf", "Registry.MS_SMB.Install" ; zap section
  898. "nettcpip.inf", "MS_SMB.Install.Services" ; zap section
  899. "nettcpip.inf", "Install.AddService.Smb" ; zap section
  900. "nettcpip.inf", "Registry.Service.Smb" ; zap section
  901. "nettcpip.inf", "Registry.Service.Smb.DelReg" ; zap section
  902. "nettcpip.inf", "MS_SMB.Install.Remove" ; zap section
  903. "nettcpip.inf", "MS_SMB.Install.Remove.Services" ; zap section
  904. "nettcpip.inf", "Registry.Service.TCPIP.Secure" ; zap section
  905. "nettcpip.inf", "Registry.Service.TCPIP.Secure.Security" ; zap section
  906. "nettcpip.inf", "Install.AddService.IPSEC", "AddReg", "Registry.Service.IPSEC"
  907. "nettcpip.inf", "Strings", "MS_TCPIP.HelpText", "Transmission Control Protocol/Internet Protocol. The default wide area network protocol that provides communication across diverse interconnected networks."
  908.  
  909. [SetValue.2600]
  910. ; Only for XP
  911. "nettcpip.inf", "Install.AddService.DHCP", "ServiceBinary", """%%11%%\svchost.exe -k netsvcs"""
  912.