.sound_notify (Use Notification Sound)

The .sound_notify command causes a sound to be played when WinDbg enters the wait-for-command state.

.sound_notify /ed 
.sound_notify /ef File 
.sound_notify /d 

Parameters

/ed
Causes the default Windows alert sound to be played when WinDbg enters the wait-for-command state.

/ef **** File
Causes the sound contained in the specified file to be played when WinDbg enters the wait-for-command state.

/d
Disables the playing of sounds.

Environment

This command is available only in WinDbg and cannot be used in script files.

Item Description
Modes User mode, kernel mode
Targets Live, crash dump
Platforms All