Quote:
Originally Posted by ?GotJazz?
I believe that I installed the Diamond dialer (which I like), but now I seem to get a "beep" every time I hit the green "Call" or red "End" buttons (which I don't like). Is there a way to get rid of the annoying tones?
Also, has anyone ever figured out how to get Internet Sharing to work properly with Bluetooth turned "On"? It has never worked properly (to my knowledge) in any of the WM6.1 Kitchens.
|
This will take care of that red & green button beep:
Code:
;disable sounds when initiating & ending a call
;add a "p" to re-enable
[HKEY_CURRENT_USER\ControlPanel\Sounds\Dialing]
"Script"=""
[HKEY_CURRENT_USER\ControlPanel\Sounds\Ending]
"Script"=""
The other stuff I'll let someone else tackle.