unused_bagels wrote: > haha, no, I never made my own registry values. I spent too many weeks picking up the pieces of my shattered OS when I tried doing anything with my registry back in my windows days. > > As Vitamin stated it is easy to restore your registry: [code] cd $HOME/.wine ls (notice there are two .reg files) cp system.reg system.old.reg cp user.reg user.old.reg wine regedit (makes changes to registry and SAVES them) [/code] It is that simple. If you break the registry: [code] rm system.reg rm user.reg cp system.old.reg system.reg cp user.old.reg user.reg [/code] All changes are now gone and you should be able to run Wine again. James McKenzie