Как включить спикер windows 7
Windows 7 pro x64 почему то выводит системный сигнал не на динамик как было в WinXP, а через звуковую карту.
Это её нормальное поведение?
Можно как-то вернуть обычный системный сигнал ?
(А то у меня к звуковой карте всегда наушники подключены и проигрывание beep на них мне совсем неудобно.)
- Изменен тип Vinokurov Yuriy 19 апреля 2011 г. 11:06
Все ответы
Значит динамик подключен к звуковой плате, открой компьютер и отключи
Динамик как был впаян в материнку — так и остался. Да и вообще после перехода с XP на 7 я внутрь системника не лазил.
Видимо меня неправильно поняли.
Системные звуки (вход в систему, выход и т.п.) — мне вообще не нужны. Они все отключены и не о них речь.
А речь только о системном сигнале, пищалке, beep. не знаю как ещё объяснить. В WinXP (и раньше) он пищал через динамик на материнке. А в Win7 почему то проигрывается через звуковую карту.
Он мне нужен. Отключать его полностью я не хочу. Я только хочу чтобы он работал, как и раньше, через пищалку.
- Изменено someparty 24 марта 2011 г. 3:25 Дополнение
В оснастке управления компьютером откройте диспетчер устройств, включите отображение скрытых устройств, в появившемся списке найдите Beep и убедитесь, что устройство запущено и тип запуска — Система.
Мнения, высказанные здесь, являются отражением моих личных взглядов, а не позиции корпорации Microsoft. Вся информация предоставляется "как есть" без каких-либо гарантий 
1) "Beep" нету, есть "Встроенный динамик". Оно включено.
2) Тип запуска у устройств? Первый раз о таком слышу. Вы со службами не путаете?
Кстати служба "beep" есть (sc query beep), работает, тип запуска KERNEL_DRIVER.
3) Ситуация с динамиком для меня уже понятна. MS решила больше не поддерживать системный динамик. Системные звуки теперь выводятся только на звуковую карту. Информацию находил кажется в блоге кого-то из разработчиков MS, ссылку правда потерял, подтвердить не могу. Есть вроде какие-то левые пути включения динамика (кажется подменой драйвера), но мне это не интересно.
How to make the PC speaker beep from the Windows 7 command prompt?
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.
![]()
12 Answers 12
It would help to know whether your Windows 7 is 64-bit or 32-bit.
- Boot from an UBCD4WIN disc (or BartPE if you don’t have an SATA hard drive)
- Take ownership of the “C:\Windows\System32\Drivers\Beep.sys” file and give the local “Administrators” Group “Full Control” permissions.
- Rename “Beep.sys” to “Beep.old” (just in case)
- Copy “Beep.sys” from an XP machine to this location.
![]()
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 DOS prompt type:
echo @echo (Alt-7)>beep.bat
but instead of typing the characters: "(Alt-7)", you hold down the Alt key and press 7 on the numeric keypad. Don’t use the 7 on the qwerty part of the keyboard, it has to be on the keypad, and Num Lock has to be on.
![]()
If you have python 2.x installed this line in a bat-file works
Try start ‘ing a fake file that doesn’t exist. That makes both a popup and the beep sound, but I’m not sure if you want the popup or not.

This little VDD driver fixes a problem with the Windows 7 NTVDM where the PC Speaker output is not wrapped correctly.
This may be due to the fact that the functionality of the BEEP.SYS System driver was moved to the Usermode Sound Agent. For further information, see the blog of Larry Osterman.
This driver tries to fix the problem by hooking the NTVDM-Function responsible for the Beep (LazyBeep) and replaces it with our own implementation that has various options to fix the problem.
![]()
Grab NirCmd and run nircmd stdbeep .
The following seems to work on windows systems with py2 or py3 :
![]()
The answer of «canopee» is THE answer! That driver he links to, is the only one getting the beep() back for windows 7 64bit. I tried it and can confirm that it’s working like a charm.
Alternatively you might consider downloading «buzzer.exe» from http://encode.ru/threads/383-A-command-line-tool-for-Windows-which-beeps-through-the-System-Speaker as well, which helps using the pc-speaker from commandline even more. It supports custom frequencies and repeatings.
I am not connected to waldbauer.com or encode.ru in any way, i was just searching for a solution to the missing beep, found it, and wanted to help «spread the word». o)
wonderful, the non-MS driver you mentioned above is working! Beeep! Someone suggested above trying beep.sys from WinXP x64, but you overlooked something (I did too):
Hear that? "Windows XP 64-Bit". This has nothing to do with driver signing, although driver signing is mandatory on x64 systems, which is very annoying, on Win10 x32 I just copied the MS driver from WinXP to Win10 and it was starting all right, but on Win10 the driver MUST be signed, despite all the nonsense mentioned on the internet concerning the "testsigning" and "nointegritychecks" bcdedit params. Let me clarify this once and for all. If the "driver signature enforcement" is not disabled in the advanced menu of the Windows Boot Manager:
a) you can NOT install a driver unless a catalog (cat) file is present. The "this driver package does not contain a catalog file, proceed?" confirmation prompt is NOT presented AT ALL, instead installation fails silently (pnputil, infdefaultinstall). setupapi.dev.log contains weird entry:
So? If test signing is on, why not prompt? Go ask Microsoft. Because if "driver signature enforcement" is disabled during boot, the confirmation dialog is presented, and it will say
or "wants to install" depending on what the user decides to do
b) You cannot start an UNSIGNED driver. What’s ridiculous about this, you CAN start an IMPROPERLY signed driver. Like my certificate I use for driver signing is kind of invalid, despite being granted any and all "keyUsage"-s and "extendedKeyUsage"-s:
something about "basicConstraints" Windows doesn’t like, probably this:
so the "digital signature" dialog (explorer, right click driver file, "signatures" tab) whines about it:
but the driver is still started. Microsoft and security. But as I said, the MS driver not beeping is not due to this, but simply because there is no MS beep.sys x64-bit that is actually beeping. Plus, what about this function?
Definitely not beeping either, in fact, I get no sound either through the sound card or through the speaker. neither with "Beep", nor with "MessageBeep". MS states:
"Normally the sound card" all right, but what about their own Windows PE? WinPE does not come with an audio driver, so beeping through the sound card will not work, unless you rip out the drivers from Windows 10 Enterprise and integrate them into WinPE or something. Does not matter anyway, ’cause, as I said, the Beep function is NOT beeping through the sound card on my Windows 10 Enterprise either, although the sound card is working there.
Как включить звук включаемого компьютера

