Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.43 KB

-sound-notify--use-notification-sound-.md

File metadata and controls

44 lines (34 loc) · 1.43 KB
title description keywords ms.date topic_type ms.topic api_name api_type
.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 (Use Notification Sound) Windows Debugging
05/23/2017
apiref
reference
.sound_notify (Use Notification Sound)
NA

.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