Try this on commandline:
Code:
rundll32 user32.dll,MessageBeep -1
If you don't like the sound then try to change last parameter one of them listed parameters below:
Code:
-1
A simple beep. If the sound card is not available, the sound is generated using the speaker.
MB_ICONASTERISK
0x00000040L
See MB_ICONINFORMATION.
MB_ICONEXCLAMATION
0x00000030L
See MB_ICONWARNING.
MB_ICONERROR
0x00000010L
The sound specified as the Windows Critical Stop sound.
MB_ICONHAND
0x00000010L
See MB_ICONERROR.
MB_ICONINFORMATION
0x00000040L
The sound specified as the Windows Asterisk sound.
MB_ICONQUESTION
0x00000020L
The sound specified as the Windows Question sound.
MB_ICONSTOP
0x00000010L
See MB_ICONERROR.
MB_ICONWARNING
0x00000030L
The sound specified as the Windows Exclamation sound.
MB_OK
0x00000000L
The sound specified as the Windows Default Beep sound.