On Sat, Feb 7, 2009 at 4:02 PM, vitamin <wineforum-user@xxxxxxxxxx> wrote: > > weetabix wrote: >> How I can change these defaults into something different? > > Well you can't easily change defaults because some are hard-coded into Wine itself and you'll have to hack source. > > What you can do is create a script that edits all what you want to edit. Some things are in registry - sound. Some things are symlinks - drives, location of "My Documents", "Desktop", etc - shell-folders. > > Drives are symlinks in $WINEPREFIX/dosdevices where "x:" points to a mount point and "x::" points to device. > > Shell-folders are bit more complicated. They are symlinks or real directories here: $WINEPREFIX/dosdevices/c:/windows/profiles/$USER/ > > > > > > You can also edit tools/wine.inf, but that would get overwritten each time wine is upgraded. -- -Austin