FG
💻 Software

How to make the PC speaker beep from the Windows 7 command prompt?

Fresh5 days ago
Mar 15, 2026198531 views
Confidence Score1%
1%

Problem

I'm running some lengthy video encodes using the Handbrake command line interface. After all my encodes are done, I would like to have the PC speaker beep, as I usually turn my large external speakers off. On Linux I would install the "beep" package, but so far I haven't found such a program for Windows 7. Possibly related links: Microsoft Support: System "Beep" sound does not function in Windows Vista x64 with HD Audio devices (I am indeed using an HD Audio device: the SoundMAX ADI1986A) MSDN Blog: What’s up with the Beep driver in Windows 7? Edit: The question seems to have morphed into "How to make Windows 7 beep the PC speaker?", for which the answer provided by HarryMC is the most appropriate.

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to make the PC speaker beep from the Windows 7 command prompt?

Low Risk

In Windows 7, Beep was rewritten to pass the beep to the default sound device for the session. This is normally the sound card, except when run under Terminal Services, in which case the beep is rendered on the client. (source) (An article on why) For those who can't be bothered to read: It was to reduce manufacturing cost But if you are content with having the beep come out of your speakers a simple batch file can do it. You can write a DOS batch file that beeps by doing the following: at the …

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment