Hi,
The patch is specifically meant for BEEP support in DOS, so it just patches NTVDM to use the PC speaker and leave the original soundcard beeper of Windows 7 intact.
The BEEPXP device driver uses the Device name "BeepXP" to not collide with system's "Beep".
Attached you find a BEEPXP.SYS driver that uses the device name "BEEP" instead. For this variant to work, you need to disabe System's BEEP.SYS driver to not get in your way and install attached BEEPXP.SYS, which then takes over.
System's own Beep driver can be deactivated with:
Code:
sc config Beep start= demand
(Mind the space between = and demand)
Also the "vdm speaker fix" is not needed in this variant and can be removed.
Hope that helps, good Luck!
Please look for actual versions here:
https://www.waldbauer.com/tmp/reference.php