mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 06:33:01 +00:00
[INF] Use the StartName entry for DHCP and DNS service install
This commit is contained in:
parent
a95a0b61bd
commit
7d7ee10f92
1 changed files with 2 additions and 2 deletions
|
@ -270,10 +270,10 @@ StartType = 2
|
||||||
ErrorControl = 1
|
ErrorControl = 1
|
||||||
ServiceBinary = "%11%\svchost.exe -k netsvcs"
|
ServiceBinary = "%11%\svchost.exe -k netsvcs"
|
||||||
LoadOrderGroup = TDI
|
LoadOrderGroup = TDI
|
||||||
|
StartName = "LocalSystem"
|
||||||
AddReg=dhcp_AddReg
|
AddReg=dhcp_AddReg
|
||||||
|
|
||||||
[dhcp_AddReg]
|
[dhcp_AddReg]
|
||||||
HKR,,"ObjectName",0x00000000,"LocalSystem"
|
|
||||||
HKR,"Parameters","ServiceDll",0x00020000,"%SystemRoot%\system32\dhcpcsvc.dll"
|
HKR,"Parameters","ServiceDll",0x00020000,"%SystemRoot%\system32\dhcpcsvc.dll"
|
||||||
|
|
||||||
[dns_Service_Inst]
|
[dns_Service_Inst]
|
||||||
|
@ -284,10 +284,10 @@ StartType = 2
|
||||||
ErrorControl = 1
|
ErrorControl = 1
|
||||||
ServiceBinary = "%11%\svchost.exe -k NetworkService"
|
ServiceBinary = "%11%\svchost.exe -k NetworkService"
|
||||||
LoadOrderGroup = TDI
|
LoadOrderGroup = TDI
|
||||||
|
StartName = "NT AUTHORITY\NetworkService"
|
||||||
AddReg=dns_AddReg
|
AddReg=dns_AddReg
|
||||||
|
|
||||||
[dns_AddReg]
|
[dns_AddReg]
|
||||||
HKR,,"ObjectName",0x00000000,"NT AUTHORITY\NetworkService"
|
|
||||||
HKR,"Parameters","ServiceDll",0x00020000,"%SystemRoot%\system32\dnsrslvr.dll"
|
HKR,"Parameters","ServiceDll",0x00020000,"%SystemRoot%\system32\dnsrslvr.dll"
|
||||||
|
|
||||||
;-------------------------------- STRINGS -------------------------------
|
;-------------------------------- STRINGS -------------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue