I want to disable sound in Wine 1.0.1 all together. I can do that by unchecking all the sound driver options in winecfg. I wanted to do it from script, so I used regedit to apply this registry key value: [HKEY_CURRENT_USER\Software\Wine\Drivers] "Audio"="" This seems like it works fine, but is there more to it? Is there something more to do that I haven't considered?