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? Thanks. -- Dotan Cohen http://gibberish.co.il http://what-is-what.com
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.
On Sun, Aug 12, 2012 at 1:48 PM, L. Rahyen <research at science.su> wrote:> 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. >Terrific, thank you. How does one see a list of stopped services? -- Dotan Cohen http://gibberish.co.il http://what-is-what.com