Jerry Geis wrote: > Is there a way to set riched20 as native by using a command line utility? > > I saw something about environment variables but I was hoping for a > command line > way with winecfg to just set it. > Do you want to set it at the command line, or do you want to use winecfg? To set it from the command line: Code: WINEDLLOVERRIDES="riched20=n" wine program_name To set it in winecfg, go to the libraries tab and select it from the list.