From: Alexandre Julliard Subject: Re: [PATCH] wine.inf: Add a ProfileList\ registry subkey. Message-Id: <87a7oahk6n.fsf@winehq.org> Date: Fri, 21 Sep 2018 18:47:12 +0200 In-Reply-To: <20180921033427.4242-1-alexhenrie24@gmail.com> (Alex Henrie's message of "Thu, 20 Sep 2018 21:34:27 -0600") References: <20180921033427.4242-1-alexhenrie24@gmail.com> Alex Henrie writes: > @@ -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 It would be better to create this dynamically in some appropriate place instead of hardcoding the SID in wine.inf. -- Alexandre Julliard julliard@winehq.org