https://git.reactos.org/?p=reactos.git;a=commitdiff;h=56fd088c8a9d5eaf8297dce631060f690e0154bc

commit 56fd088c8a9d5eaf8297dce631060f690e0154bc
Author:     Hermès Bélusca-Maïto <[email protected]>
AuthorDate: Sat Mar 24 00:24:52 2018 +0100
Commit:     Hermès Bélusca-Maïto <[email protected]>
CommitDate: Sat Mar 24 00:25:42 2018 +0100

    [BOOTDATA] Now that our shell supports hard error balloons, tell winsrv 
that it can send these notifications to the shell.
---
 boot/bootdata/hivesys.inf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/boot/bootdata/hivesys.inf b/boot/bootdata/hivesys.inf
index ffdfc21684..72d0fb8739 100644
--- a/boot/bootdata/hivesys.inf
+++ b/boot/bootdata/hivesys.inf
@@ -1312,6 +1312,7 @@ 
HKLM,"SYSTEM\CurrentControlSet\Control\Windows","CSDVersion",0x00010001,0x000002
 
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","ShellErrorMode",0x00010003,0x00000001
 
HKLM,"SYSTEM\CurrentControlSet\Control\Windows","SystemDirectory",0x00020002,"%SystemRoot%\system32"
 
 
HKLM,"SYSTEM\CurrentControlSet\Control\SecurityProviders","SecurityProviders",2,"schannel.dll"

Reply via email to