From: Austin English Subject: loader/wine.inf.in: add HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\RpcSs subkeys Message-Id: Date: Mon, 16 Nov 2015 01:04:03 -0600 For https://bugs.winehq.org/show_bug.cgi?id=36142 -- -Austin From 235621bb023fd25a7ae5503b0add984f3602fae5 Mon Sep 17 00:00:00 2001 From: Austin English Date: Mon, 16 Nov 2015 02:01:18 -0500 Subject: [PATCH] loader/wine.inf.in: add HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\RpcSs subkeys Signed-off-by: Austin English --- loader/wine.inf.in | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/loader/wine.inf.in b/loader/wine.inf.in index e091727..1eb56a1 100644 --- a/loader/wine.inf.in +++ b/loader/wine.inf.in @@ -3249,6 +3249,14 @@ HKLM,%CurrentVersionNT%\SvcHost,"netsvcs",0x00010008,"Schedule" 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\RpcSs","Description",2,"Provides the endpoint mapper and other miscellaneous RPC services." +HKLM,"System\CurrentControlSet\Services\RpcSs","DisplayName",2,"Remote Procedure Call (RPC)" +HKLM,"System\CurrentControlSet\Services\RpcSs","ErrorControl",0x10003,1 +HKLM,"System\CurrentControlSet\Services\RpcSs","ImagePath",0x20000,"%systemroot%\system32\svchost -k rpcss' +HKLM,"System\CurrentControlSet\Services\RpcSs","ObjectName",2,"LocalSystem" +HKLM,"System\CurrentControlSet\Services\RpcSs","PreshutdownTimeout",0x10003,0 +HKLM,"System\CurrentControlSet\Services\RpcSs","Start",0x10003,2 +HKLM,"System\CurrentControlSet\Services\RpcSs","Type",0x10003,20 HKLM,"System\CurrentControlSet\Services\Tcpip\Parameters",,16 HKLM,"System\CurrentControlSet\Services\VxD\MSTCP",,16 HKLM,"System\CurrentControlSet\Services\Winsock\Parameters",,16 -- 2.4.3