20.3.23 Jouer un son avec PowerShell $soundPlayer = New-Object System.Media.SoundPlayer $soundPlayer.SoundLocation = "sound.wav" $soundPlayer.Play()