August 21, 200422 yr 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.
August 21, 200422 yr Here's for the beep:Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\Control Panel\Sound]"Beep"="No"I'll see if I can locate my no sounds tweak next.
August 21, 200422 yr 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.
August 22, 200422 yr Author Thanks Crahak!Now, any idea about the TEMP variables? I'd like to set them before RunOnceEx ...
February 14, 200620 yr 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..
Create an account or sign in to comment