How to disable Windows system sounds - permanently - but not application sound

11

1

I prefer the sound scheme of Windows 7 HP to be set to "No Sounds" ALL the time. The problem is, when I switch themes, the themes switch sound schemes also. I know I can go in and disable/change to "No Sounds" every time by hand, but is there a way to turn it off and keep it off, regardless of the theme?

EDIT I want to disable Windows sounds, not application sound.

studiohack

Posted 2010-04-24T15:47:27.343

Reputation: 13 125

Answers

9

OK, I went to the folder where all system sounds were stored, and moved the entire folder elsewhere, so if it does change system sound schemes, it won't have a source to play the sounds...

On Windows 7 and Windows 10, the folder is: C:\Windows\Media


The other option is Sound Sentry...In the accessibility control panel, you can choose to have all sound disabled and, optionally enable visual cues instead.

From TenForums:

https://www.tenforums.com/tutorials/71209-turn-off-sound-sentry-visual-notifications-windows-10-a.html

studiohack

Posted 2010-04-24T15:47:27.343

Reputation: 13 125

1I didn't see this question when it first came up, but since you edited, it got bumped to the top again. See the answer I just posted; I think it may do what you're trying to get at, without having to delete/move the system sound files. – nhinkle – 2010-10-13T01:08:55.353

9

In Windows Vista and later, you can control per-application sounds, including system sounds. Click the volume icon in the taskbar, then click on "mixer".

volume slider

Click the mute button under "System sounds". Applications' sounds will still play, but system sounds will not.

mute system sounds

nhinkle

Posted 2010-04-24T15:47:27.343

Reputation: 35 057

2ah! very true! I had forgotten about that! +1! – studiohack – 2010-10-13T01:08:27.633

Thanks! Happy to help. Sometimes the easiest solutions aren't readily apparent... your solution was certainly creative, but this would probably be more straightforward for future searchers who find this question. – nhinkle – 2010-10-13T01:11:10.607

yah, very true...Somehow, recently, the system sounds came back...so I was frustrated, but putting up with it, and found the Sound Sentry option while cleaning out my RSS feeds, so that is my current solution...But yours is even quicker to access and turn on and off... cheers! :) – studiohack – 2010-10-13T01:13:34.813

Sounds good. Odd that the sounds came back... perhaps system file checker or a windows update replaced them? – nhinkle – 2010-10-13T01:50:20.007

4

I had the same issue and tried using the "prevent changing sounds" Group policy setting, but whenever you change the theme it would change the sound scheme so that didn't really work.

Deleting or renaming the folder sounds like one way to fix it, but I found that updating the registry to removing the sounds from all of the themes also works. This Powershell script will remove all of the sounds assigned to each sound scheme so that they all are equivalent to the No Sound scheme. (NOTE: you may want to backup the hkcu:\AppEvents\Schemes\Apps registry key first in case you want to recover the sounds later.

$ThemeSounds = Get-ChildItem hkcu:\AppEvents\Schemes\Apps -Recurse | Get-ItemProperty
foreach ($regkey in $ThemeSounds){
    $strVal = [string]$regkey.'(default)'
    if($strVal.EndsWith(".wav")){
        Set-ItemProperty -Path $regkey.PSPath -name "(default)" -Value ""
    }
}

If you change hkcu:\AppEvents\Schemes\Apps to hkcu:\AppEvents\Schemes\Apps\.Default it should only remove sounds for the Windows group listed in the sound settings and not any of the other apps.

Greg Bray

Posted 2010-04-24T15:47:27.343

Reputation: 1 772

2

  1. Go to:

    C:\Users\yourusername\AppData\Local\Microsoft\Windows\Themes\
    
  2. Open up the specific theme file (e.g. newtheme.theme) in Notepad
  3. Update and save SchemeName to No Sounds:

    [Sounds]
    ; IDS_SCHEME_DEFAULT
    SchemeName=No Sounds
    

user

Posted 2010-04-24T15:47:27.343

Reputation: 21

2This did not work for me on Win10. – user276648 – 2016-10-07T02:41:23.187

On a Lenovo Thinkpad (Win7 pro, default install), there's already a file in this location (and in the default user profile) called "oem" (with a sound scheme set in it). No amount of registry hacking or other steps override it, so this appears to be the only way to set the default for all future users. – Ralph Bolton – 2017-01-18T13:14:31.260

Doesn't work on Win10, but renaming the folder C:\Windows\Media does. – MagTun – 2017-07-06T12:28:26.403

1

Go to Sound under Hardware and Sound in Control Panel (or just use the Start search), open the Sounds tab, then select the "No Sounds" scheme.

Hello71

Posted 2010-04-24T15:47:27.343

Reputation: 7 636

The "Sounds" tab unfortunately doesn't appear for me... – user276648 – 2016-10-07T02:54:18.407

2That doesn't work because when you change theme the sound scheme is changed. – donturner – 2012-01-01T15:11:32.693

@donturner: You change themes often enough that this is an issue? – Hello71 – 2012-01-01T16:43:39.663

1Yes, the same as OP – donturner – 2012-01-02T00:19:57.920

1

Been messing around with this myself, simply deleting all the audio-files in the Windows dir of the clients is both the least elegant and most surefire way of accomplishing this. I find it rather perplexing this can't be controlled in a more elegant manner, catering to a silent sound scheme is not exactly filling a niche.

user218267

Posted 2010-04-24T15:47:27.343

Reputation: 11

0

Completely disabled all nasty windows sounds :)

You don't need to follow all this steps but it's feel right after all the pain and stress, just follow the step 1 and 4.

  1. Go to Sound under Hardware and Sound in Control Panel (or just use the Start search), open the Sounds tab, then select the "No Sounds" scheme. the @Hello71 answer

  2. In Windows Vista and later, you can control per-application sounds, including system sounds. Click the volume icon in the taskbar, then click on "mixer". check the @nhinkle answer, but be sure that you first put the volume to the minimum.

  3. Delete C:\Windows\Media but if you can't deal with the permissions, just change the name of the folder, by @studiohack

  4. Finally what really does the trick in a elegant way, find or save as .reg and disable all sounds permanently (source)

    Registry Editor Version 5.00
    
    [HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Personalization]
    "NoChangingSoundScheme"=dword:00000001
    

Clippy

Posted 2010-04-24T15:47:27.343

Reputation: 1

1FYI: The Personalization folder no longer exists in that registry location for windows-10 – Gabriel Fair – 2018-05-23T20:41:27.493

-1

In Windows 7, type 'sound' in the Control Panel search box.

Then click on 'Change System Sounds' near the top of the results.

This brings up a dialogue box, which has a drop-down menu.

One option on that menu is 'No sound'.

Click OK.

Calenture

Posted 2010-04-24T15:47:27.343

Reputation: 1

1Welcome to Super User! This duplicates another answer and adds no new content. Please don't post an answer unless you actually have something new to contribute. – DavidPostill – 2015-10-24T23:51:35.953

Answer appears not to be referring to the question – metamorphosis – 2019-04-02T23:44:46.347