From 0bfb40dfc64b3dda83a85836365bb7a6efb5a38a Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Tue, 5 May 2026 23:55:09 +0200 Subject: [PATCH] [INF] Add tcpip interface range values and dhcp service keys --- media/inf/nettcpip.inf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/media/inf/nettcpip.inf b/media/inf/nettcpip.inf index 57cd466e79c..a59be5a6707 100644 --- a/media/inf/nettcpip.inf +++ b/media/inf/nettcpip.inf @@ -28,6 +28,8 @@ HKR,"Ndi","ClsId",0x00000000,"{A907657F-6FDF-11D0-8EFB-00C04FD912B2}" HKR,"Ndi","HelpText",0x00000000,"%TCPIP_DEF%" HKR,"Ndi","Service",0x00000000,"Tcpip" HKR,"Ndi","CoServices",0x00010000,"Tcpip","Dhcp","Dnscache" +HKR,"Ndi\Interfaces","UpperRange",0x00000000,"tdi" +HKR,"Ndi\Interfaces","LowerRange",0x00000000,"ndis4,ndis5" ; TCP/IPv4 driver ; NOTE: These settings should be added by the network setup @@ -270,9 +272,14 @@ ErrorControl = 1 ServiceBinary = "%11%\svchost.exe -k netsvcs" LoadOrderGroup = TDI StartName = "LocalSystem" -AddReg=dhcp_AddReg +AddReg = dhcp_AddReg,dhcp_AddReg_Options [dhcp_AddReg] +HKR,"Configurations",,0x00000010 +HKR,"Parameters",,0x00000010 +HKR,"Parameters\Options",,0x00000010 + +[dhcp_AddReg_Options] HKR,"Parameters","ServiceDll",0x00020000,"%SystemRoot%\system32\dhcpcsvc.dll" [dns_Service_Inst]