Ранее, когда мы работали с операционными системами Microsoft Windows XP, 7 или 8 при включении компьютер издавал звук запуска. В Десятке по умолчанию такая функция отключена. Ниже вас ждет подробная пошаговая инструкция, позволяющая понять, как включить звук включаемого компьютера.
Включаем звук ОС при запуске ПК
Для того чтобы наша инструкция была максимально полной рассмотрим вопрос на примере всех версий операционных систем от Microsoft.
Windows 10
Давайте начнем с самой популярной ОС, а затем будем двигаться по ниспадающей. Для того чтобы ваш компьютер начал воспроизводить звук при своем запуске необходимо внести такие изменения:
- Открываем меню «Пуск» и кликаем по иконке с изображением шестеренки. Это поможет открыть параметры Десятки.

- Выбираем плитку с названием «Персонализация».

- В боковой колонке переключаемся к разделу «Темы», после чего в правой части окна нажимаем на «Звуки».

- Откроется еще одно маленькое окошко, в котором в первую очередь необходимо установить флажок напротив пункта «Проигрывать мелодию запуска Windows». Затем сохраняем изменения, нажав «ОК».
Windows 8
С Windows 10 мы закончили и теперь разберемся с другой операционной системой, которая пользовалась успехом немного раньше.
- Настройки в данной версии ОС от Microsoft запускаются немного необычным образом. Сначала вы подводите курсор мыши в верхний правый угол, после чего жмете по появившейся кнопке настроек.

- Выбираем пункт «Персонализация».

- Откроется еще одно окно, в котором мы должны кликнуть по плитке с названием «Звуки».

- Устанавливаем флажок напротив пункта, отмеченного цифрой «1», после чего сохраняем изменения и жмем «ОК».
Кстати, как вы могли заметить, в этом же окошке настраиваются и звуки для других действий операционной системы.
Windows 7
Чтобы включить звук включаемого ПК при запуске компьютера на Семерке можно сделать так:
- Открываем меню «Пуск» и уже там выбираем панель управления.
- Переключаем режим отображения на категорию, а затем кликаем по «Оборудование и звук».

- Нажимаем на отмеченный пункт.

- В новом окне устанавливаем флажок напротив пункта «Проигрывать мелодию запуска Windows», предварительно переключившись на вкладку «Звуки». Обязательно сохраняем изменения, нажав на «ОК».
Готово. Звук запуска Windows 7 включен.
Windows XP
Для того чтобы наша инструкция была полной, давайте рассмотрим и самую старую операционную систему от Microsoft, с которой до сих пор успешно работают пользователи.
- Открываем меню «Пуск» и выбираем панель управления.
- Жмем по плитке «Звуки и аудиоустройства».

- В маленьком окошке выбираем вкладку «Звуки», прокручивая содержимое списка, отмечаем «Запуск Windows», после чего выбираем один из звуков для проигрывания при запуске компьютера. Обязательно сохраняем изменения кликом по кнопке, обозначенной цифрой «4».
Видео
Также предлагаем посмотреть видеоинструкцию по затронутому в начале статьи вопросу.
Вопросы и ответы
Надеемся, тема раскрыта на 100% и теперь вы без труда можете активировать звук при включении собственного ПК. Если в процессе появятся сложности просто перейдите ниже и оставьте свой комментарий, в котором максимально подробно опишите проблему. Мы ответим как можно скорее и постараемся помочь разобраться в ситуации.