Jump to content

System sound


Recommended Posts


I dont think he means system beeps, I think he means more in the meaning of "sound schemes" to disable sounds such as "Empty Recycle Bin" etc?

If this is the case then Windows does have a scheme for No Sounds so there should be a tweak that will load the "No Sounds" scheme.

Link to comment
Share on other sites

Exactly, I don't really care 'bout the system beeps, I want to change the default 'Windows sound scheme' to 'no sounds'. This must prevent a whole classroom with 'TARAAAAH' when the students login.

Regards,

Wim

Link to comment
Share on other sites

Set your sounds as you want it to be on your current running windows, then copy the registry values to a .reg file and apply at T-12 for it to apply to all users.

Here is an example of how to disable the shutdown sound.

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

Link to comment
Share on other sites

Windows Registry Editor Version 5.00

[HKEY_USERS\.DEFAULT\AppEvents\Schemes]
@=".None"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\.Default\.Current]
@=-
@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\CriticalBatteryAlarm\.Current]
@=-
@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\DeviceConnect\.Current]
@=-
@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\DeviceDisconnect\.Current]
@=-
@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\DeviceFail\.Current]
@=-
@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\LowBatteryAlarm\.Current]
@=-
@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\MailBeep\.Current]
@=-
@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\SystemAsterisk\.Current]
@=-
@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\SystemExclamation\.Current]
@=-
@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\SystemExit\.Current]
@=-
@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\SystemHand\.Current]
@=-
@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\SystemNotification\.Current]
@=-
@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\SystemStart\.Current]
@=-
@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\WindowsLogoff\.Current]
@=-
@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\WindowsLogon\.Current]
@=-
@=""

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

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

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

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

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

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Explorer\EmptyRecycleBin\.Current]
@=-
@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Explorer\Navigating\.Current]
@=-
@=""

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

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\MSNMSGR\MSNMSGR_Buzz\.Current]
@=""

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

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

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

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

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\MSNMSGR\MSNMSGR_NewSMSMessage\.Current]
@=""

Should work for "NO SOUNDS"

Link to comment
Share on other sites

  • 1 month later...
  • 9 months later...

Windows Registry Editor Version 5.00

; quitar los sonidos del sistema

[HKEY_USERS\.DEFAULT\AppEvents\Schemes]

@=".None"

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\CCSelect\.current]

@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\.Default\.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\DeviceDisconnect\.Current]

@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\DeviceFail\.Current]

@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\LowBatteryAlarm\.Current]

@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\MailBeep\.Current]

@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\PrintComplete\.Current]

@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemAsterisk\.Current]

@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemExclamation\.Current]

@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemExit\.Current]

@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemHand\.Current]

@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemNotification\.Current]

@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemStart\.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\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\Conf\Receive Request to Join\.Current]

@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\BlockedPopup\.current]

@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\EmptyRecycleBin\.Current]

@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\Navigating\.Current]

@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\SecurityBand\.current]

@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\MSNMSGR\MSNMSGR_Buzz\.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\MSNMSGR\MSNMSGR_NewMail\.Current]

@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\MSNMSGR\MSNMSGR_NewMessage\.Current]

@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\MSNMSGR\MSNMSGR_NewSMSMessage\.Current]

@=""

indows Registry Editor Version 5.00

[HKEY_USERS\.DEFAULT\AppEvents\Schemes]

@=".None"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\.Default\.Current]

@=-

@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\CCSelect\.current]

@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\CriticalBatteryAlarm\.Current]

@=-

@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\DeviceConnect\.Current]

@=-

@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\DeviceDisconnect\.Current]

@=-

@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\DeviceFail\.Current]

@=-

@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\LowBatteryAlarm\.Current]

@=-

@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\MailBeep\.Current]

@=-

@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\SystemAsterisk\.Current]

@=-

@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\SystemExclamation\.Current]

@=-

@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\SystemExit\.Current]

@=-

@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\SystemHand\.Current]

@=-

@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\SystemNotification\.Current]

@=-

@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\SystemStart\.Current]

@=-

@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\WindowsLogoff\.Current]

@=-

@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\WindowsLogon\.Current]

@=-

@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Conf\Person Joins\.Current]

@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Conf\Person Leaves\.Current]

@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Conf\Receive Call\.Current]

@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Conf\Receive Request to Join\.Current]

@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Explorer\BlockedPopup\.current]

@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Explorer\EmptyRecycleBin\.Current]

@=-

@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Explorer\Navigating\.Current]

@=-

@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Explorer\SecurityBand\.current]

@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\MSNMSGR\MSNMSGR_Buzz\.Current]

@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\MSNMSGR\MSNMSGR_ContactOnline\.Current]

@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\MSNMSGR\MSNMSGR_NewAlert\.Current]

@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\MSNMSGR\MSNMSGR_NewMail\.Current]

@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\MSNMSGR\MSNMSGR_NewMessage\.Current]

@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\MSNMSGR\MSNMSGR_NewSMSMessage\.Current]

@=""

this work for me, if you choose later one theme it work

Edited by belcebuu
Link to comment
Share on other sites

Windows Registry Editor Version 5.00

[HKEY_USERS\.DEFAULT\AppEvents\Schemes]

@=".None"

This setting never worked for me when applied to this key, as if it's locked or in use. Try this instead. If imported at T-12, it still sets your sound scheme to 'No Sounds', as the default user.

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

The rest of the list is useful for detailed customization, but redundant if this tweak is used to turn off all sound effects.

Link to comment
Share on other sites

Lazy the problem is that if you dont put all the appevents the changes arent inmediatly, i put hkey_users if people want no sounds if they create new users, if you only put

[HKEY_USERS\.DEFAULT\AppEvents\Schemes]
@=".None"

the sounds still sound, dont know if you restart the changes made effect but with the hole changes the sounds stop playing inmediatly

Edited by belcebuu
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...