loader/wine.inf.in: add HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon registry key (resend)

Austin English austinenglish at gmail.com
Thu Oct 15 06:03:52 CDT 2015


Previous patch was dropped without comment.

For https://bugs.winehq.org/show_bug.cgi?id=26621

-- 
-Austin
-------------- next part --------------
From db803f229dd1c23b09917c14a5ccc379b3cc7ee9 Mon Sep 17 00:00:00 2001
From: Austin English <austinenglish at gmail.com>
Date: Thu, 15 Oct 2015 06:00:44 -0500
Subject: [PATCH] loader/wine.inf.in: add HKLM\Software\Microsoft\Windows
 NT\CurrentVersion\Winlogon registry key (resend)

Signed-off-by: Austin English <austinenglish at gmail.com>
---
 loader/wine.inf.in | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/loader/wine.inf.in b/loader/wine.inf.in
index 3e512d6..0cb7a02 100644
--- a/loader/wine.inf.in
+++ b/loader/wine.inf.in
@@ -449,6 +449,7 @@ HKLM,System\CurrentControlSet\Control\Class\{745a17a0-74d3-11d0-b6fe-00a0c90f57d
 HKLM,System\CurrentControlSet\Control\Class\{745a17a0-74d3-11d0-b6fe-00a0c90f57da},"Class",,"HIDClass"
 
 [CurrentVersion]
+HKCU,%CurrentVersion%\Run,,16
 HKLM,%CurrentVersion%,"CommonFilesDir",,"%16427%"
 HKLM,%CurrentVersion%,"FirstInstallDateTime",1,21,81,7c,23
 HKLM,%CurrentVersion%,"ProductId",,"12345-oem-0000001-54321"
@@ -468,12 +469,12 @@ HKLM,%CurrentVersion%\Group Policy,,16
 HKLM,%CurrentVersion%\Installer,"InstallerLocation",,"%11%"
 HKLM,%CurrentVersion%\Policies\System,"EnableLUA",0x10003,0
 HKLM,%CurrentVersion%\PreviewHandlers,,16
+HKLM,%CurrentVersion%\Run,,16
 HKLM,%CurrentVersion%\Setup,"BootDir",,"%30%"
 HKLM,%CurrentVersion%\Setup,"SharedDir",,"%25%"
 HKLM,%CurrentVersion%\Shell Extensions\Approved,,16
 HKLM,%CurrentVersion%\Uninstall,,16
-HKCU,%CurrentVersion%\Run,,16
-HKLM,%CurrentVersion%\Run,,16
+HKLM,%CurrentVersion%\Winlogon,,16
 HKLM,%CurrentVersionNT%,"InstallDate",0x10003,1273299354
 HKLM,%CurrentVersionNT%,"ProductId",,"12345-oem-0000001-54321"
 HKLM,%CurrentVersionNT%,"RegisteredOrganization",2,""
-- 
2.6.1



More information about the wine-patches mailing list