https://git.reactos.org/?p=reactos.git;a=commitdiff;h=4ec5eefa64701b74e1c8ed2858ecfc2cc7c31734

commit 4ec5eefa64701b74e1c8ed2858ecfc2cc7c31734
Author:     Hermès Bélusca-Maïto <[email protected]>
AuthorDate: Sun Feb 18 01:41:53 2018 +0100
Commit:     Hermès Bélusca-Maïto <[email protected]>
CommitDate: Sun Feb 18 01:41:53 2018 +0100

    [BOOTDATA] Add some informative registry values (Win2k3 compat).
    
    - In HKLM\SYSTEM\CurrentControlSet\Control\Windows, add "Directory"
      and "SystemDirectory" values, giving the ReactOS installation
      directories (purely informative).
    - Also add the "ErrorMode" value that specifies how the hard-error
      popups are displayed. This value will be used later.
    - Fix event log sources ordering.
---
 boot/bootdata/hivesys.inf | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/boot/bootdata/hivesys.inf b/boot/bootdata/hivesys.inf
index 59f88fc10d..d2e7d03ca7 100644
--- a/boot/bootdata/hivesys.inf
+++ b/boot/bootdata/hivesys.inf
@@ -1308,7 +1308,11 @@ 
HKLM,"SYSTEM\CurrentControlSet\Control\ReactOS\Settings\Version","ReportAsWorkst
 ; Some installers check for SP2
 
HKLM,"SYSTEM\CurrentControlSet\Control\Windows","CSDReleaseType",0x00010001,0x00000000
 
HKLM,"SYSTEM\CurrentControlSet\Control\Windows","CSDVersion",0x00010001,0x00000200
-HKLM,"SYSTEM\CurrentControlSet\Control\Windows","NoInteractiveServices",0x00010001,0x00000000
+
+HKLM,"SYSTEM\CurrentControlSet\Control\Windows","Directory",0x00020002,"%SystemRoot%"
+HKLM,"SYSTEM\CurrentControlSet\Control\Windows","ErrorMode",0x00010003,0x00000000
+HKLM,"SYSTEM\CurrentControlSet\Control\Windows","NoInteractiveServices",0x00010003,0x00000000
+HKLM,"SYSTEM\CurrentControlSet\Control\Windows","SystemDirectory",0x00020002,"%SystemRoot%\system32"
 
 
HKLM,"SYSTEM\CurrentControlSet\Control\SecurityProviders","SecurityProviders",2,"schannel.dll"
 
HKLM,"SYSTEM\CurrentControlSet\Control\SecurityProviders\SaslProfiles",,0x00000012
@@ -1544,12 +1548,12 @@ 
HKLM,"SYSTEM\CurrentControlSet\Services\EventLog\System",,0x00000010
 
HKLM,"SYSTEM\CurrentControlSet\Services\EventLog\System","File",0x00020000,"%SystemRoot%\system32\config\SysEvent.Evt"
 
HKLM,"SYSTEM\CurrentControlSet\Services\EventLog\System","MaxSize",0x00010003,524288
 
HKLM,"SYSTEM\CurrentControlSet\Services\EventLog\System","Retention",0x00010003,604800
-HKLM,"SYSTEM\CurrentControlSet\Services\EventLog\System\EventLog","EventMessageFile",0x00020000,"%SystemRoot%\system32\netevent.dll"
-HKLM,"SYSTEM\CurrentControlSet\Services\EventLog\System\EventLog","TypesSupported",0x00010001,0x00000007
 HKLM,"SYSTEM\CurrentControlSet\Services\EventLog\System\Application 
Popup","EventMessageFile",0x00020000,"%SystemRoot%\system32\ntdll.dll"
-HKLM,"SYSTEM\CurrentControlSet\Services\EventLog\System\Application 
Popup","TypesSupported",0x00010001,0x00000007
+HKLM,"SYSTEM\CurrentControlSet\Services\EventLog\System\Application 
Popup","TypesSupported",0x00010003,0x00000007
+HKLM,"SYSTEM\CurrentControlSet\Services\EventLog\System\EventLog","EventMessageFile",0x00020000,"%SystemRoot%\system32\netevent.dll"
+HKLM,"SYSTEM\CurrentControlSet\Services\EventLog\System\EventLog","TypesSupported",0x00010003,0x00000007
 HKLM,"SYSTEM\CurrentControlSet\Services\EventLog\System\Service Control 
Manager","EventMessageFile",0x00020000,"%SystemRoot%\system32\netevent.dll"
-HKLM,"SYSTEM\CurrentControlSet\Services\EventLog\System\Service Control 
Manager","TypesSupported",0x00010001,0x00000007
+HKLM,"SYSTEM\CurrentControlSet\Services\EventLog\System\Service Control 
Manager","TypesSupported",0x00010003,0x00000007
 
 ; Filesystem recognizer driver
 
HKLM,"SYSTEM\CurrentControlSet\Services\Fs_Rec","ErrorControl",0x00010001,0x00000000

Reply via email to