Im trying to play the Windows Hardware Sounds using a C#(.net) Console Application. But I can only find how to play the beep sound using SystemSounds.
I tried to use SystemSounds for this, but it can only do the Beep Sound using
SystemSounds.Exclamation.Play();