loader/wine.inf.in: add HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\RpcSs subkeys

Alexandre Julliard julliard at winehq.org
Mon Nov 16 02:16:50 CST 2015


Austin English <austinenglish at gmail.com> writes:

> @@ -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

This should be done by creating a proper service.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list