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

commit d5cced1d422be0df4178ec954bb34010e3180524
Author:     Pierre Schweitzer <[email protected]>
AuthorDate: Sat Oct 27 12:00:35 2018 +0200
Commit:     Pierre Schweitzer <[email protected]>
CommitDate: Sat Oct 27 12:01:38 2018 +0200

    [BOOTDATA] Define the ObUnsecureGlobalNames registry key on setup
    
    It contains values that are present on W2K3 and required to avoid
    regressions in .NET
    
    See: 
https://blogs.msdn.microsoft.com/toddca/2005/06/08/normal-users-on-terminal-server-fail-to-run-net-framework-applications/
---
 boot/bootdata/hivesys.inf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/boot/bootdata/hivesys.inf b/boot/bootdata/hivesys.inf
index 6eedacffcf..76491a5d2e 100644
--- a/boot/bootdata/hivesys.inf
+++ b/boot/bootdata/hivesys.inf
@@ -1490,6 +1490,9 @@ HKLM,"SYSTEM\CurrentControlSet\Control\Session 
Manager\SubSystems","Windows",0x0
 HKLM,"SYSTEM\CurrentControlSet\Control\Session 
Manager\AppCompatCache","AppCompatCache", 0x00000001, \
   fe,0f,dc,ba,00,00,00,00
 
+; Unsecure objects names
+HKLM,"SYSTEM\CurrentControlSet\Control\Session 
Manager\kernel","ObUnsecureGlobalNames",0x00010000,"netfxcustomerfcounters.1.0","SharedPerfIPCBlock","Cor_Private_IPCBlock","Cor_Public_IPCBlock_"
+
 ; WOW Support
 HKLM,"SYSTEM\CurrentControlSet\Control\WOW",,0x00000012
 

Reply via email to