[INF] Create missing registry keys on TCPIP install

Create missing subkeys in order to prevent errors on adapter enumeration.

CORE-15231
This commit is contained in:
Eric Kohl 2019-09-23 21:04:29 +02:00
parent 0339245859
commit a800c764fa

View file

@ -242,7 +242,13 @@ StartType = 1
ErrorControl = 1
ServiceBinary = %12%\tcpip.sys
LoadOrderGroup = PNP_TDI
AddReg = tcpip_AddReg
AddReg = tcpip_AddReg_Parameters, tcpip_AddReg
[tcpip_AddReg_Parameters]
HKR,"Parameters",,0x00000010
HKR,"Parameters\Adapters",,0x00000010
HKR,"Parameters\Interfaces",,0x00000010
HKR,"Parameters\PersistentRoutes",,0x00000010
[tcpip_AddReg]
HKR,"Parameters","DataBasePath",0x00020000,"%SystemRoot%\System32\drivers\etc"
@ -253,7 +259,6 @@ HKR,"Parameters","ForwardBroadcasts",0x00010001,0x00000000
HKR,"Parameters","IPEnableRouter",0x00010001,0x00000000
HKR,"Parameters","SearchList",0x00000000,""
HKR,"Parameters","EnableSecurityFilters",0x00010001,0x00000000
;HKR,"Parameters","PersistentRoutes",,0x00000010
[dhcp_Service_Inst]
DisplayName = "DHCP Client"