Jump to content

No sounds, no beeps


Recommended Posts

How do you enable the No Sounds scheme?

How do you disable the pc speaker/beep device?

What's the best way of setting TEMP/TMP variables? When exporting [HKEY_CURRENT_USER\Environment], I get back hex values. Would like something a little cleaner.

Link to comment
Share on other sites


This should work to get rid of the sounds:

REGEDIT4

[HKEY_CURRENT_USER\AppEvents\Schemes]
@=".None"

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Conf\Receive Request to Join\.Current]
@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Conf\Person Joins\.Current]
@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Conf\Person Leaves\.Current]
@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Conf\Receive Call\.Current]
@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\BlockedPopup\.current]
@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\FaxError\.Current]
@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\FaxNew\.Current]
@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\Navigating\.Current]
@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\EmptyRecycleBin\.Current]
@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\SecurityBand\.current]
@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\FaxSent\.Current]
@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\FaxLineRings\.Current]
@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\MSMSGS\MSMsgs_ContactOnline\.Current]
@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\MSMSGS\MSMsgs_NewMail\.Current]
@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\MSMSGS\MSMsgs_NewAlert\.Current]
@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\MSMSGS\MSMsgs_NewMessage\.Current]
@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\kav\KAV50_TaskCompleted\.Current]
@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\kav\KAV50_Infected\.Current]
@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\kav\KAV50_PasswordRequest\.Current]
@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\MSNMSGR\MSNMSGR_NewMessage\.Current]
@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\MSNMSGR\MSNMSGR_NewMail\.Current]
@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\MSNMSGR\MSNMSGR_ContactOnline\.Current]
@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\MSNMSGR\MSNMSGR_NewAlert\.Current]
@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\DeviceFail\.Current]
@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\WindowsLogoff\.Current]
@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\WindowsLogon\.Current]
@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemAsterisk\.Current]
@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\MailBeep\.Current]
@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\LowBatteryAlarm\.Current]
@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\CriticalBatteryAlarm\.Current]
@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\DeviceConnect\.Current]
@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\.Default\.Current]
@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\DeviceDisconnect\.Current]
@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemExit\.Current]
@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemNotification\.Current]
@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemHand\.Current]
@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemStart\.Current]
@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemExclamation\.Current]
@=""

I haven't tried searching, but chances are they were alerady listed somewhere.

Link to comment
Share on other sites

  • 1 year later...

I know this is an old threat, but I've dug it up because I still have one last problem with setting sounds in my unattended install.

I'm trying to apply the NO SOUNDS scheme by default, and I pasted what Crahak posted into custom .THEME file. Since the theme is applied by winnt.sif, I was hoping that the theme would set the sounds to NO SOUNDS. But it doesn't work!

If I manually merge Crahak's registry entries, then the sounds are changed correctly. But it doesn't work if they are put into a .THEME file, which is applied by winnt.sif.

I am using VMWare Workstation 5.5.1, so not sure if this is related to that? Or maybe the syntax of those registry entries need to be modified when I put them in my .THEME file?

Thanks in advance, anybody who can hehlp.. :wacko:

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...