wine reg add 'HKEY_CURRENT_USER\Software\Wine\DllOverrides\' /v "*goofy.dll" /d "native,builtin" /f
I don’t know if the star is needed but the /f is basically force without confirmation. Single quotes are required because of the forward slashes.
wine reg add 'HKEY_CURRENT_USER\Software\Wine\DllOverrides\' /v "*goofy.dll" /d "native,builtin" /f
I don’t know if the star is needed but the /f is basically force without confirmation. Single quotes are required because of the forward slashes.