RE: [Unattended] How to disable sound

2005-11-22 Thread Thomas Pohl
Hello Werner, try out this: ::Turn off Sound-System todo.pl .ignore-err 255 startup-type.pl Manual AudioSrv ::Turn on Sound-System todo.pl .ignore-err 255 startup-type.pl Automatic AudioSrv Kind Regards Thomas Pohl IT department SUSAT PARTNER OHG Domstrasse 15 D-20095 Hamburg

RE: [Unattended] how to disable sound

2004-02-16 Thread Tyler Hepworth
-Original Message- From: Patrick J. LoPresti [mailto:[EMAIL PROTECTED] Sent: Saturday, February 14, 2004 9:11 AM To: pommerer Cc: 'Unattended List (E-mail)' Subject: Re: [Unattended] how to disable sound pommerer [EMAIL PROTECTED] writes: how is it possible to disable/enable sound during

Re: [Unattended] how to disable sound

2004-02-14 Thread Patrick J. LoPresti
pommerer [EMAIL PROTECTED] writes: how is it possible to disable/enable sound during installation (base.bat) Interesting question. The best I can find is this VB script from Microsoft: http://support.microsoft.com/?id=178456 I tried and failed to find a way to do this from Perl. The