silent Install Sound

We configured one machine with all the options we wanted the client to have, including “sound disabled” created the admin.ini and loaded it to the installation package.
When we remote install the client from the console every thing goes great however the “sound disabled” does not get checked…
Any Ideas on what to check ??

This is a good point.

Unfortunately, the “disable sounds” setting is per-user (not per machine), stored in the HKEY_CURRENT_USER registry key.

Hence, it doesn’t get currently propagated by the installation package (or ADNM policy).

I’ll have this issue filed - it’s a good suggestion for the next release.

Meanwhile, you can use the attached reg file (renamed to txt) to set this (e.g. from a log on script).

Thanks
vlk

Thanks that will work for now, I ran in a script and does the trick!!

Thanks for the quick reply. You all awsome!!