From: Alex Henrie Subject: [PATCH] wine.inf: Add a ProfileList\ registry subkey. Message-Id: <20180921033427.4242-1-alexhenrie24@gmail.com> Date: Thu, 20 Sep 2018 21:34:27 -0600 From: Sebastian Lackner Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=15670 Signed-off-by: Alex Henrie --- loader/wine.inf.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/loader/wine.inf.in b/loader/wine.inf.in index 5767b29887..5c4da2f756 100644 --- a/loader/wine.inf.in +++ b/loader/wine.inf.in @@ -527,6 +527,8 @@ HKLM,%CurrentVersionNT%\Perflib,,16 HKLM,%CurrentVersionNT%\Ports,,16 HKLM,%CurrentVersionNT%\Print,,16 HKLM,%CurrentVersionNT%\ProfileList,,16 +; Update/Replace if local_user_sid in server/token.c changes +HKLM,%CurrentVersionNT%\ProfileList\S-1-5-21-0-0-0-1000,,16 [CurrentVersionWow64] HKLM,%CurrentVersion%,"ProgramFilesDir (x86)",,"%16426%" -- 2.19.0