Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

584 lines
36 KiB

  1. ; NETRASS.INX -- RAS Services
  2. ;
  3. ; Copyright (c) Microsoft Corporation. All rights reserved.
  4. [version]
  5. Signature = "$Windows NT$"
  6. Class = NetService
  7. ClassGUID = {4d36e974-e325-11ce-bfc1-08002be10318}
  8. Provider = %Msft%
  9. LayoutFile = layout.inf
  10. [ControlFlags]
  11. ExcludeFromSelect = MS_RasCli,MS_RasMan,MS_RasSrv,MS_RasRtr,MS_Steelhead,MS_ALG
  12. [Manufacturer]
  13. %Msft% = Msft
  14. [Msft]
  15. ; DisplayName Section DeviceID
  16. ; ----------- ------- --------
  17. %RasCli-DispName% = Ndi-RasCli, "MS_RasCli"
  18. %RasMan-DispName% = Ndi-RasMan, "MS_RasMan"
  19. %RasSrv-DispName% = Ndi-RasSrv, "MS_RasSrv"
  20. %Steelhead-DispName% = Ndi-Steelhead, "MS_Steelhead"
  21. %ALG-DispName% = Ndi-ALG, "MS_ALG"
  22. [Ndi-RasCli]
  23. Characteristics = 0x38 ; NCF_HIDDEN | NCF_NO_SERVICE | NCF_NOT_USER_REMOVABLE
  24. AddReg = Ndi-Reg-RasCli, Ndi-Reg-Cmmgr
  25. ProfileItems = Ndi-RasCli.Shortcut, NCW.Shortcut
  26. [Ndi-RasMan]
  27. Characteristics = 0x28 ; NCF_HIDDEN | NCF_NOT_USER_REMOVABLE
  28. AddReg = Ndi-Reg-RasMan
  29. [Ndi-RasSrv]
  30. Characteristics = 0x38 ; NCF_HIDDEN | NCF_NO_SERVICE | NCF_NOT_USER_REMOVABLE
  31. AddReg = Ndi-Reg-RasSrv
  32. [Ndi-Steelhead]
  33. Characteristics = 0x28 ; NCF_HIDDEN | NCF_NOT_USER_REMOVABLE
  34. AddReg = Ndi-Reg-Steelhead, Reg-Steelhead, Reg-Steelhead-EventLogs
  35. @s:ProfileItems = Snapin.Shortcut.Add, Nt4.Shortcut.Delete
  36. RegisterDlls = Perf-RemoteAccess-Load
  37. [Ndi-ALG]
  38. Characteristics = 0x28 ; NCF_HIDDEN | NCF_NOT_USER_REMOVABLE
  39. AddReg = Ndi-Reg-ALG
  40. Uninstall = Ndi-ALG.Remove
  41. [Ndi-Reg-RasCli]
  42. HKR, Ndi, ClsID, 0, "{6e65cbc0-926d-11d0-8e27-00c04fc99dcf}"
  43. HKR, Ndi\Interfaces, UpperRange, 0, "noupper"
  44. HKR, Ndi\Interfaces, LowerRange, 0, "nolower"
  45. [Ndi-Reg-RasMan]
  46. HKR, Ndi, Service, 0, "RasMan"
  47. HKR, Ndi, CoServices, 0x00010000, "RasAcd","RasAuto"
  48. HKR, Ndi, ExcludeSetupStartServices, 0x00010000, "RasAcd","RasAuto"
  49. HKR, Ndi\Interfaces, UpperRange, 0, "noupper"
  50. HKR, Ndi\Interfaces, LowerRange, 0, "nolower"
  51. [Ndi-Reg-RasSrv]
  52. HKR, Ndi, ClsID, 0, "{6e65cbc1-926d-11d0-8e27-00c04fc99dcf}"
  53. HKR, Ndi\Interfaces, UpperRange, 0, "noupper"
  54. HKR, Ndi\Interfaces, LowerRange, 0, "nolower"
  55. [Ndi-Reg-Steelhead]
  56. HKR, Ndi, ClsID, 0, "{6e65cbc5-926d-11d0-8e27-00c04fc99dcf}"
  57. HKR, Ndi, Service, 0, "RemoteAccess"
  58. HKR, Ndi, CoServices, 0x00010000, "RemoteAccess"
  59. HKR, Ndi, ExcludeSetupStartServices, 0x00010000, "RemoteAccess"
  60. HKR, Ndi\Interfaces, UpperRange, 0, "noupper"
  61. HKR, Ndi\Interfaces, LowerRange, 0, "nolower"
  62. [Ndi-Reg-ALG]
  63. HKR, Ndi, Service, 0, "ALG"
  64. HKR, Ndi, CoServices, 0x00010000, "ALG"
  65. HKR, Ndi\Interfaces, UpperRange, 0, "noupper"
  66. HKR, Ndi\Interfaces, LowerRange, 0, "nolower"
  67. [Ndi-Reg-Cmmgr]
  68. HKLM, "Software\Microsoft\Windows\CurrentVersion\App Paths\cmmgr32.exe", "", 0, "%11%\cmmgr32.exe"
  69. HKLM, "Software\Microsoft\Windows\CurrentVersion\App Paths\cmmgr32.exe", "Path", 0, "%11%"
  70. HKLM, "Software\Microsoft\Windows\CurrentVersion\App Paths\cmmgr32.exe", "CmstpExtensionDll", 0, "%11%\cmcfg32.dll"
  71. HKLM, "Software\Microsoft\Windows\CurrentVersion\App Paths\cmmgr32.exe", "CMInternalVersion", 0, "1.2"
  72. HKLM, "Software\Microsoft\Windows\CurrentVersion\App Paths\cmmgr32.exe", "CmNative", 0x10001, 0x1
  73. HKCR, "%CmDefaultCmdKeyName%", "", 0, "%CmDefaultCmdKeyName%"
  74. HKCR, "%CmDefaultCmdKeyName%\DefaultIcon", "", 0, "%11%\CMMGR32.EXE,1"
  75. HKCR, "%CmDefaultCmdKeyName%\shell\open\command", "", 0, "%11%\CMMGR32.EXE ""%1"""
  76. HKCR, "%CmDefaultCmdKeyName%\shell\Settings...\command", "", 0, "%11%\CMMGR32.EXE /settings ""%1"""
  77. @@:@m:HKLM, "Software\wow6432Node\Microsoft\windows\CurrentVersion\App Paths\cmmgr32.exe", "CmstpExtensionDll", 0, "%25%\syswow64\cmcfg32.dll"
  78. [Ndi-Steelhead.Remove]
  79. DelReg = Reg-Steelhead, Reg-Steelhead-EventLogs
  80. @s:ProfileItems = Snapin.Shortcut.Delete
  81. RegisterDlls = Perf-RemoteAccess-Unload
  82. ; Shortcut goodies
  83. ;
  84. ; This adds a shortcut to the network connections folder under
  85. ; Start/Programs/Accessories/Communications
  86. ;
  87. [Ndi-RasCli.Shortcut]
  88. Name = %ConnFolderName%
  89. SubDir = %ConnFolderSubDir%
  90. CmdLine = 10,,"explorer.exe ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{21EC2020-3AEA-1069-A2DD-08002B30309D}\::{7007acc7-3202-11d1-aad2-00805fc1270e}"
  91. IconPath = 11,,netshell.dll
  92. IconIndex = 0
  93. Infotip = %ConnFolderTip%
  94. DisplayResource = "%systemroot%\system32\netshell.dll",1200
  95. ; This adds a shortcut to the New Connection Wizard under
  96. ; Start/Programs/Accessories/Communications
  97. ;
  98. [NCW.Shortcut]
  99. Name = %NCW-Name%
  100. SubDir = %NCW-SubDir%
  101. CmdLine = 11,,"rundll32 netshell.dll,StartNCW"
  102. IconPath = 11,,netshell.dll
  103. IconIndex = 3
  104. Infotip = %NCW-ToolTip%
  105. DisplayResource = "%systemroot%\system32\netshell.dll",1010
  106. ; Administrative Tools shortcut
  107. ;
  108. @s:[Snapin.Shortcut.Add]
  109. @s:Name = %Snapin-Desc%
  110. @s:SubDir = %Snapin-Group-Name%
  111. @s:CmdLine = 11,,"rrasmgmt.msc /s""
  112. @s:IconPath = 11,,mprsnap.dll
  113. @s:IconIndex = 0
  114. @s:InfoTip = "@%11%\mprsnap.dll,-57345"
  115. @s:DisplayResource = "%11%\mprsnap.dll",42
  116. ;@s:Infotip = %Snapin-HelpText%
  117. @s:[Snapin.Shortcut.Delete]
  118. @s:Name = %Snapin-Desc%, 0x2
  119. @s:SubDir = %Snapin-Group-Name%
  120. @s:[Nt4.Shortcut.Delete]
  121. @s:Name = %Nt4RasAdmin-Desc%, 0x2
  122. @s:SubDir = %Nt4RasAdmin-Group-Name%
  123. ;-------------------------------------------------------------------------
  124. ; [Services] sections.
  125. ; 0x10 = SPSVCINST_NOCLOBBER_STARTTYPE
  126. ;-------------------------------------------------------------------------
  127. [Ndi-RasMan.Services]
  128. AddService = RasAcd, 0, Svc-RasAcd
  129. AddService = RasAuto, 0, Svc-RasAuto, Evt-Rasmsg
  130. AddService = RasMan, 0, Svc-RasMan, Evt-Rasmsg
  131. [Ndi-Steelhead.Services]
  132. AddService = RemoteAccess, 0x90, Svc-RemoteAccess, Evt-RemoteAccess
  133. AddService = IpFilterDriver, 0x10, Svc-IpFilter
  134. AddService = IpInIp, 0, Svc-IpInIp
  135. AddService = IpNat, 0, Svc-IpNat
  136. @@!d!b!l:@i:AddService = SharedAccess, 0x10, Svc-SharedAccess
  137. [Ndi-ALG.Services]
  138. AddService = ALG,, Svc-ALG
  139. [Ndi-RasMan.Remove.Services]
  140. DelService = RasAcd
  141. DelService = RasAuto
  142. DelService = RasMan
  143. [Ndi-Steelhead.Remove.Services]
  144. DelService = RemoteAccess
  145. DelService = IpFilterDriver
  146. DelService = IpInIp
  147. DelService = IpNat
  148. DelService = NwlnkFlt
  149. DelService = NwlnkFwd
  150. @@!d!b!l:@i:DelService = SharedAccess
  151. [Ndi-ALG.Remove.Services]
  152. DelService = ALG
  153. ;-------------------------------------------------------------------------
  154. ; [Service Install] sections.
  155. ;-------------------------------------------------------------------------
  156. ; rasacd is a member of "Streams Drivers" (and is auto start) so that
  157. ; the SCM will start it before starting any other transports.
  158. ; (Other transports are members of TDI or PNP_TDI which come after
  159. ; Streams Drivers in HKLM\System\CurrentControlSet\Control\ServiceGroupOrder)
  160. ;
  161. [Svc-RasAcd]
  162. DisplayName = %Svc-RasAcd-DispName%
  163. ServiceType = 1 ;SERVICE_KERNEL_DRIVER
  164. StartType = 1 ;SERVICE_SYSTEM_START
  165. ErrorControl = 1 ;SERVICE_ERROR_NORMAL
  166. ServiceBinary = %12%\rasacd.sys
  167. LoadOrderGroup = "Streams Drivers"
  168. Description = %Svc-RasAcd-DispName%
  169. AddReg = Reg-RasAcd-Params
  170. [Reg-RasAcd-Params]
  171. HKR, Parameters,, 0x10
  172. [Svc-RasAuto]
  173. DisplayName = %Svc-RasAuto-DispName%
  174. ServiceType = 0x20 ; SERVICE_WIN32_SHARE_PROCESS
  175. StartType = 3 ;SERVICE_DEMAND_START
  176. ErrorControl = 1 ;SERVICE_ERROR_NORMAL
  177. ServiceBinary = %11%\svchost.exe -k netsvcs
  178. Dependencies = RasMan,Tapisrv
  179. AddReg = Reg-RasAuto-Params
  180. Description = %Svc-RasAuto-Description%
  181. [Reg-RasAuto-Params]
  182. HKR, Parameters, ServiceDll, 0x00020000, "%%SystemRoot%%\System32\rasauto.dll"
  183. ; RasMan Service Security:
  184. ; allow Authenticated Users to query/start service
  185. ; Power Users to query/start/stop/pause service
  186. ; Administrators full control
  187. [Svc-RasMan]
  188. DisplayName = %Svc-RasMan-DispName%
  189. ServiceType = 0x20 ; SERVICE_WIN32_SHARE_PROCESS
  190. StartType = 3 ;SERVICE_DEMAND_START
  191. ErrorControl = 1 ;SERVICE_ERROR_NORMAL
  192. ServiceBinary = %11%\svchost.exe -k netsvcs
  193. Dependencies = Tapisrv
  194. AddReg = Reg-RasMan-Params
  195. Description = %Svc-RasMan-Description%
  196. Security = "D:(A;;0x2019D;;;AU)(A;;0x201FD;;;PU)(A;;0xF01FF;;;BA)"
  197. [Reg-RasMan-Params]
  198. HKR, Parameters, Medias, 0x00010000, "rastapi"
  199. HKR, Parameters, ServiceDll, 0x00020000, "%%SystemRoot%%\System32\rasmans.dll"
  200. HKR, PPP, MaxConfigure, 0x00010003, 10
  201. HKR, PPP, MaxFailure, 0x00010003, 10
  202. HKR, PPP, MaxReject, 0x00010003, 5
  203. HKR, PPP, MaxTerminate, 0x00010003, 2
  204. HKR, PPP, Multilink, 0x00010003, 0
  205. HKR, PPP, NegotiateTime, 0x00010003, 150
  206. HKR, PPP, RestartTimer, 0x00010003, 3
  207. HKR, PPP\ControlProtocols\BuiltIn, Path, 0x00020000, "%%SystemRoot%%\System32\rasppp.dll"
  208. HKR, PPP\ControlProtocols\Chap, Path, 0x00020000, "%%SystemRoot%%\System32\raschap.dll"
  209. HKR, PPP\EAP, Path, 0x00020000, "%%SystemRoot%%\System32\rasppp.dll"
  210. ;************************
  211. ;EAP MD5 CHAP Reg Keys
  212. ;************************
  213. HKR, PPP\EAP\4, FriendlyName, 0, %Chap-DispName%
  214. HKR, PPP\EAP\4, Path, 0x00020000, "%%SystemRoot%%\System32\raschap.dll"
  215. HKR, PPP\EAP\4, InvokeUsernameDialog, 0x00010003, 1
  216. HKR, PPP\EAP\4, InvokePasswordDialog, 0x00010003, 1
  217. HKR, PPP\EAP\4, RolesSupported, 0x00010003, 11
  218. HKR, PPP\EAP\4, PerPolicyConfig, 0x00010003, 1
  219. ;************************
  220. ;EAPTLS Reg Keys
  221. ;************************
  222. HKR, PPP\EAP\13, FriendlyName, 0, %Eap-DispName%
  223. HKR, PPP\EAP\13, Path, 0x00020000, "%%SystemRoot%%\System32\rastls.dll"
  224. HKR, PPP\EAP\13, ConfigUiPath, 0x00020000, "%%SystemRoot%%\System32\rastls.dll"
  225. HKR, PPP\EAP\13, IdentityPath, 0x00020000, "%%SystemRoot%%\System32\rastls.dll"
  226. HKR, PPP\EAP\13, InteractiveUIPath, 0x00020000, "%%SystemRoot%%\System32\rastls.dll"
  227. HKR, PPP\EAP\13, InvokeUsernameDialog, 0x00010003, 0
  228. HKR, PPP\EAP\13, InvokePasswordDialog, 0x00010003, 0
  229. HKR, PPP\EAP\13, MPPEEncryptionSupported,0x00010003, 1
  230. HKR, PPP\EAP\13, ConfigCLSID, 0, {58AB2366-D597-11d1-B90E-00C04FC9B263}
  231. HKR, PPP\EAP\13, StandaloneSupported, 0x00010003, 0
  232. HKR, PPP\EAP\13, NoRootRevocationCheck, 0x00010003, 1
  233. HKR, PPP\EAP\13, RolesSupported, 0x00010003, 3
  234. HKR, PPP\EAP\13, PerPolicyConfig, 0x00010003, 1
  235. ;************************
  236. ;PEAP Reg Keys
  237. ;************************
  238. HKR, PPP\EAP\25, FriendlyName, 0, %PEAP-DispName%
  239. HKR, PPP\EAP\25, Path, 0x00020000, "%%SystemRoot%%\System32\rastls.dll"
  240. HKR, PPP\EAP\25, ConfigUiPath, 0x00020000, "%%SystemRoot%%\System32\rastls.dll"
  241. HKR, PPP\EAP\25, IdentityPath, 0x00020000, "%%SystemRoot%%\System32\rastls.dll"
  242. HKR, PPP\EAP\25, InteractiveUIPath, 0x00020000, "%%SystemRoot%%\System32\rastls.dll"
  243. HKR, PPP\EAP\25, InvokeUsernameDialog, 0x00010003, 0
  244. HKR, PPP\EAP\25, InvokePasswordDialog, 0x00010003, 0
  245. HKR, PPP\EAP\25, MPPEEncryptionSupported,0x00010003, 1
  246. HKR, PPP\EAP\25, ConfigCLSID, 0, {58AB2366-D597-11d1-B90E-00C04FC9B263}
  247. HKR, PPP\EAP\25, StandaloneSupported, 0x00010003, 1
  248. HKR, PPP\EAP\25, NoRootRevocationCheck, 0x00010003, 1
  249. HKR, PPP\EAP\25, RolesSupported , 0x00010003, 19
  250. HKR, PPP\EAP\25, PerPolicyConfig, 0x00010003, 1
  251. ;************************
  252. ;EAP MSCHAP Reg Keys
  253. ;************************
  254. HKR, PPP\EAP\26, FriendlyName, 0, %EAPMSCHAP-DispName%
  255. HKR, PPP\EAP\26, Path, 0x00020000, "%%SystemRoot%%\System32\raschap.dll"
  256. HKR, PPP\EAP\26, ConfigUiPath, 0x00020000, "%%SystemRoot%%\System32\raschap.dll"
  257. HKR, PPP\EAP\26, IdentityPath, 0x00020000, "%%SystemRoot%%\System32\raschap.dll"
  258. HKR, PPP\EAP\26, InteractiveUIPath, 0x00020000, "%%SystemRoot%%\System32\raschap.dll"
  259. HKR, PPP\EAP\26, InvokeUsernameDialog, 0x00010003, 0
  260. HKR, PPP\EAP\26, InvokePasswordDialog, 0x00010003, 0
  261. HKR, PPP\EAP\26, MPPEEncryptionSupported,0x00010003, 1
  262. HKR, PPP\EAP\26, ConfigCLSID, 0, {2af6bcaa-f526-4803-aeb8-5777ce386647}
  263. HKR, PPP\EAP\26, StandaloneSupported, 0x00010003, 1
  264. HKR, PPP\EAP\26, RolesSupported , 0x00010003, 23
  265. HKR, PPP\EAP\26, PerPolicyConfig, 0x00010003, 1
  266. [Svc-RemoteAccess]
  267. DisplayName = %Svc-RemoteAccess-DispName%
  268. ServiceType = 0x20 ; SERVICE_WIN32_SHARE_PROCESS
  269. StartType = 4 ;SERVICE_DISABLED
  270. ErrorControl = 1 ;SERVICE_ERROR_NORMAL
  271. ServiceBinary = %11%\svchost.exe -k netsvcs
  272. ;
  273. ; The dependancy on RpcSs is because this service may be set to auto-start
  274. ; and it runs in an instance of Svchost that needs to call
  275. ; CoInitailizeSecurity on behalf of the entire process.
  276. ; This call (made by svchost) will not succeed unless RpcSs is running.
  277. ;
  278. Dependencies = +NetBIOSGroup,RpcSS
  279. AddReg = Reg-RemoteAccess-Params
  280. Description = %Svc-RemoteAccess-Description%
  281. [Svc-IpFilter]
  282. DisplayName = %Svc-IpFilter-DispName%
  283. ServiceType = 1 ;SERVICE_KERNEL_DRIVER
  284. StartType = 3 ;SERVICE_DEMAND_START
  285. ErrorControl = 1 ;SERVICE_ERROR_NORMAL
  286. ServiceBinary = %12%\ipfltdrv.sys
  287. Dependencies = Tcpip
  288. Description = %Svc-IpFilter-DispName%
  289. [Svc-IpInIp]
  290. DisplayName = %Svc-IpInIp-DispName%
  291. ServiceType = 1 ;SERVICE_KERNEL_DRIVER
  292. StartType = 3 ;SERVICE_DEMAND_START
  293. ErrorControl = 1 ;SERVICE_ERROR_NORMAL
  294. ServiceBinary = %12%\ipinip.sys
  295. Dependencies = Tcpip
  296. Description = %Svc-IpInIp-DispName%
  297. [Svc-IpNat]
  298. DisplayName = %Svc-IpNat-DispName%
  299. ServiceType = 1 ;SERVICE_KERNEL_DRIVER
  300. StartType = 3 ;SERVICE_DEMAND_START
  301. ErrorControl = 1 ;SERVICE_ERROR_NORMAL
  302. ServiceBinary = %12%\ipnat.sys
  303. Dependencies = Tcpip
  304. Description = %Svc-IpNat-DispName%
  305. @@!d!b!l:@i:[Svc-SharedAccess]
  306. @@!d!b!l:@i:DisplayName = %Svc-SharedAccess-DispName%
  307. @@!d!b!l:@i:ServiceType = 0x20 ;SERVICE_WIN32_SHARE_PROCESS
  308. @@!d!b!l:@i:StartType = 4 ;SERVICE_DISABLED
  309. @@!d!b!l:@i:ErrorControl = 1 ;SERVICE_ERROR_NORMAL
  310. @@!d!b!l:@i:ServiceBinary = %11%\svchost.exe -k netsvcs
  311. @@!d!b!l:@i:Dependencies = Netman,NLA,RasMan,ALG
  312. @@!d!b!l:@i:AddReg = Reg-SharedAccess-Params
  313. @@!d!b!l:@i:Description = %Svc-SharedAccess-Description%
  314. @@!d!b!l:@i:[Reg-SharedAccess-Params]
  315. @@!d!b!l:@i:HKR, Parameters, ServiceDll, 0x00020000, "%%SystemRoot%%\System32\ipnathlp.dll"
  316. [Svc-ALG]
  317. Description = %Svc-ALG-Description%
  318. DisplayName = %Svc-ALG-DispName%
  319. ServiceType = 0x10 ;SERVICE_WIN32_OWN_PROCESS
  320. StartType = 3 ;SERVICE_DEMAND_START
  321. ErrorControl = 1 ;SERVICE_ERROR_NORMAL
  322. ServiceBinary = "%%SystemRoot%%\System32\alg.exe"
  323. AddReg = Reg-ALG-Params
  324. StartName = "NT AUTHORITY\LocalService"
  325. [Reg-ALG-Params]
  326. HKLM,SOFTWARE\Classes\CLSID\{D6015EC3-FA16-4813-9CA1-DA204574F5DA},,,"AlgController Class"
  327. HKLM,SOFTWARE\Classes\CLSID\{D6015EC3-FA16-4813-9CA1-DA204574F5DA},"AppID",,"{4A0F9AA8-A71E-4CC3-891B-76CAC67E67C0}"
  328. HKLM,SOFTWARE\Classes\CLSID\{D6015EC3-FA16-4813-9CA1-DA204574F5DA}\"LocalServer32",,,"%11%\alg.exe"
  329. HKCR,Interface\{B71BFBF1-2AF2-4820-810C-4F8EFF838E60},,,"IAlgController"
  330. HKCR,Interface\{B71BFBF1-2AF2-4820-810C-4F8EFF838E60}\"ProxyStubClsid32",,,"{FDD384CC-78C6-4E6D-8694-1DACBEE57F96}"
  331. HKCR,Interface\{B71BFBF1-2AF2-4820-810C-4F8EFF838E60}\NumMethods,,,"9"
  332. HKCR,AppID\{4A0F9AA8-A71E-4CC3-891B-76CAC67E67C0},"LocalService",,"ALG"
  333. ; Built-in ALG modules
  334. HKLM,SOFTWARE\Microsoft\ALG\ISV\{6E590D61-F6BC-4dad-AC21-7DC40D304059},"Publisher",,"Microsoft Corp"
  335. HKLM,SOFTWARE\Microsoft\ALG\ISV\{6E590D61-F6BC-4dad-AC21-7DC40D304059},"Product",,"FTP Client/Server Protocol"
  336. HKLM,SOFTWARE\Microsoft\ALG\ISV\{6E590D61-F6BC-4dad-AC21-7DC40D304059},"Version",,"1.0"
  337. HKLM,SOFTWARE\Microsoft\ALG\ISV\{6E590D61-F6BC-4dad-AC21-7DC40D304059},"Protocol",0x00010001,0x00000001
  338. HKLM,SOFTWARE\Microsoft\ALG\ISV\{6E590D61-F6BC-4dad-AC21-7DC40D304059},"Ports",,"21"
  339. HKLM,SOFTWARE\Microsoft\ALG\ISV,"{6E590D61-F6BC-4dad-AC21-7DC40D304059}",,"Enable"
  340. ;-------------------------------------------------------------------------
  341. ; [Performance Counters] sections.
  342. ;-------------------------------------------------------------------------
  343. [Perf-RemoteAccess-Load]
  344. 11,, lodctr.exe, 1,,"rasctrs.ini"
  345. [Perf-RemoteAccess-Unload]
  346. 11,, unlodctr.exe, 1,,"RemoteAccess"
  347. ;-------------------------------------------------------------------------
  348. ; [Event Log] sections.
  349. ;-------------------------------------------------------------------------
  350. [Evt-Rasmsg]
  351. AddReg = Evt-Rasmsg-AddReg
  352. [Evt-Rasmsg-AddReg]
  353. HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\mprmsg.dll"
  354. HKR,, TypesSupported, 0x00010001, 0x0000001f
  355. [Evt-RemoteAccess]
  356. AddReg = Evt-RemoteAccess-AddReg
  357. [Evt-RemoteAccess-AddReg]
  358. HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\mprmsg.dll"
  359. HKR,, ParameterMessageFile, 0x00020000, "%%SystemRoot%%\System32\iassvcs.dll"
  360. HKR,, TypesSupported, 0x00010001, 0x0000001f
  361. ; These event logs are explicitley AddReg'd by [Ndi-Steelhead]. They
  362. ; don't have associated services, so they can't be added using an
  363. ; [Event Log] section.
  364. ;
  365. [Reg-Steelhead-EventLogs]
  366. HKLM, System\CurrentControlSet\Services\EventLog\System\IPBOOTP, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\ipbootp.dll"
  367. HKLM, System\CurrentControlSet\Services\EventLog\System\IPBOOTP, TypesSupported, 0x00010001, 0x00000007
  368. HKLM, System\CurrentControlSet\Services\EventLog\System\IPNATHLP, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\ipnathlp.dll"
  369. HKLM, System\CurrentControlSet\Services\EventLog\System\IPNATHLP, TypesSupported, 0x00010001, 0x00000007
  370. HKLM, System\CurrentControlSet\Services\EventLog\System\IPRIP2, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\iprip2.dll"
  371. HKLM, System\CurrentControlSet\Services\EventLog\System\IPRIP2, TypesSupported, 0x00010001, 0x00000007
  372. HKLM, System\CurrentControlSet\Services\EventLog\System\IPRouterManager, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\mprmsg.dll"
  373. HKLM, System\CurrentControlSet\Services\EventLog\System\IPRouterManager, TypesSupported, 0x00010001, 0x00000007
  374. HKLM, System\CurrentControlSet\Services\EventLog\System\IPXCP, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\mprmsg.dll"
  375. HKLM, System\CurrentControlSet\Services\EventLog\System\IPXCP, TypesSupported, 0x00010001, 0x00000007
  376. HKLM, System\CurrentControlSet\Services\EventLog\System\IPXSAP, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\mprmsg.dll"
  377. HKLM, System\CurrentControlSet\Services\EventLog\System\IPXSAP, TypesSupported, 0x00010001, 0x00000007
  378. HKLM, System\CurrentControlSet\Services\EventLog\System\OSPF, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\ospf.dll"
  379. HKLM, System\CurrentControlSet\Services\EventLog\System\OSPF, TypesSupported, 0x00010001, 0x00000007
  380. HKLM, System\CurrentControlSet\Services\EventLog\System\OSPFMib, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\ospfmib.dll"
  381. HKLM, System\CurrentControlSet\Services\EventLog\System\OSPFMib, TypesSupported, 0x00010001, 0x00000007
  382. HKLM, System\CurrentControlSet\Services\EventLog\System\IGMPv2, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\igmpv2.dll"
  383. HKLM, System\CurrentControlSet\Services\EventLog\System\IGMPv2, TypesSupported, 0x00010001, 0x00000007
  384. HKLM, System\CurrentControlSet\Services\EventLog\System\IPMGM, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\rtm.dll"
  385. HKLM, System\CurrentControlSet\Services\EventLog\System\IPMGM, TypesSupported, 0x00010001, 0x00000007
  386. [Reg-Steelhead]
  387. HKLM, System\CurrentControlSet\Services\RemoteAccess\Parameters\AppleTalk, EnableIn, 0x00010003, 1
  388. HKLM, System\CurrentControlSet\Services\RemoteAccess\Parameters\Ip, AllowClientIpAddresses, 0x00010003, 0
  389. HKLM, System\CurrentControlSet\Services\RemoteAccess\Parameters\Ip, AllowNetworkAccess, 0x00010003, 1
  390. HKLM, System\CurrentControlSet\Services\RemoteAccess\Parameters\Ip, EnableIn, 0x00010003, 1
  391. HKLM, System\CurrentControlSet\Services\RemoteAccess\Parameters\Ip, IpAddress, 0x00000002, "0.0.0.0"
  392. HKLM, System\CurrentControlSet\Services\RemoteAccess\Parameters\Ip, IpMask, 0x00000002, "0.0.0.0"
  393. HKLM, System\CurrentControlSet\Services\RemoteAccess\Parameters\Ip, UseDhcpAddressing, 0x00010003, 1
  394. HKLM, System\CurrentControlSet\Services\RemoteAccess\Parameters\Ipx, EnableIn, 0x00010003, 0
  395. HKLM, System\CurrentControlSet\Services\RemoteAccess\Parameters\Ipx, AcceptRemoteNodeNumber, 0x00010003, 1
  396. HKLM, System\CurrentControlSet\Services\RemoteAccess\Parameters\Ipx, AllowNetworkAccess, 0x00010003, 1
  397. HKLM, System\CurrentControlSet\Services\RemoteAccess\Parameters\Ipx, AutoWanNetAllocation, 0x00010003, 1
  398. HKLM, System\CurrentControlSet\Services\RemoteAccess\Parameters\Ipx, FirstWanNet, 0x00010003, 0
  399. HKLM, System\CurrentControlSet\Services\RemoteAccess\Parameters\Ipx, GlobalWanNet, 0x00010003, 1
  400. HKLM, System\CurrentControlSet\Services\RemoteAccess\Parameters\Ipx, LastWanNet, 0x00010003, 0
  401. HKLM, System\CurrentControlSet\Services\RemoteAccess\Parameters\Nbf, EnableIn, 0x00010003, 1
  402. HKLM, System\CurrentControlSet\Services\RemoteAccess\Parameters\Nbf, AllowNetworkAccess, 0x00010003, 1
  403. @s:HKLM, System\CurrentControlSet\Services\RemoteAccess\Parameters\Ip, EnableRoute, 0x00010003, 1
  404. @s:HKLM, System\CurrentControlSet\Services\RemoteAccess\Parameters\Ipx, EnableRoute, 0x00010003, 0
  405. HKLM, System\CurrentControlSet\Services\RemoteAccess\Accounting\Providers\{1AA7F840-C7F5-11D0-A376-00C04FC9DA04}, ConfigClsid, 0, "{1AA7F840-C7F5-11D0-A376-00C04FC9DA04}"
  406. HKLM, System\CurrentControlSet\Services\RemoteAccess\Accounting\Providers\{1AA7F840-C7F5-11D0-A376-00C04FC9DA04}, DisplayName, 0, %Radius-Accounting%
  407. HKLM, System\CurrentControlSet\Services\RemoteAccess\Accounting\Providers\{1AA7F840-C7F5-11D0-A376-00C04FC9DA04}, Path, 0x00020000, "%%SystemRoot%%\System32\rasrad.dll"
  408. HKLM, System\CurrentControlSet\Services\RemoteAccess\Accounting\Providers\{1AA7F840-C7F5-11D0-A376-00C04FC9DA04}, ProviderTypeGUID, 0, "{76560D80-2BFD-11d2-9539-3078302C2030}"
  409. HKLM, System\CurrentControlSet\Services\RemoteAccess\Accounting\Providers\{1AA7F840-C7F5-11D0-A376-00C04FC9DA04}, VendorName, 0, %Msft%
  410. HKLM, System\CurrentControlSet\Services\RemoteAccess\Accounting\Providers\{1AA7F846-C7F5-11D0-A376-00C04FC9DA04}, ConfigClsid, 0, ""
  411. HKLM, System\CurrentControlSet\Services\RemoteAccess\Accounting\Providers\{1AA7F846-C7F5-11D0-A376-00C04FC9DA04}, DisplayName, 0, %Nt-Accounting%
  412. HKLM, System\CurrentControlSet\Services\RemoteAccess\Accounting\Providers\{1AA7F846-C7F5-11D0-A376-00C04FC9DA04}, Path, 0x00020000, "%%SystemRoot%%\System32\mprddm.dll"
  413. HKLM, System\CurrentControlSet\Services\RemoteAccess\Accounting\Providers\{1AA7F846-C7F5-11D0-A376-00C04FC9DA04}, ProviderTypeGUID, 0, "{76560D81-2BFD-11d2-9539-3078302C2030}"
  414. HKLM, System\CurrentControlSet\Services\RemoteAccess\Accounting\Providers\{1AA7F846-C7F5-11D0-A376-00C04FC9DA04}, VendorName, 0, %Msft%
  415. HKLM, System\CurrentControlSet\Services\RemoteAccess\Accounting\Providers, ActiveProvider, 2, "{1AA7F846-C7F5-11D0-A376-00C04FC9DA04}"
  416. HKLM, System\CurrentControlSet\Services\RemoteAccess\Authentication\Providers\{1AA7F83F-C7F5-11D0-A376-00C04FC9DA04}, ConfigClsid, 0, "{1AA7F83F-C7F5-11D0-A376-00C04FC9DA04}"
  417. HKLM, System\CurrentControlSet\Services\RemoteAccess\Authentication\Providers\{1AA7F83F-C7F5-11D0-A376-00C04FC9DA04}, DisplayName, 0, %Radius-Authentication%
  418. HKLM, System\CurrentControlSet\Services\RemoteAccess\Authentication\Providers\{1AA7F83F-C7F5-11D0-A376-00C04FC9DA04}, Path, 0x00020000, "%%SystemRoot%%\System32\rasrad.dll"
  419. HKLM, System\CurrentControlSet\Services\RemoteAccess\Authentication\Providers\{1AA7F83F-C7F5-11D0-A376-00C04FC9DA04}, VendorName, 0, %Msft%
  420. HKLM, System\CurrentControlSet\Services\RemoteAccess\Authentication\Providers\{1AA7F83F-C7F5-11D0-A376-00C04FC9DA04}, ProviderTypeGUID, 0, "{76560D00-2BFD-11d2-9539-3078302C2030}"
  421. HKLM, System\CurrentControlSet\Services\RemoteAccess\Authentication\Providers\{1AA7F841-C7F5-11D0-A376-00C04FC9DA04}, ConfigClsid, 0, ""
  422. HKLM, System\CurrentControlSet\Services\RemoteAccess\Authentication\Providers\{1AA7F841-C7F5-11D0-A376-00C04FC9DA04}, DisplayName, 0, %Nt-Authentication%
  423. HKLM, System\CurrentControlSet\Services\RemoteAccess\Authentication\Providers\{1AA7F841-C7F5-11D0-A376-00C04FC9DA04}, Path, 0x00020000, "%%SystemRoot%%\System32\mprddm.dll"
  424. HKLM, System\CurrentControlSet\Services\RemoteAccess\Authentication\Providers\{1AA7F841-C7F5-11D0-A376-00C04FC9DA04}, VendorName, 0, %Msft%
  425. HKLM, System\CurrentControlSet\Services\RemoteAccess\Authentication\Providers\{1AA7F841-C7F5-11D0-A376-00C04FC9DA04}, ProviderTypeGUID, 0, "{76560D01-2BFD-11d2-9539-3078302C2030}"
  426. HKLM, System\CurrentControlSet\Services\RemoteAccess\Authentication\Providers, ActiveProvider, 2, "{1AA7F841-C7F5-11D0-A376-00C04FC9DA04}"
  427. @@:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip, ConfigClsid, 0, "58bdf951-f471-11cf-aa67-00805f0c9232"
  428. @@:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip, ConfigDll, 0, "ipadmin.dll"
  429. @@:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip, DllPath, 0x00020000, "%%SystemRoot%%\System32\iprtrmgr.dll"
  430. @@:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip, ProtocolId, 0x00010001, 0x21
  431. @@:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip, Title, 0, %RtrMgr-Ip-DispName%
  432. @@:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\AUTODHCP, ConfigClsid, 0, "{C2FE450A-D6C2-11D0-A37B-00C04FC9DA04}"
  433. @@:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\AUTODHCP, ConfigDll, 0, "ipadmin.dll"
  434. @@:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\AUTODHCP, DllName, 0, "ipnathlp.dll"
  435. @@:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\AUTODHCP, Flags, 0x00010001, 0x1
  436. @@:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\AUTODHCP, ProtocolId, 0x00010001, 0x81372714
  437. @@:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\AUTODHCP, Title, 0, %RtrMgr-Ip-AutoDhcp-DispName%
  438. @@:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\AUTODHCP, VendorName, 0, %Msft%
  439. @@:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\DNSPROXY, ConfigClsid, 0, "{C2FE450A-D6C2-11D0-A37B-00C04FC9DA04}"
  440. @@:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\DNSPROXY, ConfigDll, 0, "ipadmin.dll"
  441. @@:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\DNSPROXY, DllName, 0, "ipnathlp.dll"
  442. @@:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\DNSPROXY, Flags, 0x00010001, 0x1
  443. @@:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\DNSPROXY, ProtocolId, 0x00010001, 0x81372713
  444. @@:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\DNSPROXY, Title, 0, %RtrMgr-Ip-DnsProxy-DispName%
  445. @@:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\DNSPROXY, VendorName, 0, %Msft%
  446. @@:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\ALG, ConfigClsid, 0, "{C2FE450A-D6C2-11D0-A37B-00C04FC9DA04}"
  447. @@:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\ALG, ConfigDll, 0, "ipadmin.dll"
  448. @@:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\ALG, DllName, 0, "ipnathlp.dll"
  449. @@:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\ALG, Flags, 0x00010001, 0x1
  450. @@:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\ALG, ProtocolId, 0x00010001, 0x8137271A
  451. @@:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\ALG, Title, 0, %RtrMgr-Ip-Ftp-DispName%
  452. @@:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\ALG, VendorName, 0, %Msft%
  453. @@:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\H323, ConfigClsid, 0, "{C2FE450A-D6C2-11D0-A37B-00C04FC9DA04}"
  454. @@:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\H323, ConfigDll, 0, "ipadmin.dll"
  455. @@:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\H323, DllName, 0, "ipnathlp.dll"
  456. @@:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\H323, Flags, 0x00010001, 0x1
  457. @@:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\H323, ProtocolId, 0x00010001, 0x8137271B
  458. @@:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\H323, Title, 0, %RtrMgr-Ip-H323-DispName%
  459. @@:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\H323, VendorName, 0, %Msft%
  460. @s:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\IGMP, ConfigClsid, 0, "{C2FE450A-D6C2-11D0-A37B-00C04FC9DA04}"
  461. @s:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\IGMP, ConfigDll, 0, "ipadmin.dll"
  462. @s:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\IGMP, DllName, 0, "igmpv2.dll"
  463. @s:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\IGMP, Flags, 0x00010001, 0x0
  464. @s:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\IGMP, ProtocolId, 0x00010001, 0x4137000A
  465. @s:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\IGMP, Title, 0, %RtrMgr-Ip-Igmp-DispName%
  466. @s:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\IGMP, VendorName, 0, %Msft%
  467. @s:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\IPBOOTP, ConfigClsid, 0, "{C2FE450A-D6C2-11D0-A37B-00C04FC9DA04}"
  468. @s:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\IPBOOTP, ConfigDll, 0, "ipadmin.dll"
  469. @s:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\IPBOOTP, DllName, 0, "ipbootp.dll"
  470. @s:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\IPBOOTP, Flags, 0x00010001, 0x0
  471. @s:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\IPBOOTP, ProtocolId, 0x00010001, 0x270f
  472. @s:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\IPBOOTP, Title, 0, %RtrMgr-Ip-BootP-DispName%
  473. @s:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\IPBOOTP, VendorName, 0, %Msft%
  474. @@:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\IPNAT, ConfigClsid, 0, "{C2FE450A-D6C2-11D0-A37B-00C04FC9DA04}"
  475. @@:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\IPNAT, ConfigDll, 0, "ipadmin.dll"
  476. @@:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\IPNAT, DllName, 0, "ipnathlp.dll"
  477. @@:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\IPNAT, Flags, 0x00010001, 0x0
  478. @@:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\IPNAT, ProtocolId, 0x00010001, 0x81372715
  479. @@:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\IPNAT, Title, 0, %RtrMgr-Ip-Nat-DispName%
  480. @@:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\IPNAT, VendorName, 0, %Msft%
  481. @s:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\IPRIP, ConfigClsid, 0, "{C2FE450A-D6C2-11D0-A37B-00C04FC9DA04}"
  482. @s:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\IPRIP, ConfigDll, 0, "ipadmin.dll"
  483. @s:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\IPRIP, DllName, 0, "iprip2.dll"
  484. @s:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\IPRIP, Flags, 0x00010001, 0x2
  485. @s:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\IPRIP, ProtocolId, 0x00010001, 0x8
  486. @s:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\IPRIP, Title, 0, %RtrMgr-Ip-Rip-DispName%
  487. @s:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\IPRIP, VendorName, 0, %Msft%
  488. @s:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\OSPF, ConfigClsid, 0, "{C2FE450A-D6C2-11D0-A37B-00C04FC9DA04}"
  489. @s:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\OSPF, ConfigDll, 0, "ipadmin.dll"
  490. @s:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\OSPF, DllName, 0, "ospf.dll"
  491. @s:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\OSPF, Flags, 0x00010001, 0x2
  492. @s:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\OSPF, ProtocolId, 0x00010001, 0xd
  493. @s:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\OSPF, Title, 0, %RtrMgr-Ip-Ospf-DispName%
  494. @s:HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\OSPF, VendorName, 0, %Msft%
  495. @@:HKLM, Software\Microsoft\Router\CurrentVersion\UiConfigDlls, 58bdf950-f471-11cf-aa67-00805f0c9232, 0, "ifadmin.dll"
  496. @@:HKLM, Software\Microsoft\Router\CurrentVersion\UiConfigDlls, 58bdf951-f471-11cf-aa67-00805f0c9232, 0, "ipadmin.dll"
  497. @@:HKLM, Software\Microsoft\Router\CurrentVersion\UiConfigDlls, 58bdf953-f471-11cf-aa67-00805f0c9232, 0, "ddmadmin.dll"
  498. [Reg-RemoteAccess-Params]
  499. HKR, DemandDialManager, DllPath, 0x00020000, "%%SystemRoot%%\System32\mprddm.dll"
  500. HKR, Parameters, RouterType , 0x00010003, 0x1
  501. HKR, Parameters, ServerFlags, 0x00010003, 0x002702
  502. HKR, Parameters, ServiceDll, 0x00020000, "%%SystemRoot%%\System32\mprdim.dll"
  503. HKR, RouterManagers, , 0x10 ;FLG_ADDREG_KEYONLY
  504. ; Perfmon
  505. HKR, Performance, Open, , "OpenRasPerformanceData"
  506. HKR, Performance, Close, , "CloseRasPerformanceData"
  507. HKR, Performance, Collect, , "CollectRasPerformanceData"
  508. HKR, Performance, Library, 0x20000, "%%SystemRoot%%\System32\rasctrs.dll"