If.amute { Condition { Type ControlExists Control "name='Auto-Mute Mode'" } True.BootSequence [ cset "name='Auto-Mute Mode' off" ] } If.master { Condition { Type ControlExists Control "name='Master Playback Volume'" } True.BootSequence [ cset "name='Master Playback Volume' 90%" cset "name='Master Playback Switch' on" ] } If.speaker { Condition { Type ControlExists Control "name='Speaker Playback Volume'" } True.BootSequence [ cset "name='Speaker Playback Volume' 90%" ] } If.headphone { Condition { Type ControlExists Control "name='Headphone Playback Volume'" } True.BootSequence [ cset "name='Headphone Playback Volume' 60%" ] }