Disabling *some* Systemsounds

TauTau

Senior Member
Feb 20, 2006
278
4
0
Hi,

I'm running PocketZenphone for profiles, and it works nice. I want to have a profile, where I have silent ringtones, and notifications for SMS/calendar.

Now the problem is, if I set Systemsound to Vol. 0 (I don't want the menu-clicking-blirps and stuff in that profile) I also don't get notifiaction sounds / vibration. Obviously this is a Windows limitation.

So is there a way, to deactivate the sounds that I get when I open menus, start apps etc. without turning off Systemsounds alltogether?

Lars
 

calvin42

Senior Member
Jul 7, 2004
97
0
36
I have 'found' two noiseless systemsounds for that menuclicking and screentapping. If you copy this two files to the windows directory no clicking anymore.

I use this files since WM2002 ;-)

hope this is what you want.
 

Attachments

SBouri

Senior Member
Feb 27, 2006
239
3
0
I'm on o2...everytime i send a text i get my balance and it even makes a annoying sound when the Vario is on vibrate....is it possible to change this....i cant see any options in the sounds and notifications settings??
 

baniaczek

Senior Member
Jul 1, 2005
351
2
0
Warsaw
tweakradje said:
You can hide any systemsound you like when you use the EVENTMASK (see MSDN "Hiding System Sound Events")
As I can understand EventMask should be = EventMask & ( ! 0x600 ), but it doesn't disable menu clicks.

Works for me:

EventMask = EventMask & ( ! 0x600 )
EventCache = EventCache & ( ! 0x600 ) [in my case - result is 0]
clear two strings within MULTISZ value "curr0": "hwandsw" and "MenuPop". Just clear, don't delete them.

Probably modifcations of EventMask and EventCache are not necessary.

tweakradje said:
Remember it must be a MULTI_SZ with 21 lines (can be empty)
Be carefull. resco regedit and PHM registry editor doesn't support multisz. Use Tascalsoft TRE. Best of the best [IMHO]

Or use callvin42's "nosound.zip" above. Simple and safe.