I've tried the suggested command,
sudo nvram SystemAudioVolume=%00
and been successful, in some cases. On other computers, I have tried it, and it has failed, in spite of trying it repeatedly. This variation doesn't seem to depend on the age of the computers. Other postings in this thread and elsewhere, suggest the need for quotation marks around the data following the equals sign, hence,
sudo nvram SystemAudioVolume="%00"
This version has also worked for me at times, and failed for me at other times.
Perhaps Daling or someone else can answer a procedural question for me. I normally work in a standard account, switching to my admin account only when necessary for a handful of installs or other tasks that won't allow authenticating with an admin password from a standard account. Issuing one of the above commands is one of the times when, I believe, I have to be logged into an admin account. Is there a way to run this command as a standard user, and authenticate with an admin login name and password? Or is switching accounts always required, for those of us who normally run standard accounts?