https://bugs.winehq.org/show_bug.cgi?id=54282
Bug ID: 54282 Summary: Allow winecfg create a prefix without mime associations and no linked folders integration Product: Wine Version: 8.0-rc3 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: shtetldik@gmail.com Distribution: ---
By default when creating a prefix, winecfg will try to enable mime files association and folders integration which can then be disabled explicitly.
I prefer to create a prefix with specific Windows version out of the box, passing /v win10 for example. But that creates a ton of .desktop and mime files for associations. It becomes a chore when creating a prefix to clean them out every time.
It would be neat to have some parameter for winecfg that will disable mime files associations and desktop folders integration out of the box making creating a neat prefix with one command doable.
Something like
WINEPREFIX='/.../foo' winecfg /v win10 /nomime /nofolders