Add subkey Tcpip6/Parameters and Dnscache/Parameters. They are required by some progs.
From: Vitaly Lipatov lav@etersoft.ru
--- loader/wine.inf.in | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/loader/wine.inf.in b/loader/wine.inf.in index e0dea8ac127..09299022fd0 100644 --- a/loader/wine.inf.in +++ b/loader/wine.inf.in @@ -2591,6 +2591,8 @@ HKLM,%CurrentVersion%\RunServices,"winemenubuilder",2,"%11%\winemenubuilder.exe HKLM,"System\CurrentControlSet\Services\Eventlog\Application",,16 HKLM,"System\CurrentControlSet\Services\Eventlog\System","Sources",0x10000,"" HKLM,"System\CurrentControlSet\Services\Tcpip\Parameters","DataBasePath",,"%12%\etc" +HKLM,"System\CurrentControlSet\Services\Tcpip6\Parameters","DataBasePath",,"%12%\etc" +HKLM,"System\CurrentControlSet\Services\Dnscache\Parameters",,16 HKLM,"System\CurrentControlSet\Services\VxD\MSTCP",,16 HKLM,"System\CurrentControlSet\Services\Winsock\Parameters",,16 HKLM,"System\CurrentControlSet\Services\Winsock2\Parameters\Protocol_Catalog9\Catalog_Entries",,16
Hans Leidekker (@hans) commented about loader/wine.inf.in:
HKLM,"System\CurrentControlSet\Services\Eventlog\Application",,16 HKLM,"System\CurrentControlSet\Services\Eventlog\System","Sources",0x10000,"" HKLM,"System\CurrentControlSet\Services\Tcpip\Parameters","DataBasePath",,"%12%\etc" +HKLM,"System\CurrentControlSet\Services\Tcpip6\Parameters","DataBasePath",,"%12%\etc"
I don't see a DataBasePath value here on Windows 10.