linux wine, how to add a DllOverride from the console

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.