From 8ba649563c84015a967e36d38e969ba39803044e Mon Sep 17 00:00:00 2001 From: Austin English Date: Thu, 3 Dec 2015 14:04:09 -0600 Subject: [PATCH] wine.inf: Add "HKLM\System\CurrentControlSet\Services\Eventlog\System" key. Signed-off-by: Austin English Signed-off-by: Alexandre Julliard --- loader/wine.inf.in | 1 + 1 file changed, 1 insertion(+) diff --git a/loader/wine.inf.in b/loader/wine.inf.in index 58a8d1d382b..b0844c3c019 100644 --- a/loader/wine.inf.in +++ b/loader/wine.inf.in @@ -3252,6 +3252,7 @@ HKLM,%CurrentVersionNT%\SvcHost,"netsvcs",0x00010008,"Schedule" [Services] HKLM,%CurrentVersion%\RunServices,"winemenubuilder",2,"%11%\winemenubuilder.exe -a -r" HKLM,"System\CurrentControlSet\Services\Eventlog\Application",,16 +HKLM,"System\CurrentControlSet\Services\Eventlog\System",,16 HKLM,"System\CurrentControlSet\Services\RpcSs",,16 HKLM,"System\CurrentControlSet\Services\Tcpip\Parameters",,16 HKLM,"System\CurrentControlSet\Services\VxD\MSTCP",,16