mirror of
https://github.com/reactos/reactos.git
synced 2025-05-09 03:37:08 +00:00
[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:
parent
0339245859
commit
a800c764fa
1 changed files with 7 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue