From: Austin English Subject: loader/wine.inf.in: add System\CurrentControlSet\Services\RpcSs registry key Message-Id: Date: Mon, 9 Nov 2015 00:17:17 -0600 For https://bugs.winehq.org/show_bug.cgi?id=36142 With patch this time ;) -- -Austin
For https://bugs.winehq.org/show_bug.cgi?id=36142

With patch this time ;)
--
-Austin
From 8182f47576033d17b4b1ee26e56ddac50ee5a214 Mon Sep 17 00:00:00 2001 From: Austin English Date: Mon, 9 Nov 2015 01:13:10 -0500 Subject: [PATCH] loader/wine.inf.in: add System\CurrentControlSet\Services\RpcSs registry key Signed-off-by: Austin English --- loader/wine.inf.in | 1 + 1 file changed, 1 insertion(+) diff --git a/loader/wine.inf.in b/loader/wine.inf.in index 0cb7a02..b6b1e00 100644 --- a/loader/wine.inf.in +++ b/loader/wine.inf.in @@ -3238,6 +3238,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\RpcSs",,16 HKLM,"System\CurrentControlSet\Services\Tcpip\Parameters",,16 HKLM,"System\CurrentControlSet\Services\VxD\MSTCP",,16 HKLM,"System\CurrentControlSet\Services\Winsock\Parameters",,16 -- 2.4.3