I am trying to get the PC speaker beep to work on Windows Server 2012 R2 over Remote Desktop. Normal audio is working fine, only the system beep is missing.
The instructions I have found are to enable the Beep service like so:
sc config beep start= auto
net start beep
All of these commands execute fine, but I still cannot hear any beep sound. I am using a simple AutoHotkey script for testing:
SoundBeep, 5000, 1000
This script works on my local computer, and the strange thing is that it also works on another Server 2012 R2. But on the first server (which is a brand new clean install of R2), no beep sound comes out.
Is there some Group Policy setting that I am forgetting to activate, or why is this not working?
This problem is driving me nuts. Is there an event log for the beep service that I could check for errors? Thank you.
THIS PROBLEM IS SOLVED.
Thank you for your help. See my own answer below.