This topic has been locked
FullOfLife Jul 26, 2013 @ 3:37am
Turn off the Steam ding sound!
When Steam has a prompt up, if you try to click behind the prompt it makes this really obnoxious *dingdingding* sound. How do I turn that off or delete it from my system? It pisses me off

Something went wrong while displaying this content. Refresh

Error Reference: Community_9708323_
Loading CSS chunk 7561 failed.
(error: https://community.fastly.steamstatic.com/public/css/applications/community/communityawardsapp.css?contenthash=789dd1fbdb6c6b5c773d)
Showing 1-3 of 3 comments
big papa Jul 26, 2013 @ 6:59am 
Sorry, bro. You can't remove that sound. The only sounds you can remove are when friends join a game, when you receive a message, when a friend comes online, or when a screenshot is taken in-game.
When Steam makes that sound, it means you have to either close out the prompt or agree to whatever it's telling you to do.
Arnemsis Apr 14, 2017 @ 10:58am 
Originally posted by Tits McGee:
Sorry, bro. You can't remove that sound. The only sounds you can remove are when friends join a game, when you receive a message, when a friend comes online, or when a screenshot is taken in-game.
When Steam makes that sound, it means you have to either close out the prompt or agree to whatever it's telling you to do.

Sorry, bro. You CAN remove that idiotic sound.

To remove that sound just rename the file C:\Program Files (x86)\Steam\resource\warning.wav or delete it.

However... Steam checks its files on each startup and will replace it with the original one. This slows down the bootup of steam and you have to do it again.

I wrote two short batchfiles to remedy this situation.

You need two batch files, Steam.bat and Steam2.bat. When you start Steam.bat a copy of the original wav file is created and after steam is started it gets removed. After closing Steam the wav file will be restored again so you don't have to wait for the lenghty steam process on each start.


Steam.bat

copy "C:\Program Files (x86)\Steam\resource\warning.wav" "C:\Program Files (x86)\Steam\resource\warning.bak"
start "" /MIN "C:\Program Files (x86)\Steam\Steam2.bat"

:loop
tasklist /FI "IMAGENAME eq SteamService.exe" 2>NUL | find /I /N "SteamService.exe">NUL
if "%ERRORLEVEL%"=="0" goto delwav
goto loop

:delwav
del "C:\Program Files (x86)\Steam\resource\warning.wav"
exit


Steam2.bat

call "C:\Program Files (x86)\Steam\Steam.exe"
copy "C:\Program Files (x86)\Steam\resource\warning.bak" "C:\Program Files (x86)\Steam\resource\warning.wav"
exit

I put Steam2.bat where my Steam.exe is and Steam.bat on the desktop.

it's quick and dirty.
Last edited by Arnemsis; Apr 16, 2017 @ 9:51am
FullOfLife Apr 14, 2017 @ 11:06am 
Thanks man
Showing 1-3 of 3 comments
Per page: 1530 50

Date Posted: Jul 26, 2013 @ 3:37am
Posts: 4