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.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.