[PATCH] wine.inf: Add a ProfileList\<UserSID> registry subkey.

Alexandre Julliard julliard at winehq.org
Fri Sep 21 11:47:12 CDT 2018


Alex Henrie <alexhenrie24 at gmail.com> 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 at winehq.org



More information about the wine-devel mailing list