On Sunday 12 August 2012 12:29:21 Dotan Cohen wrote: > I am helping a local test his Windows application on wine. He has no > prior Linux experience. How does one open msconfig in wine? If there > is no msconfig (as googling makes me suspect) then how does one manage > daemons that applications may install in wine? If you run: wine net start ...it will display list of running services in current Wine prefix. Use "wine net start servicename" and "wine net stop servicename" to start or stop installed service.