wine.inf: Add Winlogon keys.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=48611 Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
f070d040eb
commit
27d1ef75c4
|
@ -524,6 +524,7 @@ HKLM,System\CurrentControlSet\Control\Class\{745a17a0-74d3-11d0-b6fe-00a0c90f57d
|
|||
|
||||
[CurrentVersion]
|
||||
HKCU,%CurrentVersion%\Run,,16
|
||||
HKCU,%CurrentVersionNT%\Winlogon,,16
|
||||
HKLM,%CurrentVersion%,"CommonFilesDir",,"%16427%"
|
||||
HKLM,%CurrentVersion%,"FirstInstallDateTime",1,21,81,7c,23
|
||||
HKLM,%CurrentVersion%,"ProductId",,"12345-oem-0000001-54321"
|
||||
|
@ -549,7 +550,6 @@ HKLM,%CurrentVersion%\Setup,"SharedDir",,"%25%"
|
|||
HKLM,%CurrentVersion%\Setup\WindowsFeatures\WindowsMediaVersion,,,"12.0.7601.18840"
|
||||
HKLM,%CurrentVersion%\Shell Extensions\Approved,,16
|
||||
HKLM,%CurrentVersion%\Uninstall,,16
|
||||
HKLM,%CurrentVersion%\Winlogon,,16
|
||||
HKLM,%CurrentVersionNT%,"InstallDate",0x10003,1273299354
|
||||
HKLM,%CurrentVersionNT%,"ProductId",,"12345-oem-0000001-54321"
|
||||
HKLM,%CurrentVersionNT%,"RegisteredOrganization",2,""
|
||||
|
@ -572,6 +572,7 @@ HKLM,%CurrentVersionNT%\Perflib,,16
|
|||
HKLM,%CurrentVersionNT%\Ports,,16
|
||||
HKLM,%CurrentVersionNT%\Print,,16
|
||||
HKLM,%CurrentVersionNT%\ProfileList,,16
|
||||
HKLM,%CurrentVersionNT%\Winlogon,"Shell",,"explorer.exe"
|
||||
|
||||
[CurrentVersionWow64]
|
||||
HKLM,%CurrentVersion%,"ProgramFilesDir (x86)",,"%16426%"
|
||||
|
|
Loading…
Reference in New Issue