Debugging Tools for Windows
.sound_notify (Use Notification Sound)
The .sound_notify command causes a sound to be played when WinDbg enters the wait-for-command state.
Syntax
.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.
| Modes | user mode, kernel mode |
| Targets | live, crash dump |
| Platforms | all |