mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 14:05:42 +00:00
[UPDATES] New stubs for Automatic Updates service and WUSA.exe. Presence of this modules required for installation by some NT6+ applications.
This commit is contained in:
parent
8569c905ca
commit
55368bacc8
14 changed files with 213 additions and 0 deletions
|
@ -2035,6 +2035,16 @@ HKLM,"SYSTEM\CurrentControlSet\Services\winmgmt","Start",0x00010001,0x00000002
|
|||
HKLM,"SYSTEM\CurrentControlSet\Services\winmgmt","Type",0x00010001,0x00000020
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\winmgmt\Parameters","ServiceDll",0x00020000,"%SystemRoot%\system32\wbem\wmisvc.dll"
|
||||
|
||||
; AutoUpdate Service
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\wuauserv","DisplayName",0x00000000,%WUAUSERV_SERVICE%
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\wuauserv","Description",0x00000000,%WUAUSERV_SERVICE_DESCRIPTION%
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\wuauserv","ErrorControl",0x00010001,0x00000001
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\wuauserv","ImagePath",0x00020000,"%SystemRoot%\system32\svchost.exe -k netsvcs"
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\wuauserv","ObjectName",0x00000000,"LocalSystem"
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\wuauserv","Start",0x00010001,0x00000002
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\wuauserv","Type",0x00010001,0x00000020
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\wuauserv\Parameters","ServiceDll",0x00020000,"%SystemRoot%\system32\wuauserv.dll"
|
||||
|
||||
; Sound Blaster (NT4)
|
||||
;HKLM,"SYSTEM\CurrentControlSet\Services\sndblst","Description",0x00000000,"Sound Blaster (NT4)"
|
||||
;HKLM,"SYSTEM\CurrentControlSet\Services\sndblst","ErrorControl",0x00010001,0x00000001
|
||||
|
@ -2191,6 +2201,9 @@ THEMES_SERVICE_DESCRIPTION="Themes support"
|
|||
WINMGMT_SERVICE="ReactOS Management Infrastructure"
|
||||
WINMGMT_SERVICE_DESCRIPTION="Provides interface to system management information."
|
||||
|
||||
WUAUSERV_SERVICE="Automatic Updates"
|
||||
WUAUSERV_SERVICE_DESCRIPTION="AutoUpdate Service stub."
|
||||
|
||||
WLANSVC_SERVICE="WLAN Service"
|
||||
WLANSVC_SERVICE_DESCRIPTION="WLAN Service"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue