From e5e556bf8505de7cf0a25b47111739b249deeb8c Mon Sep 17 00:00:00 2001 From: Dmitry Timoshkov Date: Wed, 13 Dec 2017 12:45:04 +0800 Subject: [PATCH] wine.inf: Add "Security Packages" key. Signed-off-by: Dmitry Timoshkov Signed-off-by: Alexandre Julliard --- loader/wine.inf.in | 1 + 1 file changed, 1 insertion(+) diff --git a/loader/wine.inf.in b/loader/wine.inf.in index d88e4ffa3fc..a9913192991 100644 --- a/loader/wine.inf.in +++ b/loader/wine.inf.in @@ -683,6 +683,7 @@ HKLM,Software\Microsoft\Windows Messaging Subsystem,"MAPI",2,"1" HKLM,Software\Policies,,16 HKLM,Software\Registered Applications,,16 HKLM,System\CurrentControlSet\Control\hivelist,,16 +HKLM,System\CurrentControlSet\Control\Lsa,"Security Packages",0x10002,kerberos,schannel HKLM,System\CurrentControlSet\Control\Lsa\Kerberos,,16 HKLM,System\CurrentControlSet\Control\SecurityProviders\Schannel\Protocols\SSL 2.0\Client,"DisabledByDefault",0x10003,1 HKLM,System\CurrentControlSet\Control\ServiceGroupOrder,"List",0x00010000,"TDI" -- 2.11.4.GIT